CN P1295
CN P1295
[8×1=8]
a) Define Bandwidth.
In computer networks, the term bandwidth refers to the speed of data transmissions. It is a
measure of the data that can be transmitted from one point to another in a given amount of time.
b) What is throughput?
The throughput is a measure of how fast we can actually send data through a network.
Throughput is the rate of successful message delivery over a communication channel/medium.
c) What is Jitter?
Jitter is the variance in time delay in milliseconds (ms) between data packets over a network. It
is a disruption in the normal sequence of sending data packets.
e) Define packetizing.
The network layer receives the data from the upper layers and creates its own packets by
encapsulating these packets. The process is known as packetizing. This packetizing is done by
Internet Protocol (IP) that defines its own packet format.
e) Write the different control bits or flags in control field of TCP segment.
Pg no 4.31
b) Write the some important design issues of the data link layer.
The following are the some of the important design issues of the data link layer:
1. Services provided to the Network Layer: The data link layer acts as a service interface to the
network layer. How to provide a well-defined service interface in the network layer on source
machine to the network layer on destination machine.
2. Frame Synchronization/Framing: Frame synchronization is the major issue of data link layer.
The source machine sends data in blocks called frames to be the destination machine. The
starting and ending of each frame should be identified so that the frame can be recognized by
the destination machine. This design issue determines how the bits of the physical layer are
grouped into frames.
3. Flow Control: It deals with how to regulate the flow of frames so that slow receivers are not
swamped by fast senders.
4. Error Control: This design issue deals with transmission errors. It must provide an error
control mechanism to detect and retransmit damaged, duplicate, or lost frames from source to
destination.