Networking Notes
Networking Notes
Syllabus
B.C.A. Part-II
Network Technologies and TCP/IP
Section A
Network Architecture, Configuring Network, Network Strategies, Networks Types :
LAN, MAN and WAN [Basic Concepts, Line Configuration, Topology, Transmission
Mode, Identify Key Components of Network, Categories of Network, Differentiating
between LAN, MAN, WANS and Internet].
Section B
The OSI Model, The Physical Layer (Bandwidth Limited Signals, Transmission
Media, Wireless Transmission), The Data link Layer, Error Detection and Correction,
Data Link Protocols, The Medium Access Sub-layer, The Channel Allocation
Problem, Multiple Access Protocol, IEE Standard 802 for LANs and MANs, Bridges,
The Network Layer Routing Algorithm, Congestion Control Algorithm, Internet
Working, The Transport Layer, The Application Layer, MAC Protocols for High
Speeds LANs.
Section C
Introduction to TCP/IP [Understand the TCP/IP Protocol Suite, its History and
Modification Processes, Compare TCP/IP to the Open Systems Interconnection
(OSI) Reference Model, Examine a Number of TCP/IP Applications such as FTP,
Telnet, DNS, DHCP, Boot, etc.]
Content
S.No. Name of Topic Page No.
1. Introduction to Computer Network 7-28
1.1 Network Architecture
1.2 Configuring Network
1.3 Network Strategies
1.4 Networks Types : LAN, MAN and WAN
1.5 Components of Network
1.6 Categories of Network
1.7 Differentiating between LAN, MAN, WANS and
Internet
Chapter-1
Bus Network
Star Network
Ring Network
Mesh Network
Star-Bus Network
Tree or Hierarchical Topology Network
DSL modem for Internet access. LANs may have connections with other
LANs via leased lines, leased services.
Wide Area Network : A WAN is a data communications network that covers
a relatively broad geographic area i.e. one city to another and one country to
another country and that often uses transmission facilities provided by
common carriers, such as telephone companies.
Any network whose communications links cross metropolitan, regional, or
national boundaries. Or, less formally, a network that uses routers and public
communications links. Contrast with local area networks (LANs) or
metropolitan area networks (MANs) which are usually limited to a room,
building, campus or specific metropolitan area respectively. The largest and
most well-known example of a WAN is the Internet.
WANs are used to connect LANs and other types of networks together, so
that users and computers in one location can communicate with users and
computers in other locations. Many WANs are built for one particular
organization and are private. Others, built by Internet service providers,
provide connections from an organization's LAN to the Internet. WANs are
often built using leased lines. At each end of the leased line, a router connects
to the LAN on one side and a hub within the WAN on the other. Leased lines
can be very expensive. Network protocols including TCP/IP deliver transport
and addressing functions.
Several options are available for WAN connectivity.Transmission rate usually
range from 1200 bits/second to 6 Mbit/s, although some connections such as
ATM and Leased lines can reach speeds greater than 156 Mbit/s. Typical
communication links used in WANs are telephone lines, microwave links &
satellite channels.
Metropolitan Area Network : Metropolitan area networks, or MANs, are
large computer networks usually spanning a city. They typically use wireless
infrastructure or Optical fiber connections to link their sites.
A Metropolitan Area Network is a network that connects two or more Local
Area Networks or Campus Area Networks together but does not extend
beyond the boundaries of the immediate town, city, or metropolitan area.
Multiple routers, switches & hubs are connected to create a MAN.
According to IEEE, area than
a LAN, ranging from several blocks of buildings to entire cities. MANs can
also depend on communications channels of moderate-to-high data rates. A
MAN might be owned and operated by a single organization, but it usually
will be used by many individuals and organizations. MANs might also be
owned and operated as public utilities. They will often provide means for
internetworking of local networks. Metropolitan area networks can span up
(WWW) and referred to as the 'Internet' with a capital 'I' to distinguish it from
other generic internetworks. Participants in the Internet, or their service
providers, use IP Addresses obtained from address registries that control
assignments.
traffic for that address only to that port. Bridges do send broadcasts to all
ports except the one on which the broadcast was received.
Bridges learn the association of ports and addresses by examining the source
address of frames that it sees on various ports. Once a frame arrives through
a port, its source address is stored and the bridge assumes that MAC address
is associated with that port. The first time that a previously unknown
destination address is seen, the bridge will forward the frame to all ports
other than the one on which the frame arrived.
Switch : A switch normally has numerous ports with the intention that most
or all of the network be connected directly to a switch, or another switch that
is in turn connected to a switch.
Switches is a marketing term that encompasses routers and bridges, as well as
devices that may distribute traffic on load or by application content .Switches
may operate at one or more OSI layers, including physical, data link,
network, or transport . A device that operates simultaneously at more than
one of these layers is called a multilayer switch.
The switch is an advance form of the hub similar in functions but the
advanced switches has a switching table in them. An advanced switch stores
the MAC address of every attached computer and the data is only sent to the
destined computer, unlike the hubs where data is sent to all ports.
Router : A router is a key device in the internet communication and wan
communication system. A router has software called routing table and the
source and destination addresses are stored in the routing table.
Routers are networking devices that forward data packets between networks
using headers and forwarding tables to determine the best path to forward
the packets. Routers work at the network layer of the TCP/IP model or layer
3 of the OSI model. Routers also provide interconnectivity between like and
unlike media. This is accomplished by examining the Header of a data packet,
and making a decision on the next hop to which it should be sent. They use
preconfigured static routes, status of their hardware interfaces, and routing
protocols to select the best route between any two subnets. A router is
connected to at least two networks, commonly two LANs or WANs or a LAN
and its ISP's network. Some DSL and cable modems, for home and office use,
have been integrated with routers to allow multiple home/office computers
to access the Internet through the same connection. Many of these new
devices also consist of wireless access points (waps) or wireless routers to
allow for IEEE 802.11b/g wireless enabled devices to connect to the network
without the need for a cabled connection.
The well known routers developing companies are Cisco systems, Nortel,
DLink and others. Every ISP, banks, corporate offices and multinational
companies use routers for LAN and WAN communications and
communication in their private networks.
Server : A server is a computer in network that provides services to the client
computers such as logon requests processing, files access and storage,
internet access, printing access and many other types of services. Servers are
mostly equipped with extra hardware such as plenty of external memory
(RAM), more data store capacity (hard disks), high processing speed and
other features.
Gateway : Gateways work on all seven OSI layers. The main job of a gateway
is to convert protocols among communications networks. A router by itself
transfers, accepts and relays packets only across networks using similar
protocols. A gateway on the other hand can accept a packet formatted for one
protocol (e.g. AppleTalk) and convert it to a packet formatted for another
protocol (e.g. TCP/IP) before forwarding it. A gateway can be implemented
in hardware, software or both, but they are usually implemented by software
installed within a router. A gateway must understand the protocols used by
each network linked into the router. Gateways are slower than bridges,
switches and (non-gateway) routers.
A gateway is a network point that acts as an entrance to another network. On
the Internet, a node or stopping point can be either a gateway node or a host
(end-point) node. Both the computers of Internet users and the computers
that serve pages to users are host nodes, while the nodes that connect the
networks in between are gateways. For example, the computers that control
traffic between company networks or the computers used by internet service
providers (ISPs) to connect users to the internet are gateway nodes.
Q.6. What are the different step to configure Peer-to-Peer and Client-Server
Architecture in Computer Network?
Ans.: Peer-to-Peer Network Model : In the peer to peer network model we simply
use the same Workgroup for all the computers and a unique name for each
computer.
Additionally, we will have to give a unique IP address of the same class A, B,
or C for all the computers in our network and its related subnet mask e.g. if
we decide to use class A IP address for our three computers in our Peer-to-
Peer network then our IP address/Subnet mask settings can be as follows.
A step by step wizard will run and will guide us for the rest of the
steps. Make sure that a network cable is plugged in the LAN card of
the server when we you run the DCPROMO.exe command.
When the Active directory is properly installed on the server, restart
the server.
We can create network users on the server computer and also
name/label the network resources like computers/printers etc.
Once we install the server successfully now come to the client
computers.
Install Windows 2000 professional on our all client computers.
Once we install the Windows 2000 professional on the clients the next
step is to make this computer (client computer) a part of the network.
Configuration Steps :
(1) Choose a unique name for each client computer.
(2) Choose unique IP address for each computer and relevant.
(3) Use the same domain name for all client PCs.
Network/System administrators are required to do these administrative tasks
on the server and client computers. Any shared resources on the network
either on the server or the clients can be access through the My Network
Places in the Windows 2000 platform. There is another way to connect to the
shared resources by giving this command in the run
\\ComputerName\SharedDriveLetter.
Physical Topology : The mapping of the nodes of a network and the physical
connections between them i.e., the layout of wiring, cables, the locations of
nodes, and the interconnections between the nodes and the cabling or wiring
system referred as physical topology
Logical Topology : The mapping of the apparent connections between the
nodes of a network, as evidenced by the path that data appears to take when
traveling between the nodes.
Types of the Topologies :
Bus
Star
Ring
Mesh
o partially connected mesh (or simply 'mesh')
o fully connected mesh
Tree
Hybrid
Bus : The type of network topology in which all of the nodes of the network
are connected to a common transmission medium which has exactly two
endpoints ;this is the 'bus', which is also commonly referred to as the
backbone, or trunk all data that is transmitted between nodes in the
network is transmitted over this common transmission medium and is able to
be received by all nodes in the network virtually simultaneously.
Bus topology
Advantages :
Easy to connect a computer or peripheral to a bus.
Requires less cable length than a star topology.
Disadvantages :
Entire network shuts down if there is a break in the main cable.
Terminators are required at both ends of the backbone cable.
Difficult to identify the problem if the entire network shuts down.
Not meant to be used as a stand-alone solution in a large building.
Disadvantages :
Requires more cable length than a linear topology.
If the hub or concentrator fails, nodes attached are disabled.
More expensive than linear bus topologies because of the cost of the
concentrators.
Ring : The type of network topology in which each of the nodes of the
network is connected to two other nodes in the network and with the first
and last nodes being connected to each other, forming a ring all data that is
transmitted between nodes in the network travels from one node to the next
node in a circular manner and the
data generally flows in a single
direction only.
Dual-ring : The type of network
topology in which each of the nodes
of the network is connected to two
other nodes in the network, with two
connections to each of these nodes,
and with the first and last nodes
being connected to each other with
two connections, forming a double
ring the data flows in opposite
Ring Topology
directions around the two rings,
although, generally, only one of the
rings carries data during normal operation, and the two rings are
independent unless there is a failure or break in one of the rings, at which
time the two rings are joined to enable the flow of data to continue using a
segment of the second ring to bypass the fault in the primary ring.
Advantages :
Very orderly network where every device has access to the token and
the opportunity to transmit
Performs better than a star topology under heavy network load
Does not require network server to manage the connectivity between
the computers
Disadvantages :
One malfunctioning workstation or bad port can create problems for
the entire network
Moves, adds and changes of devices can affect the network
Much slower than an bus network under normal load.
number, f, of nodes connected to it at the next lower level in the hierarchy, the
number, f, being referred to as the 'branching factor' of the hierarchical tree.
Advantages :
Point-to-point wiring for individual segments.
Supported by several hardware and software venders.
Disadvantages :
Overall length of each segment is limited by the type of cabling used.
If the backbone line breaks, the entire segment goes down.
More difficult to configure and wire than other topologies
Sender Receiver
(a) Simplex
Sender Receiver
Sender Receiver
Transmission Modes
Q.9. Write short note on Switching techniques?
Ans.: Apart from determining valid paths between sources and destinations within
an interconnection network, a switching technique is needed that specifies
how messages are to be fragmented before passing them to the network and
how the resources along the path are to be allocated. Furthermore, a
switching technique gives preconditions to be fulfilled before a fragment can
be moved on to the next network component.
Following are the different switching techniques :
Circuit Switching : In circuit switching when a
connection is established, the origin-node identifies
the first intermediate node (node A) in the path to
the end-node and sends it a communication request
signal. After the first intermediate node receives
this signal the process is repeated as many times as
needed to reach the end-node. Afterwards, the end-
node sends a communication acknowledge signal
to the origin-node through all the intermediate
nodes that have been used in the communication
request. Then, a full duplex transmission line, that
it is going to be kept for the whole communication,
is set-up between the origin-node and the end-
node.
Circuit Switching
Message Switching
circuit identifier) to the first intermediate node. Then, the first intermediate
node (node A) begins to send packets to the following node in the virtual
circuit without waiting to store all message packets received from the origin-
node. This process is repeated until all message packets arrive to the end-
node. In the communication release, when the origin-node sends to the end-
node a communication end packet, the latter answers with an acknowledge
packet. There are two possibilities to release a connection :
No trace of the virtual circuit information is left, so every
communication is set-up as if it were the first one.
The virtual circuit information is kept for future connections.
establishment nor connection release, the path follow for each packet from the
origin-node to the end-node can be different and therefore, as a consequence of
different propagation delays, they can arrive disordered.
Cell Switching : Cell Switching is similar to packet switching, except that the
switching does not necessarily occur on packet boundaries. This is ideal for
an integrated environment and is found within Cell-based networks, such as
ATM. Cell-switching can handle both digital voice and data signals.
Comparison of Switching Techniques : If a connection (path) between the
origin and the end node is established at the beginning of a session we are
talking about circuit or packet (virtual circuit) switching. In case it does not,
we refer to message and packet (datagram) switching. On the other hand,
when considering how a message is transmitted, if the whole message is
divided into pieces we have packet switching (based either on virtual circuit
or datagram) but if it does not, we have circuit and message switching.
on which users run applications. Clients rely on servers for resources, such as
files, devices, and even processing power.
Client/server network operating systems allow the network to centralize
functions and applications in one or more dedicated servers. The servers
become the heart of the system, providing access to resources and providing
security. Individual workstations (clients) have access to the resources
available on the servers. The network operating system provides the
mechanism to integrate all the components of the network and allow multiple
users to simultaneously share the same resources irrespective of physical
location.
Client-Server Network
Advantages of Client/Server Network :
Centralized - Resources and data security are controlled through the
server.
Scalability - Any or all elements can be replaced individually as needs
increase.
Flexibility - New technology can be easily integrated into system.
Interoperability - All components: client/network/server, work
together.
Accessibility - Server can be accessed remotely and across multiple
platforms.
Disadvantages of Client/Server Network:
Expense - Requires initial investment in dedicated server.
Chapter-2
layer makes the interface between the program that is sending or is receiving
data and the protocol stack. When you download or send e-mails, your e-mail
program contacts this layer. This layer provides network services to the end-
users like Mail, ftp, telnet, DNS.
Function of Application Layer :
Resource sharing and device redirection.
Remote file access.
Remote printer access.
Inter-process communication.
Network management.
Directory services.
Electronic messaging (such as mail).
Network virtual terminals.
Protocols used at application layer are FTP, DNS, SNMP, SMTP, FINGER,
TELNET.
Layer 6 Presentation Layer : Presentation layer is also called translation
layer. The presentation layer presents the data into a uniform format and
masks the difference of data format between two dissimilar systems
The presentation layer formats the data to be presented to the application
layer. It can be viewed as the translator for the network. This layer may
translate data from a format used by the application layer into a common
format at the sending station, and then translate the common format to a
format known to the application layer at the receiving station.
Presentation layer provides :
Character code translation: for example, ASCII to EBCDIC.
Data conversion: bit order, CR-CR/LF, integer-floating point, and so
on.
Data compression: reduces the number of bits that need to be
transmitted on the network.
Data encryption: encrypt data for security purposes. For example,
password encryption.
Layer 5 - Session : The session protocol defines the format of the data sent
over the connections. Session layer establish and manages the session
between the two users at different ends in a network. Session layer also
manages who can transfer the data in a certain amount of time and for how
long. The examples of session layers and the interactive logins and file
transfer sessions. Session layer reconnect the session if it disconnects. It also
reports and logs and upper layer errors.
The session layer allows session establishment between processes running
on different stations. It provides:
Session establishment, maintenance and termination: allows two
application processes on different machines to establish, use and
terminate a connection, called a session.
Session support: performs the functions that allow these processes to
communicate over the network, performing security, name
recognition, logging and so on.
Protocols : The protocols that work on the session layer are NetBIOS, Mail
Slots, Names Pipes, RPC.
Layer 4 - Transport : Transport layer manages end to end message delivery in
a network and also provides the error checking and hence guarantees that no
duplication or errors are occurring in the data transfers across the network.
Transport layer also provides the acknowledgement of the successful data
transmission and retransmits the data if no error free data was transferred.
The transport layer ensures that messages are delivered error-free, in
sequence, and with no losses or duplications. It relieves the higher layer
protocols from any concern with the transfer of data between them and their
peers.
The size and complexity of a transport protocol depends on the type of
service it can get from the network layer. For a reliable network layer with
virtual circuit capability, a minimal transport layer is required. If the network
layer is unreliable and/or only supports datagrams, the transport protocol
should include extensive error detection and recovery.
The transport layer provides :
Message segmentation: accepts a message from the (session) layer
above it, splits the message into smaller units (if not already small
enough), and passes the smaller units down to the network layer. The
transport layer at the destination station reassembles the message.
Message acknowledgment: provides reliable end-to-end message
delivery with acknowledgments.
Message traffic control: tells the transmitting station to "back-off" when
no message buffers are available.
Layer 2 - Data Link layer : The data link layer provides error-free transfer of
data frames from one node to another over the physical layer, allowing layers
above it to assume virtually error-free transmission over the link.
Data Link layer defines the format of data on the network. A network data
frame, packet, includes checksum, source and destination address, and data.
The data link layer handles the physical and logical connections to the
packet's destination, using a network interface.
This layer gets the data packets send by the network layer and convert them
into frames that will be sent out to the network media, adding the physical
address of the network card of your computer, the physical address of the
network card of the destination, control data and a checksum data, also
known as CRC. The frame created by this layer is sent to the physical layer,
where the frame will be converted into an electrical signal to do this, the
data link layer provides :
Link Establishment and Termination : Establishes and terminates the
logical link between two nodes.
Frame Traffic Control : Tells the transmitting node to "back-off" when
no frame buffers are available.
Frame Sequencing : Transmits/receives frames sequentially.
Frame Acknowledgment : Provides/expects frame acknowledgments.
Detects and recovers from errors that occur in the physical layer by
retransmitting non-acknowledged frames and handling duplicate
frame receipt.
Frame Delimiting : Creates and recognizes frame boundaries.
Frame Error Checking : Checks received frames for integrity.
Media Access Management : determines when the node "has the
right" to use the physical medium.
Layer 1 Physical : The physical layer, the lowest layer of the OSI model, is
concerned with the transmission and reception of the unstructured raw bit
stream over a physical medium. It describes the electrical/optical,
mechanical, and functional interfaces to the physical medium, and carries the
signals for all of the higher layers. Physical layer defines and cables, network
cards and physical aspects. It also provides the interface between network
and network communication devices.
This layer gets the frames sent by the Data Link layer and converts them into
signals compatible with the transmission media. If a metallic cable is used,
then it will convert data into electrical signals; if a fiber optical cable is used,
then it will convert data into luminous signals; if a wireless network is used,
then it will convert data into electromagnetic signals; and so on. When
receiving data, this layer will get the signal received and convert it into 0s and
1s and send them to the Data Link layer, which will put the frame back
together and check for its integrity.
Physical layer provides :
Data Encoding : Modifies the simple digital signal pattern (1s and 0s) used by
the PC to better accommodate the characteristics of the physical medium, and
to aid in bit and frame synchronization. It determines:
What signal state represents a binary 1.
How the receiving station knows when a "bit-time" starts.
How the receiving station delimits a frame.
When applying link-state algorithms, each node uses as its fundamental data
a map of the network in the form of a graph. To produce this, each node
floods the entire network with information about what other nodes it can
connect to, and each node then independently assembles this information into
a map. Using this map, each router then independently determines the least-
cost path from itself to every other node using a standard shortest paths
algorithm such as Dijkstra's algorithm. The result is a tree rooted at the
current node such that the path through the tree from the root to any other
node is the least-cost path to that node. This tree then serves to construct the
routing table, which specifies the best next hop to get from the current node
to any other node.
Shortest-Path First (SPF) Algorithm : The SPF algorithm is used to process
the information in the topology database. It provides a tree-representation of
the network. The device running the SPF algorithm is the root of the tree. The
output of the algorithm is the list of shortest-paths to each destination
network. Because each router is processing the same set of LSAs, each router
creates an identical link state database. However, because each device
occupies a different place in the network topology, the application of the SPF
algorithm produces a different tree for each router.
Path Vector Routing : Distance vector and link state routing are both intra-
domain routing protocols. They are used inside an autonomous system, but
not between autonomous systems. Both of these routing protocols become
intractable in large networks and cannot be used in Inter-domain routing.
Distance vector routing is subject to instability if there are more than few
hops in the domain. Link state routing needs huge amount of resources to
calculate routing tables. It also creates heavy traffic because of flooding.
Path vector routing is used for inter-domain routing. It is similar to Distance
vector routing. In path vector routing we assume there is one node (there can
be many) in each autonomous system which acts on behalf of the entire
autonomous system. This node is called the speaker node. The speaker node
creates a routing table and sends information to its neighboring speaker
nodes in neighboring autonomous systems. The idea is the same as Distance
vector routing except that only speaker nodes in each autonomous system can
communicate with each other. The speaker node sends information of the
path, not the metric of the nodes, in its autonomous system or other
autonomous systems.
The path vector routing algorithm is somewhat similar to the distance vector
algorithm in the sense that each border router advertises the destinations it
can reach to its neighboring router. However, instead of advertising networks
in terms of a destination and the distance to that destination, networks are
Now, the receiver performs the same operation, and checks the checksum. If
the checksums agree, we assume the message was sent without error.
-----
1010101010101100000
11001
-----
110001010101100000
11001
-----
00011010101100000
11001
-----
0011101100000
11001
-----
100100000
11001
-----
10110000
11001
-----
1111000
11001
-----
11100
11001
-----
0101
quotient. Our only goal here is to get the remainder (0101), which is the FCS.
CRC's can actually be computed in hardware using a shift register and some
number of exclusive-or gates.
they occur, but if the bus is constantly busy, collisions can occur
so often that performance drops drastically. It is estimated that
network traffic must be less than 40 percent of the bus capacity
for the network to operate efficiently. If distances are long, time
lags occur that may result in inappropriate carrier sensing, and
hence collisions.
CSMA/CA (Carrier Sense Multiple Access/Collision
Avoidance) : In CA collision avoidance), collisions are avoided
because each node signals its intent to transmit before actually
doing so. This method is not popular because it requires
excessive overhead that reduces performance.
Ethernet : IEEE 802.3 Local Area Network (LAN) Protocols : Ethernet
protocols refer to the family of local-area network (LAN) covered by
the IEEE 802.3. In the Ethernet standard, there are two modes of
operation: half-duplex and full-duplex modes. In the half duplex
mode, data are transmitted using the popular Carrier-Sense Multiple
Access/Collision Detection (CSMA/CD) protocol on a shared
medium. The main disadvantages of the half-duplex are the efficiency
and distance limitation, in which the link distance is limited by the
minimum MAC frame size. This restriction reduces the efficiency
drastically for high-rate transmission. Therefore, the carrier extension
technique is used to ensure the minimum frame size of 512 bytes in
Gigabit Ethernet to achieve a reasonable link distance.
Four data rates are currently defined for operation over optical fiber
and twisted-pair cables :
10 Mbps - 10Base-T Ethernet (IEEE 802.3)
100 Mbps - Fast Ethernet (IEEE 802.3u)
1000 Mbps - Gigabit Ethernet (IEEE 802.3z)
10-Gigabit - 10 Gbps Ethernet (IEEE 802.3ae).
The Ethernet System consists of three basic elements :
(1) The physical medium used to carry Ethernet signals between
computers,
(2) a set of medium access control rules embedded in each Ethernet
interface that allow multiple computers to fairly arbitrate access
to the shared Ethernet channel, and
The token and frames of data are passed from one station to another
following the numeric sequence of the station addresses. Thus, the
token follows a logical ring rather than a physical ring. The last station
in numeric order passes the token back to the first station. The token
does not follow the physical ordering of workstation attachment to the
cable. Station 1 might be at one end of the cable and station 2 might be
at the other, with station 3 in the middle.
While token bus is used in some manufacturing environments,
Ethernet and token ring standards have become more prominent in the
office environment.
IEEE 802.5 Token Ring : Token ring is the IEEE 802.5 standard for a
token-passing ring network with a star-configured physical topology.
Internally, signals travel around the network from one station to the
next in a ring. Physically, each station connects to a central hub called a
MAU (multistation access unit). The MAU contains a "collapsed ring,"
but the physical configuration is a star topology. When a station is
attached, the ring is extended out to the station and then back to the
MAU . If a station goes offline, the ring is reestablished with a bypass
at the station connector. Token ring was popular for an extended
period in the late 1980s and 1990s, especially in IBM legacy system
environments. IBM developed the technology and provided extensive
support for connections to SNA systems. More recently, Ethernet, Fast
Ethernet, and Gigabit Ethernet technologies have pushed token ring
and other LAN technologies to the sidelines.
Shielding provides a means to reflect or absorb electric fields that are present
around cables. Shielding comes in a variety of forms from copper braiding or
copper meshes to aluminized.
Mylar tape wrapped around
each conductor and again
around the twisted pair.
Coaxial Cable : Coaxial
cable is a two-conductor
cable in which one
conductor forms an
electromagnetic shield
around the other. The two
conductors are separated by Coaxial Cable
insulation. It is a constant impedance transmission cable. This media is used
in base band and broadband transmission. Coaxial cables do not produce
external electric and magnetic fields and are not affected by them. This makes
them ideally suited, although more expensive, for transmitting signals.
Optical Fiber : Optical fiber consists of thin glass fibers that can carry
information at frequencies in the visible light spectrum and beyond. The
typical optical fiber consists of a very narrow strand of glass called the core.
Around the core is a concentric layer of glass called the cladding. A typical
core diameter is 62.5 microns .Typically cladding has a diameter of 125
microns. Coating the cladding is a protective coating consisting of plastic, it is
called the Jacket. An important characteristic of fiber optics is refraction.
Refraction is the characteristic of a material to either pass or reflect light.
Optical Fiber
Ionospheric propagation
Line of sight propagation transmits exactly in the line of sight. The receive
station must be in the view of the transmit station. It is sometimes called
space waves or tropospheric propagation. It is limited by the curvature of the
Earth for ground-based stations (100 km, from horizon to horizon). Reflected
waves can cause problems. Examples of line of sight propagation are: FM
radio, microwave and satellite.
Line of sight
Radio Frequencies : The frequency spectrum operates from 0 Hz (DC) to
gamma rays (1019 Hz). Radio frequencies are in the range of 300 kHz to 10
GHz. We are seeing an emerging technology called wireless LANs. Some use
Microwave Transmission
equator. These
this point, the gravitational pull of the Earth and the centrifugal force of
the rotational f0000000orce placed on the satellite that wants to fling it out
into space.
The
uplink
is the
The Media Access Control sublayer also determines where one frame of data
ends and the next one starts. There are four means of doing that: a time based,
character counting, byte stuffing and bit stuffing.
Chapter-3
Introduction to TCP/IP
The most accurate name for the set of protocols is the "Internet protocol
suite". TCP and IP are two of the protocols in this suite. The Internet is a
collection of networks. Term "Internet" applies to this entire set of networks.
Like most networking software, TCP/IP is modeled in layers. This layered
representation leads to the term protocol stack, which refers to the stack of
layers in the protocol suite. It can be used for positioning the TCP/IP protocol
suite against others network software like Open System Interconnection (OSI)
model.
By dividing the communication software into layers, the protocol stack allows
for division of labor, ease of implementation and code testing, and the ability
to develop alternative layer implementations. Layers communicate with those
above and below via concise interfaces. In this regard, a layer provides a
service for the layer directly above it and makes use of services provided by
the layer directly below it. For example, the IP layer provides the ability to
transfer data from one host to another without any guarantee to reliable
delivery or duplicate suppression.
Transport Layer : The transport layer provides the end-to-end data transfer
by delivering data from an application to its remote peer. Multiple
applications can be supported simultaneously. The most-used transport layer
protocol is the Transmission Control Protocol (TCP), which provides
connection-oriented reliable data delivery, duplicate data suppression,
congestion control, and flow control.
UDP as the transport protocol have to provide their own end-to-end integrity,
flow control, and congestion control, if desired. Usually, UDP is used by
applications that need a fast transport mechanism and can tolerate the loss of
some data.
Internetwork Layer : The internetwork layer, also called the internet layer or
the network layer ternet this
layer shields the higher
levels from the physical network architecture below it. Internet Protocol (IP)
is the most important protocol in this layer. It is a connectionless protocol that
does not assume reliability from lower layers. IP does not provide reliability,
flow control, or error
recovery. These functions must be provided at a higher level. IP provides a
routing function that attempts to deliver transmitted messages to their
destination. A message unit in an IP network is called an IP datagram. This is
the basic unit of information transmitted across TCP/IP networks. Other
internetwork-layer protocols are IP, ICMP, IGMP, ARP, and RARP.
Network Interface Layer : The network interface layer, also called the link
layer or the data-link layer, is the interface to the actual network hardware.
This interface may or may not provide reliable delivery, and may be packet or
stream oriented. In fact, TCP/IP does not specify any protocol here, but can
use almost any network interface available, which illustrates the flexibility of
the IP layer. Examples are IEEE 802.2, X.25, ATM, FDDI, and even
SNA.TCP/IP specifications do not describe or standardize any network-layer
protocols, they only standardize ways of accessing those protocols from the
internet work layer.
The following figure shows the TCP/IP protocol suit with their Protocol.
TCP consists of a set of rules, the protocol, that are used with the
between computers over the Internet. At the same time that the IP
takes care of handling the actual delivery of the data, the TCP takes
message is divided into for efficient routing through the net. For
example, when an HTML file is sent to you from a web server, the TCP
program layer of that server takes the file as a stream of bytes and
divides it into packets, numbers the packets, and then forwards them
individually to the IP program layer. Even though every packet has the
same destination IP address, they can get routed differently through
the network. When the client program in your computer gets them, the
TCP stack (implementation) reassembles the individual packets and
ensures they are correctly ordered as it streams them to an application.
TCP is used extensively by many of the Internet's most popular
application protocols and resulting applications, including the World
Wide Web, E-mail, File Transfer Protocol, Secure Shell, and some
streaming media applications.
B) Internet Protocol (IP) : The Internet Protocol (IP) is a network-layer
(Layer 3) protocol that contains addressing information and some
control information that enables packets to be routed. IP is
documented in RFC 791 and is the primary network-layer protocol in
the Internet protocol suite. Along with the Transmission Control
Protocol (TCP), IP represents the heart of the Internet protocols. IP has
two primary responsibilities: providing connectionless, best-effort
delivery of datagrams through an internetwork; and providing
fragmentation and reassembly of datagrams to support data links with
different maximum-transmission unit (MTU) sizes.
IP Packet Format
The following discussion describes the IP packet fields illustrated in :
Version Indicates the version of IP currently used.
IP Header Length (IHL) Indicates the datagram header length
in 32-bit words.
Type-of-Service Specifies how an upper-layer protocol would
like a current datagram to be handled, and assigns datagrams
various levels of importance.
Total Length Specifies the length, in bytes, of the entire IP
packet, including the data and header.
Identification Contains an integer that identifies the current
datagram. This field is used to help piece together datagram
fragments.
Flags Consists of a 3-bit field of which the two low-order
(least-significant) bits control fragmentation. The low-order bit
specifies whether the packet can be fragmented. The middle bit
IP address
IP Address Classes : IP addressing supports five different address
classes: A, B, C, D, and E. only classes A, B, and C are available for
commercial use. The left-most (high-order) bits indicate the network
class. It provides reference information about the five IP address
classes.
Reference Information about the Five IP Address Classes :
IP Format Purpose High- Address Range No. Bits Max.
Address Order Network/ Hosts
Class Bit(s) Host
and made RFC 882 and RFC 883 obsolete. Several more-recent RFCs
have proposed various extensions to the core DNS protocols.
The Domain Name System consists of a hierarchical set of DNS
servers. Each domain or subdomain has one or more authoritative
DNS servers that publish information about that domain and the name
servers of any domains "beneath" it. The hierarchy of authoritative
DNS servers matches the hierarchy of domains. At the top of the
hierarchy stand the root nameservers: the servers to query when
looking up a top-level domain name.
Domain names, arranged in a tree, cut into zones, each served by a
nameserver.
A domain name usually consists of two or more parts which is
conventionally written separated by dots, such as example.com.The
rightmost label conveys the top-level domain for example, the address
www.example.com has the top-level domain com.Each label to the left
specifies a subdomain of the domain above it. For example:
example.com comprises a subdomain of the com domain, and
www.example.com comprises a subdomain of the domain
example.com. In theory, this subdivision can go down 127 levels. Each
label can contain up to 63 characters. The whole domain name does
not exceed a total length of 253 characters
A hostname refers to a domain name that has one or more associated
IP addresses; ie: the 'www.example.com' and 'example.com' domains
are both hostnames, however, the 'com' domain is not.
F) Dynamic Host Configuration Protocol (DHCP) : Dynamic Host
Configuration Protocol (DHCP) is a protocol used by networked
devices or clients to obtain the parameters necessary for operation in
an Internet Protocol network. This protocol reduces system
administration workload, allowing devices to be added to the network
with little or no manual configurations.
Dynamic Host Configuration Protocol is a way to administrator
network parameter assignment from a single DHCP server, or a group
of DHCP servers arranged in a fault-tolerant manner. Even in small
networks, Dynamic Host Configuration Protocol is useful because it
can make it easy to add new machines to the local network.
used for this purpose by diskless hosts, BOOTP is also commonly used
solely as a mechanism to deliver configuration information to a client
that has not been manually configured.
The BOOTP process involves the following steps :
1. The.........layer of Ethernet consists of the LIC sub layer and the MAC sublayer.
(a) Data link
(b) Physical
(c) Network
(d) None of the above ( )
5. As the data packet moves from the upper to the lower layers, headers are ...............
(a) Added (b) Removed
(c) Rearranged (d) Modified ( )
6. The..........layer lies between the network layer and the application layer.
(a) Physical
(b) Data link
(c) Transport
(d) None of the above ( )
9. The physical layer is concerned with the movement of .....................over the physical
medium.
(a) programs
(b) dialogs
(c) protocols
(d) bits ( )
11. In the OSI model when data is transmitted from device A to device B, the header
from A's layer 5 is read by B's .........layer.
(a) physical (b) transport
(c) session (d) resonating ( )
12. In the OSI model, what is the main function of the transport layers?
(a) Node to node delivery
(b) Process to process message delivery
(c) synchronization
(d) updating and maintenance of routing tables ( )
13. In the OSI model, encryption and decryption are functions of the ................layer:
(a) transport (b) session
(c) presentation (d) application ( )
14. When a host on network A sends a message to a host on network B, which address
does the router look at :
(a) Port (b) Logical
(c) Physical (d) None of the a bove ( )
15. To deliver a message to the correct application program running on a host, the
..........address must be consulted.
(a) port
(b) IP
(c) Physical
(d) None of the above ( )
18. The..................sub layer is responsible for the operation of the CSMA/CD access
methods and framing.
(a) LLC (b) MII
(c) MAC (d) None of the above ( )
19. .........................is a process to process protocol and adds only port addressed,
checksum error control and length information to the data from the upper layer.
(a) TCP (b) UDP
(c) IP (d) None of the above ( )
21. The................address also known as the link address, is the address of a node as
defined by its LAN or WAN.
(a) port
(b) physical
(c) logical
(d) None of the above ( )
22. Ethernet uses a ................physical address that is imprinted on the network interface
card (NIC )
(a) 32-bit
(b) 64-bit
(c) 6-bit
(d) none of the above ( )
23. The TCP/IP ..................layer is equivalent to the combined session, presentation and
application layers of the OSI model;
34. Which error detection method consists of just one redundant bit per data unit?
(a) Simple parity check
(b) Two dimensional parity check
(c) CRC
(d) Checksum ( )
36. ..................is the most widely used local area network protocol:
(a) Token ring
(b) Token Bus
(c) Ethernet
(d) None of the above ( )
37. The IEEE 802.3 standard defines....................CSMA/CD as the access methods for
first generation 10-Mbps fthernet.
(a) 1-Persistent
(b) p-persistent
(c) none-persistent
(d) none of the above ( )
39. A.....................is a connecting device that operates in the physical and data link layers
of the internet model:
(a) Repeater
(b) Dual
(c) Router
(d) None of the above ( )
40. A .............bridge can forward filter frames and automatically build its forwarding
table:
(a) Simple
(b) Dual
(c) Transport
(d) None of the above ( )
Answer Key
1. (a) 2. (b) 3. (a) 4. (d) 5. (a) 6. (c) 7. (c) 8. (c) 9. (d) 10. (c)
11. (c) 12. (b) 13. (c) 14. (a) 15. (b) 16. (c) 17. (d) 18. (c) 19. (b) 20. (a)
21. (b) 22. (c) 23. (a) 24. (b) 25. (b) 26. (a) 27. (d) 28. (c) 29. (b) 30. (c)
31. (b) 32. (b) 33. (d) 34. (c) 35. (d) 36. (a) 37. (a) 38. (a) 39. (b) 40. (c)
___________
SET-2
11. The default subnet mask for a class 'B' network is:
(a) 255.0.0.0
(b) 255.255.0.
(c) 255.255. 255.0
(d) 255.255.255.255 ( )
14. Which of the following frame types is specified in the 802.5 standard?
(a) Token (b) Abort
(c) Data/command (d) All of the above ( )
15. To find the IP address of a host when the domain name is known, the..........can be
used.
(a) Reverse domain (b) Generic domain
(c) Country domain (d) Either (b) or (c) ( )
18. Which of the following types of signal requires the highest bandwidth for
transmission?
(a) Speech (b) Video
(c) Music (d) Facsimile ( )
23. .........................is a situation when number a packet flowing is more than media
bandwidth.
(a) Collision
(b) Congestion
(c) Collision avoidance
(d) Communication ( )
Answer Key
1. (c) 2. (c) 3. (d) 4. (a) 5. (b) 6. (a 7. (d) 8. (b) 9. (c) 10. (c)
11. (b) 12. d) 13. (c) 14. (d) 15. (c) 16. (d) 17. (a) 18. (b) 19. (b) 20. (a)
21. (c) 22. (a) 23. (b) 24. (a) 25. (d) 26. (c) 27. (c) 28. (c) 29. (c) 30. (d)
31. (d) 32. (b) 33. (c) 34. (a) 35. (d) 36. (c) 37. (d) 38. (d) 39. (b) 40. (c)
SET-3
4. Routers have................and.................functions.
(a) Selection of best path, broadcasting
(b) Selection of random path, switching
(c) Selection of best path, pumping
(d) Selection of best path, switching ( )
11. Most commonly used protocol in DLC (Data Link Control) procedure is:
(a) Sliding window protocol (in general)
(b) Stop and wait sliding window protocol
(c) Sliding window protocol with go back N
(d) Sliding window with selective repeat ( )
13. The data unit in the transport layer of TCP/IP suite is called:
(a) Datagram
(b) Segment
(c) Message
(d) Frame ( )
(c) Session
(d) Transport ( )
17. Common methods used to calculate the shortest path between two routers.
(a) Distance vector routing
(b) Link state routing
(c) Both (a) or (b)
(d) Either (a) or (b) ( )
28. ......................is the superior network of token passing ring network than traditional
ring network:
(a) Ethernet star
(b) Coaxial network
(c) FDDI
(d) LAN ( )
30. .....................is the most widely used local area network protocol.
(a) Token ring
(b) ATM
(c) Token bus
(d) Ethernet ( )
31. Which of the following types of signal requires the highest bandwidth for
transmission.
(a) Speech
(b) Video
(c) Music
(d) Facsimile ( )
33. Which is the maximum size of the data portion of the IP datagram:
(a) 65,535 bytes
(b) 65,516 bytes
(c) 65,475, bytes
(d) 65,460 bytes ( )
Answer Key
1. (d) 2. (c) 3. (c) 4. (d) 5. (a) 6. (b) 7. (d) 8. (c) 9. (d) 10. (d)
11. (c) 12. (b) 13. (b) 14. (b) 15. (a) 16. (c) 17. (b) 18. (b) 19. (b) 20. (b)
21. (c) 22. (a) 23. (a) 24. (d) 25. (b) 26. (d) 27. (c) 28. (c) 29. (d) 30. (d)
31. (b) 32. (a) 33. (b) 34. (a) 35. (c) 36. (a) 37. (a) 38. (a) 39. (c) 40. (c)
_____________
SET-4
19. The ....................layer lies between the transport and application layers:
(a) Data link (b) Physical
(c) Network (d) Session ( )
23. .....................is the most widely used local area network protocol:
(a) Token ring
(b) ATM
(c) Token bus
(d) Ethernet
( )
24. Repeater is used to...................the network segment length:
(a) Switch
(b) Limit
(c) Extend
(d) Regenerate ( )
32. .......................are the situations when number of packets flowing is more than media
bandwidth:
(a) Collision
(b) Congestion
(c) Collision Avoidance
(d) None of the above ( )
34. ..................is the main protocol used to access information over world wide web
(WWW):
(a) TFTP
(b) FTP
(c) TELNET
(d) HTTP ( )
35. Session initiation, management and termination are main services provided
at.............leyer:
(a) Application
(b) Presentation
(c) Session
(d) None of the above ( )
40. The default subnet mask for a class 'B' network is:
(a) 255.0.0.0
(b) 255.255.0.
(c) 255.255. 255.0
(d) 255.255.255.255 ( )
Answer Key
1. (c) 2. (b) 3. (c) 4. (d) 5. (a) 6. (a) 7. (c) 8. (c) 9. (d) 10. (a)
11. (a) 12. (b) 13. (b) 14. (c) 15. (c) 16. (b) 17. (a) 18. (d) 19. (d) 20. (c)
21. (c) 22. (b) 23. (d) 24. (c) 25. (d) 26. (d) 27. (a) 28. (d) 29. (c) 30. (d)
31. (c) 32. (d) 33. (a) 34. (d) 35. (c) 36. (a) 37. (d) 38. (a) 39. (d) 40. (b)
_________
Case Study
Protocol Case Study
This example is an actual case that was solved by protocol analysis. The problem was
reported as an occasional ftp failure with the error message:
Only one user reported the problem, and it occurred only when transferring large files from a
workstation to the central computer, via our FDDI backbone network.
We obtained the user's data file and were able to duplicate the problem from other
workstations, but only when we transferred the file to the same central system via the
backbone network. Figure 11.4 graphically summarizes the tests we ran to duplicate the
problem.
We notified all users of the problem. In response, we received reports that others had also
experienced it, but again only when transferring to the central system, and only when
transferring via the backbone. They had not reported it, because they rarely saw it. But the
additional reports gave us some evidence that the problem did not relate to any recent
network changes.
Because the problem had been duplicated on other systems, it probably was not a
configuration problem on the user's system. The ftp failure could also be avoided if the
backbone routers and the central system did not interact. So we concentrated our attention on
those systems. We checked the routing tables and ARP tables, and ran ping tests on the
central system and the routers. No problems were observed.
Based on this preliminary analysis, the ftp failure appeared to be a possible protocol
interaction problem between a certain brand of routers and a central computer. We made that
assessment because the transfer routinely failed when these two brands of systems were
involved, but never failed in any other circumstance. If the router or the central system were
misconfigured, they should fail when transferring data to other hosts. If the problem was an
intermittent physical problem, it should occur randomly regardless of the hosts involved.
Instead, this problem occurred predictably, and only between two specific brands of
computers. Perhaps there was something incompatible in the way these two systems
implemented TCP/IP.
Therefore, we used snoop to capture the TCP/IP headers during several ftp test runs.
Reviewing the dumps showed that all transfers that failed with the "netout" error message
had an ICMP Parameter Error packet near the end of the session, usually about 50 packets
before the final close. No successful transfer had this ICMP packet. Note that the error did
not occur in the last packet in the data stream, as you might expect. It is common for an error
to be detected, and for the data stream to continue for some time before the connection is
actually shut down. Don't assume that an error will always be at the end of a data stream.
Here are the headers from the key packets. First, the IP header of the packet from the
backbone router that caused the central system to send the error:
And this is the ICMP Parameter Error packet sent from the central system in response to that
packet:
Each packet header is broken out bit-by-bit and mapped to the appropriate TCP/IP header
fields. From this detailed analysis of each packet, we see that the router issued an IP Header
Checksum of 0xffff, and that the central system objected to this checksum. We know that the
central system objected to the checksum because it returned an ICMP Parameter Error with a
Pointer of 10. The Parameter Error indicates that there is something wrong with the data the
system has just received, and the Pointer identifies the specific data that the system thinks is
in error. The tenth byte of the router's IP header is the IP Header Checksum. The data field of
the ICMP error message returns the header that it believes is in error. When we displayed
that data we noticed that when the central system returned the header, the checksum field was
"corrected" to 0000. Clearly the central system disagreed with the router's checksum
calculation.
Occasional checksum errors will occur. They can be caused by transmission problems, and
are intended to detect these types of problems. Every protocol suite has a mechanism for
recovering from checksum errors. So how should they be handled in TCP/IP?
To determine the correct protocol action in this situation, we turned to the authoritative
sources - the RFCs. RFC 791, Internet Protocol, provided information about the checksum
calculation, but the best source for this particular problem was RFC 1122, Requirements for
Internet Hosts - Communication Layers, by R. Braden. This RFC provided two specific
references that define the action to be taken. These excerpts are from page 29 of RFC 1122:
Therefore, when a system receives a packet with a bad checksum, it is not supposed to do
anything with it. The packet should be discarded, and the system should wait for the next
packet to arrive. The system should not respond with an error message. A system cannot
respond to a bad IP header checksum, because it cannot really know where the packet came
from. If the header checksum is in doubt, how do you know if the addresses in the header are
correct? And if you don't know for sure where the packet came from, how can you respond to
it?
IP relies on the upper-layer protocols to recover from these problems. If TCP is used (as it
was in this case), the sending TCP eventually notices that the recipient has never
acknowledged the segment, and it sends the segment again. If UDP is used, the sending
application is responsible for recovering from the error. In neither case does recovery rely on
an error message returned from the recipient.
Therefore, for an incorrect checksum, the central system should have simply discarded the
bad packet. The vendor was informed of this problem and, much to their credit, they sent us a
fix for the software within two weeks. Not only that, the fix worked perfectly!
Not all problems are resolved so cleanly. But the technique of analysis is the same no matter
what the problem.
Keyterms
AAL
ATM adaptation layer. Service-dependent sublayer of the data link layer. The AAL accepts
data from different applications and presents it to the ATM layer in the form of 48-byte ATM
payload segments. AALs consist of two sublayers, CS and SAR, AALs differ on the basis of
the source-destination timing used, whether they use DBR or VBR, and whether they are
used for connection-oriented or connectionless mode data transfer. At present, the four types
of AAL recommended by the ITU-T are AAL1, AAL2, AAL3/4, and AAL5.
ABM
Application Layer
Layer 7 of the OSI reference model. This layer provides services to application processes
(such as electronic mail, file transfer, and terminal emulation) that are outside of the OSI
model. The application layer identifies and establishes the availability of intended
communication partners (and the resources required to connect with them), synchronizes
cooperating applications, and agreement on procedures for error recovery and control of data
integrity. Corresponds roughly with the transaction services layer in the SNA model. See also
data link layer, network layer, physical layer, presentation layer, session layer, and transport
layer.
ARP
Address Resolution Protocol. The protocol for mapping IP addresses to physical addresses
such as Ethernet or Token Ring.
ARPA
Advanced Research Projects Agency, Research and development organization that is part of
DoD. ARPA is responsible for numerous technological advances in communications and
networking. ARPA evolved in DARPA, and then back into ARPA again (in 1994). See also
DARPA.
ARPANET
ARQ
Automatic repeat request. Communication technique in which the receiving device detects
errors and requests retransmission.
Bridge
A Data Link Layer device that limits traffic between two network segments by filtering the
data between them based on hardware addresses.
BUS
Broadcast and unknown server. Multicast server used in ELANs that is used to flood traffic
addressed to an unknown destination, and to forward multicast and broadcast traffic to the
appropriate clients.
Bus Topology
Linear LAN architecture in which transmissions from network stations propagate the length
of the medium and are received by all other stations. Compare with ring topology, star
topology, and tree topology.
Byte
A group of 8 bits.
CSMA/CD
Carrier sense multiple access collision detect. Media-access mechanism wherein devices
ready to transmit data first check the channel for a carrier. If no carrier is sensed for a
specific period of time, a device can transmit. If two devices transmit at once, a collision
occurs and is detected by all colliding devices. This collision subsequently delays
retransmissions from those devices for some random length of time. CSMA/CD access is
used by Ethernet and IEEE 802.3.
CSNET
Layer 5 of the SNA architectural model. This layer determines and manages interactions
between session partners, particularly data flow. Corresponds to the session layer of the OSI
model. See also data link control layer, path control layer, physical control llayer,
presentation services layer, transaction services layer, and transmission control layer.
Datagram
Logical grouping of information sent as a network layer unit over a transmission medium
without prior establishment of a virtual circuit. IP datagrams are the primary information
units in the Internet. The terms frame, message, packet, and segment are also used to describe
logical information grouping at various layers of the OSI reference model and in various
technology circles.
Data Link
The physical connection between two devices such as Ethernet,LocalTalk or Token Ring that
is capable of carrying information inthe service or networking protocols such as AppleTalk,
TCP/IP orXNS.
Layer 2 of the OSI reference model. This layer provides reliable transit of data across a
physical link. The data link layer is concerned with physical addressing, network topology,
line discipline, error notification, ordered delivery of frames, and flow control. The IEEE has
divided this layer into two sublayers: The MAC sublayer and the LLC sublayer. Sometimes
simply called link layer. Roughly corresponds to the data link control layer of the SNA
model. See also application layer, LLC, MAC, network layer, physical layer, presentation
layer, session layer, and transport layer.
The protocol that controls the network signaling and receivinghardware, performing data
integrity checks and formatting information according to the rules of the data link.
DLCI
Data-link connection identifier. Value that specifies a PVC or SVC in a Frame Relay
network. In the basic Frame Relay specification, DLCIs are locally significant (connected
devices might use different values to specify the same connection). In the LMI extended
specification, DLCIs are globally significant (DLCIs specify individual end devices). See
also LMI.
DLL
EDI
Electronic Document (or Data) Interchange. The term EDI usuallyconnotes a system where
authentication and security methodsguarantee the integrity and origin of the information.
EDIFACT
Electronic Data Interchange for Administration, Commerce, and Transport. Data exchange
standard administered by the United Nations to be a multi-industry EDI standard.
EEPROM
Electrically erasable programmable read-only memory. EPROM that can be erased using
electrical signals applied to specific pins. See also EPROM.
Encapsulation
The process of placing one protocol inside of another. Usuallyimplies that the encapsulated
protocol was not originally intendedby its designers to be carried by the encapsulating
protocol.
Encapsulation Bridging
Carries Ethernet frames from one router to another across disparate media, such as serial and
FDDI lines. Contrast with translational bridging.
Encoder
Encryption
The application of a specific algorithm to data so as to alter the appearance of the data
making it incomprehensible to those who are not authorized to see the information. See also
decryption.
Ethernet
A specification for a transmission system including Layers 1 and2 of the OSI 7-layer model
using the CSMA/CD access method.In common usage, "Ethernet" refers to both the DIX
(DEC - Intel - Xerox) version of this specification or to the IEEE version, moreformally
known as "802.3". The DIX version is distinguished bythe reference "Ethernet V.2".
EUnet
Excess Rate
Traffic in excess of the insured rate for a given connection. Specifically, the excess rate
equals the maximum rate minus the insured rate. Excess traffic is delivered only if network
resources are available and can be discarded during periods of congestion. Compare with
insured rate and maximum rate.
FTP
Full-duplex
Full Mesh
Term describing a network in which devices are organized in a mesh topology, with each
network node having either a physical circuit or a virtual circuit connecting it to every other
network node. A full mesh provides a great deal of redundancy, but because it can be
prohibitively expensive to implement, it is usually reserved for network backbones. See also
mesh and partial mesh.
Gateway
Gateway Host
Heterogeneous Network
Network consisting of dissimilar devices that run dissimilar protocols and in many cases
support dissimilar functions or applications.
Hexadecimal
A numerical system with a base of 16 that is useful for expressing digital data. One
hexadecimal digit represents for bits.
HTML
Hypertext markup language. Simple hypertext document formatting language that uses tags
to indicate how a given part of a document should be interpreted by a viewing application,
such as a WWW browser. See also hypertext and WWW browser.
Hub
1. Generally, a term used to describe a device that serves as the center of a star-topology
network. 2. Hardware of software devices that contains multiple independent but connected
modules of network and internetwork equipment. Hubs can be active (where they repeat
signals sent through them) or passive (where they do not repeat, but merely split, signals sent
through them). 3. In Ethernet and IEEE 802.3, an Ethernet multiport repeater, sometimes
referred to as a concentrator.
Hybrid Network
Internetwork made up of more than one type of network technology, including LANs and
WANs.
Hypertext
Electronically-stored text that allows direct access to other texts by way of encoded links.
Hypertext documents can be created using HTML(Hypertext Markup Language), and
often integrate images, sound, and other media that are commonly viewed using a WWW
browser. See also HTML and WWW browser.
IEEE 802.1
IEEE specification that describes an algorithm that prevents bridging loops by creating a
spanning tree. The algorithm was invented by Digital Equipment Corporation. The Digital
algorithm and the IEEE 802.1 algorithm are not exactly the same, nor are they compatible.
See also spanning tree, spanning-tree algorithm, and Spanning-Tree Protocol.
IEEE 802.12
IEEE LAN standard that specifies the physical layer and the MAC sublayer of the data link
layer. IEEE 802.12 uses the demand priority media-access scheme at 100 Mbps over a
variety of physical media. See also 100VG-AnyLAN.
IEEE 802.2
The committee of the IEEE charged with the responsibility of coordinating standards at the
Data Link Layer. The committee also oversees the work of many sub-committees that govern
individual Data Link standards such as the 802.3 standard.
IEEE 802.3
IEEE LAN protocol that specifies an implementation of the physical layer and the MAC
sublayer of the data link layer. IEEE 802.3 uses CSMA/CD access at a variety of speeds over
a variety of physical media. Extensions to the IEEE 802.3 standard specify implementations
for Fast Ethernet. Physical variations of the original IEEE 802.3 specifications include
10Base2, 10Base5, 10BaseF, 10BaseT, and 10Broad36. Physical variations for fast ethernet
include 100BaseT, 100BaseT4, and 100BaseX.
IEEE 802.4
IEEE LAN protocol that specifies an implementation of the physical layer and the MAC
sublayer of the data link layer. IEEE 802.4 uses token-passing access over a bus topology
and is based on the token bus LAN architecture. See also token bus.
IEEE 802.5
IEEE LAN protocol that specifies an implementation of the physical layer and MAC
sublayer of the data link layer. IEEE 802.5 uses token passing access at 4 or 16 Mbps over
STP cabling and is similar to IBM Token Ring. See also Token Ring.
IEEE 802.6
IEEE MAN specification based on DQDB technology. IEEE 802.6 supports data rates of 1.5
to 155 Mbps. See also DQDB.
Internet
1. The worldwide system of linked networks that is capable of exchanging mail and data
through a common addressing and naming system based on TCP/IP protocols. 2. Any group
of linked networks capable of exchanging electronic mail and data using a common protocol.
Internet protocol
Any protocol that is part of the TCP/IP protocol stack. See TCP/IP.
Address
address that uniquely identifies a software process that is using AppleTalk protocols to
communicate.
Internetwork
Collection of networks interconnected by routers and other devices that functions generally)
as a single network. Sometimes called an internet, which is not to be confused with the
Internet.
Internetworking
General term used to refer to the industry that has arisen around the problem of connecting
networks together. The term can refer to products, procedures, and technologies.
IP Address
32-bit address assigned to hosts using TCP/IP. An IP address belongs to one of five classes
(A, B, C, D, or E) and is written as 4 octets separated with periods (dotted decimal format).
Each address consists of a network number, an optional subnet work number, and a host
number. The network and subnetwork numbers together are used for routing, while the host
number is used to address an individual host within the network or subnetwork. A subnet
mask is used to extract network and subnetwork information from the IP address. Also called
an Internet address. See also IP and subnet mask.
IP Multicast
Routing technique that allows IP traffic to be propagated from one source to a number of
destinations or from many sources to many destinations. Rather than sending one packet to
each destination, one packet is sent to a multicast group identified by a single IP destination
group address.
IS
ISA
Industry-Standard Architecture. 16-bit bus used for Intel-based personal computers. See also
EISA.
ISDN
Modulation
Network Architecture
A set of specifications that defines every aspect of a data network's communication system,
including but not limited to the types of user interfaces employed, the networking protocols
used and the structure and types of network cabling that may be used.
Network Interface
Network Layer
Layer 3 of the OSI reference model. This layer provides connectivity and path selection
between two end systems. The network layer is the layer at which routing occurs.
Corresponds roughly with the path control layer of the SNA model.
OSI
Open Systems Interconnection. Referring to the subset of the ISO that promotes and defines
standards for open networking systems.
PROM
Programmable Read-Only Memory. Firmware in which a chip has had a program "burned in"
to its internal circuitry. The designation "EPROM" indicates that the program is Erasable.
SDLC
Synchronous Data Link Control. IBM's specification for encapsulation of data over
synchronous links. Analogous to HDLC.
Serial Port
A port on a computing device that is capable of either transmitting or receiving one bit at a
time. Examples include the Mac's printer and modem ports.
Server
Session
Session Layer
The layer in the OSI 7-Layer Model that is concerned with managing the resources required
for the session between two computers.
TCP
Transmission Control Protocol. A reliable Transport Layer Protocol for managing IP that
supports re-transmission, sequencing and fragmentation.
TCP/IP
WAN
Wide Area Network. A network that is created between and among devices separated by
large distances (typically in excess of 50 miles).
Wave
The phenomena that occurs when a physical medium is host to a measurable condition that
varies in intensity, frequency or velocity with time.
Year - 2011
2.
(a) Simple (b) Half duplex
(c) Full duplex (d) Half simplex ( )
4.
(a) 1
(b) 2
(c) 4
(d) 16 ( )
5.
(a) Physical (b) Data link
(c) Network (d) Transport ( )
6.
(a) Ethernet
(b) ATM
(c) Token bus
(d) Token ring ( )
7. ment length.
(a) Switch
(b) Limit
(c) Extend
(d) Regenerate ( )
8.
(a) 8
(b) 16
(c) 48
(d) 64 ( )
9.
(a) Application
(b) Presentation
(c) Session
(d) Transport ( )
10.
(a) TCP
(b) SMTP
(c) UDP
(d) FTP ( )
12. Session initiation, management and termination are main services provided
(a) Application
(b) Presentation
(c) Session
(d) Network ( )
13. In an I.P. address every segment can have integer value between
14.
(a) CSMA/CP
(b) CSMA/CA
(c) TCP/IP
(d) None of the above ( )
15. None-
(a) Static
(b) Dynamic
(c) Both (a) and (b)
(d) None of the above ( )
16.
(a) 255.0.0.0
(b) 255.255.0.0
(c) 255.255.255.0
(d) 255.255.255.255 ( )
17.
(a) Transport (b) Session
(c) Presentation (d) Application ( )
18.
(a) 32
(b) 64
(c) 128
(d) Variable ( )
19. When a host on network A sends a message to host on network B which address the
router look at?
(a) Port
(b) IP
(c) Physical
(d) None of the above ( )
22.
(a) Host; all o there host
(b) Router; all other host
(c) Host; a specific host
(d) Host; itself ( )
23.
(a) Application layer
(b) Transport layer
(c) Network layer
(d) Physical and data link layer ( )
24.
(a) Physical
(b) Data Link
(c) Network
(d) Transport ( )
25.
(a) Application (b) Data link
(c) Physical (d) Network ( )
27.
a) Physical
b) Data link
c) Physical and Data Link
d) Seven ( )
28.
(a) Query message
(b) Membership report
(c) Leave repot
29. ocol :
(a) Token Ring
(b) Token Bus
(c) Ethernet
(d) None of the above ( )
30.
(a) Star topology
(b) Token ring
(c) Bus using thick cable
(d) Bus using thin coaxial cable ( )
32.
(a) 3
(b) 7
(c) 5
(d) 8 ( )
33.
(a) Kilobytes per second (b) Megabytes per second
(c) Hertz (d) Bytes per second ( )
34.
(i) Stop and go
(ii) Sliding window
(iii) Wait for ack
(iv) Dynamic ( )
36. The data unit in the transport layer of TCP/IP suit is called:
(a) Datagram
(b) Segment
(c) Message
(d) Frame ( )
38.
(a) IPv4
(b) IPv6
(c) Both (a) and (b)
(d) IPng ( )
Answer Key
1. ( ) 2. ( ) 3. ( ) 4.( ) 5. ( ) 6. ( ) 7. ( ) 8. ( ) 9. ( ) 10. ( )
11. ( ) 12.( ) 13. ( ) 14. ( ) 15. ( ) 16. ( ) 17. ( ) 18. ( ) 19. ( ) 20. ( )
21. ( ) 22. ( ) 23. ( ) 24. ( ) 25. ( ) 26. ( ) 27. ( ) 28. ( ) 29. ( ) 30. ( )
31. ( ) 32. ( ) 33. ( ) 34. ( ) 35. ( ) 36. ( ) 37. ( ) 38. ( ) 39. ( ) 40. ( )
___________
DESCRIPTIVE PART - II
Year 2011
Time allowed : 2 Hours Maximum Marks : 30
Attempt any four questions out of the six. All questions carry 7½ marks each.
2. What do you mean by OSI model? Describe its various layers in details.
5. Differentiate between token ring and FDDI protocol which is better for LAN needing
data transmission at high speed? Why?
__________
OBJECTIVE PART-I
Year - 2010
Time allowed : One Hour Maximum Marks : 20
The question paper contains 40 multiple choice questions with four choices and students
will have to pick the correct one (each carrying ½ mark).
1. The.........layer of Ethernet consists of the LIC sub layer and the MAC sublayer.
(a) Data link
(b) Physical
(c) Network
(d) None of the above ( )
5. As the data packet moves from the upper to the lower layers, headers are ...............
(a) Added (b) Removed
(c) Rearranged (d) Modified ( )
6. The..........layer lies between the network layer and the application layer.
(a) Physical
(b) Data link
(c) Transport
33. The physical layer is concerned with the movement of .....................over the physical
medium.
(c) programs
(d) dialogs
(c) protocols
(d) bits ( )
35. In the OSI model when data is transmitted from device A to device B, the header
from A's layer 5 is read by B's .........layer.
(a) physical (b) transport
(c) session (d) resonating ( )
36. In the OSI model, what is the main function of the transport layers?
(e) Node to node delivery
(f) Process to process message delivery
(g) synchronization
(h) updating and maintenance of routing tables ( )
37. In the OSI model, encryption and decryption are functions of the ................layer:
(a) transport (b) session
(c) presentation (d) application ( )
38. When a host on network A sends a message to a host on network B, which address
does the router look at :
(a) Port (b) Logical
39. To deliver a message to the correct application program running on a host, the
..........address must be consulted.
(a) port
(b) IP
(c) Physical
(d) None of the above ( )
42. The..................sub layer is responsible for the operation of the CSMA/CD access
methods and framing.
(a) LLC (b) MII
(c) MAC (d) None of the above ( )
43. .........................is a process to process protocol and adds only port addressed,
checksum error control and length information to the data from the upper layer.
(a) TCP (b) UDP
(c) IP (d) None of the above ( )
45. The................address also known as the link address, is the address of a node as
defined by its LAN or WAN.
(a) port
(b) physical
(c) logical
(d) None of the above ( )
46. Ethernet uses a ................physical address that is imprinted on the network interface
card (NIC )
(a) 32-bit
(b) 64-bit
(c) 6-bit
47. The TCP/IP ..................layer is equivalent to the combined session, presentation and
application layers of the OSI model;
(a) application (b) network
(c) data link (d) physical ( )
41. Which error detection method consists of just one redundant bit per data unit?
(a) Simple parity check
(b) Two dimensional parity check
(c) CRC
(d) Checksum ( )
43. ..................is the most widely used local area network protocol:
(a) Token ring
(b) Token Bus
(c) Ethernet
(d) None of the above ( )
44. The IEEE 802.3 standard defines....................CSMA/CD as the access methods for
first generation 10-Mbps fthernet.
(a) 1-Persistent
(b) p-persistent
(c) none-persistent
(d) none of the above ( )
(a) repeater
(b) bridge
(c) router
(d) none of the above ( )
46. A.....................is a connecting device that operates in the physical and data link layers
of the internet model:
(a) Repeater
(b) Dual
(c) Router
(d) None of the above ( )
47. A .............bridge can forward filter frames and automatically build its forwarding
table:
(a) Simple
(b) Dual
(c) Transport
(d) None of the above ( )
Answer Key
1. (a) 2. (b) 3. (a) 4. (d) 5. (a) 6. (c) 7. (c) 8. (c) 9. (d) 10. (c)
11. (c) 12. (b) 13. (c) 14. (a) 15. (b) 16. (c) 17. (d) 18. (c) 19. (b) 20. (a)
21. (b) 22. (c) 23. (a) 24. (b) 25. (b) 26. (a) 27. (d) 28. (c) 29. (b) 30. (c)
31. (b) 32. (b) 33. (d) 34. (c) 35. (d) 36. (a) 37. (a) 38. (a) 39. (b) 40. (c)
___________
DESCRIPTIVE PART - II
Year 2010
Time allowed : 2 Hours Maximum Marks : 30
Attempt any four questions out of the six. All questions carry 7½ marks each.
Q.1 (a) Explain the difference between the Bus, Star and Ring methods of connecting
a network of computers.
(b) What is the difference between a LAN, MAN and a WAN?
Q.2 What is OSI model? Why is it needed ? Describe its various layer sin details
including services protocols and connecting devices.
Q.3 (a) Describe the channel allocation problem and explain its solutions.
(b) Explain MAC protocols for high speed LANs.
Q.4 (a) Write short notes on the following protocols. (any three)
(i) DHCP (ii) BOOTP (iii) FTP
(iv) TELNET (v) UDP
Q.5 (a) What are connecting devices? Explain the mechanism of repeaters, hub,
bridges and switches?
(b) What is the difference between port address, a logical address and a physical
address?
Q.6 (a) A receiver receivers the code 11001100111. When its uses the hamming
encoding algorithm, the result is 0101. Which bit is in error?
(b) Explain various transmission modes and line configuration.
_________
OBJECTIVE PART-I
Year - 2009
Time allowed : One Hour Maximum Marks : 20
The question paper contains 40 multiple choice questions with four choices and students
will have to pick the correct one (each carrying ½ mark).
11. The default subnet mask for a class 'B' network is:
(a) 255.0.0.0
(b) 255.255.0.
(c) 255.255. 255.0
(d) 255.255.255.255 ( )
14. Which of the following frame types is specified in the 802.5 standard?
(a) Token (b) Abort
(c) Data/command (d) All of the above ( )
15. To find the IP address of a host when the domain name is known, the..........can be
used.
(a) Reverse domain (b) Generic domain
18. Which of the following types of signal requires the highest bandwidth for
transmission?
(a) Speech (b) Video
(c) Music (d) Facsimile ( )
23. .........................is a situation when number a packet flowing is more than media
bandwidth.
(a) Collision
(b) Congestion
(c) Collision avoidance
(d) Communication ( )
(d) ATM ( )
Answer Key
1. (c) 2. (c) 3. (d) 4. (a) 5. (b) 6. (a 7. (d) 8. (b) 9. (c) 10. (c)
11. (b) 12. d) 13. (c) 14. (d) 15. (c) 16. (d) 17. (a) 18. (b) 19. (b) 20. (a)
21. (c) 22. (a) 23. (b) 24. (a) 25. (d) 26. (c) 27. (c) 28. (c) 29. (c) 30. (d)
31. (d) 32. (b) 33. (c) 34. (a) 35. (d) 36. (c) 37. (d) 38. (d) 39. (b) 40. (c)
__________
DESCRIPTIVE PART - II
Year 2009
Time allowed : 2 Hours Maximum Marks : 30
A empt any four ques ons out of the six. All ques ons carry 7½ marks each.
________
OBJECTIVE PART-I
Year - 2008
Time allowed : One Hour Maximum Marks : 20
The question paper contains 40 multiple choice questions with four choices and students
will have to pick the correct one (each carrying ½ mark).
4. Routers have................and.................functions.
(a) Selection of best path, broadcasting
(b) Selection of random path, switching
(c) Selection of best path, pumping
(d) Selection of best path, switching ( )
11. Most commonly used protocol in DLC (Data Link Control) procedure is:
(a) Sliding window protocol (in general)
(b) Stop and wait sliding window protocol
(c) Sliding window protocol with go back N
(d) Sliding window with selective repeat ( )
13. The data unit in the transport layer of TCP/IP suite is called:
(a) Datagram
(b) Segment
(c) Message
(d) Frame ( )
17. Common methods used to calculate the shortest path between two routers.
(a) Distance vector routing
(b) Link state routing
(c) Both (a) or (b)
(d) Either (a) or (b) ( )
28. ......................is the superior network of token passing ring network than traditional
ring network:
(a) Ethernet star
(b) Coaxial network
(c) FDDI
(d) LAN ( )
30. .....................is the most widely used local area network protocol.
(a) Token ring
(b) ATM
(c) Token bus
(d) Ethernet ( )
31. Which of the following types of signal requires the highest bandwidth for
transmission.
(a) Speech
(b) Video
(c) Music
(d) Facsimile ( )
33. Which is the maximum size of the data portion of the IP datagram:
(a) 65,535 bytes
(b) 65,516 bytes
(c) 65,475, bytes
(d) 65,460 bytes ( )
Answer Key
1. (d) 2. (c) 3. (c) 4. (d) 5. (a) 6. (b) 7. (d) 8. (c) 9. (d) 10. (d)
11. (c) 12. (b) 13. (b) 14. (b) 15. (a) 16. (c) 17. (b) 18. (b) 19. (b) 20. (b)
21. (c) 22. (a) 23. (a) 24. (d) 25. (b) 26. (d) 27. (c) 28. (c) 29. (d) 30. (d)
31. (b) 32. (a) 33. (b) 34. (a) 35. (c) 36. (a) 37. (a) 38. (a) 39. (c) 40. (c)
_____________
DESCRIPTIVE PART - II
Year 2008
Time allowed : 2 Hours Maximum Marks : 30
Attempt any four questions out of the six. All questions carry 7½ marks each.
Q.1 What is computer network? Why is networking needed? What are the different
aspects considered in a Network Architecture?
Q.3 Explain the Transaction Control Protocol (TCP) and Internet Protocol (IP).
Q.6 Describe the channel allocation problem and explain its solutions. Number of
problem comes when two or more nodes are sharing a single channel or common
median.
or
If at a same time more than one system want to use the same medium, then the main
problem comes in channel allocation problem.
_______
OBJECTIVE PART-I
Year - 2007
Time allowed : One Hour Maximum Marks : 20
The question paper contains 40 multiple choice questions with four choices and students
will have to pick the correct one (each carrying ½ mark).
19. The ....................layer lies between the transport and application layers:
(a) Data link (b) Physical
(c) Network (d) Session ( )
23. .....................is the most widely used local area network protocol:
(a) Token ring
(b) ATM
(c) Token bus
(d) Ethernet
( )
24. Repeater is used to...................the network segment length:
(a) Switch
(b) Limit
(c) Extend
(d) Regenerate ( )
32. .......................are the situations when number of packets flowing is more than media
bandwidth:
(a) Collision
(b) Congestion
(c) Collision Avoidance
(d) None of the above ( )
34. ..................is the main protocol used to access information over world wide web
(WWW):
(a) TFTP
(b) FTP
(c) TELNET
(d) HTTP ( )
35. Session initiation, management and termination are main services provided
at.............leyer:
(a) Application
(b) Presentation
(c) Session
(d) None of the above ( )
(d) 1,255 ( )
40. The default subnet mask for a class 'B' network is:
(a) 255.0.0.0
(b) 255.255.0.
(c) 255.255. 255.0
(d) 255.255.255.255 ( )
Answer Key
1. (c) 2. (b) 3. (c) 4. (d) 5. (a) 6. (a) 7. (c) 8. (c) 9. (d) 10. (a)
11. (a) 12. (b) 13. (b) 14. (c) 15. (c) 16. (b) 17. (a) 18. (d) 19. (d) 20. (c)
21. (c) 22. (b) 23. (d) 24. (c) 25. (d) 26. (d) 27. (a) 28. (d) 29. (c) 30. (d)
31. (c) 32. (d) 33. (a) 34. (d) 35. (c) 36. (a) 37. (d) 38. (a) 39. (d) 40. (b)
_________
DESCRIPTIVE PART - II
Year 2007
Time allowed : 2 Hours Maximum Marks : 30
Attempt any four questions out of the six. All questions carry 7½ marks each.
Q.4 What is an inter-network? Name different internet working devices. How do routers
select the pathway for any transmission?
Q.5 Differentiate between token rink and FDDI protocols. Which is better for LAN
needing data transmission at high speed? Why
_______
OBJECTIVE PART-I
Year - 2006
Time allowed : One Hour Maximum Marks : 20
The question paper contains 40 multiple choice questions with four choices and students
will have to pick the correct one (each carrying ½ mark).
6. ICMPv6 includes:
(a) IGMP
(b) ARP
(c) RARP
(d) Both (a) and (b) ( )
7. When a host on network A sends a message to host on network B, which address does
the router look at?
(a) Port (b) IP
(c) Physical (d) None of the above ( )
25. ......................is the main protocol used to access information over would wide web
(www).
(a) TFTP (b) FTP
(c) TELNET (d) HTTP ( )
27. ...........................is the situation when number of packets flowing is more than media
bandwidth:
(a) Collision (b) Congestion
(c) Collision avoidance (d) None of the above ( )
29. Which layer functions as a liaison between support layers and network support layer?
(a) Network layer
(b) Physical layer
(c) Transport layer
(d) Session layer ( )
(c) Network
(d) Both (a) and (b) ( )
35. Which ATM layer specifies how user data should be packaged into cells?
(a) Physical (b) ATM
(c) Application adaptation (d) Data Adaptation ( )
36. What is the maximum size of the data portion of the IP datagram?
(a) 65,535 bytes
(b) 65,516 bytes
(c) 65,475 bytes
(d) 65,460 bytes ( )
Answer Key
1. (c) 2. (c) 3. (c) 4. (d) 5. (c) 6. (d) 7. (b) 8. (a) 9. ( b) 10. (d)
11. (c) 12. (c) 13. (a) 14. (b) 15. (d) 16. (a) 17. (d) 18. (c) 19. (c) 20.(d)
21. (a) 22. (d) 23. (c) 24. (a) 25. (d) 26. (d) 27. (b) 28. (d) 29. (d) 30. (b)
31. (a) 32. (b) 33. (b) 34. (b) 35. (d) 36. (b) 37. (a) 38. (a) 39. (c) 40. (b)
______________
DESCRIPTIVE PART - II
Year 2006
Time allowed : 2 Hours Maximum Marks : 30
Attempt any four questions out of the six. All questions carry 7½ marks each.
**********
Bibliography
http://www.csse.uwa.edu.au/cnet/
3. Sasan Adibi, Raj Jain, Shyam Parekh, Mostafa Tofigh, (Editors), "Quality of Service
Architectures for Wireless Networks: Performance Metrics and Management,"
IGI Global, April 2010, ISBN: 1615206809,
http://www.csse.uwa.edu.au/cnet/
11. Raj Jain, "FDDI Handbook: High-Speed Networking with Fiber and Other
Media," Addison-Wesley, Reading, MA, April 1994,
http://www.cse.wustl.edu/~jain/books/fddi.htm
12. Raj Jain, "The Art of Computer Systems Performance Analysis: Techniques for
Experimental Design, Measurement, Simulation, and Modeling," Wiley-
Interscience, New York, NY, April 1991,
http://www.cse.wustl.edu/~jain/books/perfbook.htm
13. Raj Jain, "Control-theoretic Formulation of Operating Systems Resource
Management Policies," Outstanding Dissertations in the Computer Sciences Series,
Garland Publishing Company, New York, N.Y., 1979,
http://www.cse.wustl.edu/~jain/books/control.htm