CN Answer Key
CN Answer Key
• The data link layer encapsulates the packets from the network layer into frame
• The framing in the data link layer separates a message from one source to a destination or
from other messages to other destinations just by adding a sender address and destination
address.
• The destination address where the packet has to go and the sender address helps the recipient to
acknowledge.
• By using frames the data can be easily get broken up into recoverable chunks and in order to
check the corruption in transmission, these chunks can be checked easily.
• Induced noise comes from sources such as motors and appliances. These devices act as sending
antenna and transmission medium act as receiving antenna.
• Thermal noise is movement of electrons in wire which creates an extra signal.
• Crosstalk noise is when one wire affects the other wire.
• Impulse noise is a signal with high energy that comes from lightning or power lines
Line Discipline
• Line Discipline is a functionality of the Data link layer that provides the coordination
among the link systems. It determines which device can send, and when it can send the
data.
Line Discipline can be achieved in two ways:
• ENQ/ACK (Enquiry/Acknowledgement)
• Poll/select
Flow Control
• It is a set of procedures that tells the sender how much data it can transmit before the data
overwhelms the receiver.
• Two methods have been developed to control the flow of data:
• Stop-and-wait
• Sliding window
Error
A condition when the receiver’s information does not match with the sender’s
information.
• During transmission, digital signals suffer from noise that can introduce errors in the
binary bits travelling from sender to receiver. That means a 0 bit may change to 1 or a 1
bit may change to 0.
Types of Errors
• Single bit error − In the received frame, only one bit has been corrupted, i.e. either
changed from 0 to 1 or from 1 to 0.
• Multiple bits error − In the received frame, more than one bits are corrupted
• Burst error − In the received frame, more than one consecutive bits are corrupted.