MARWARI COLLEGE,RANCHI
(UNDER RANCHI UNIVERSITY RANCHI)
NAME : RAJU MANJHI,PRAKASH KUMAR ,KUNAL GUPTA
SUB: NETWORKING
SEM : IT IV
________________________________________________________________________________
Types Of Errors
Single-Bit Error:
Burst Error:
Error Detecting Techniques:
QUESTION :
EXPLAIN DATA LINK LAYER .
WRITE SHORT NOTES ON ERROR DETECTION
CHECK ERROR :
A. INPUT DATA : 101011 -------------------> RECEIVE DATA : 101111
________________________________***_______________________________________
(UNDER RANCHI UNIVERSITY RANCHI)
NAME : RAJU MANJHI,PRAKASH KUMAR ,KUNAL GUPTA
SUB: NETWORKING
SEM : IT IV
________________________________________________________________________________
Data
Link Layer
- In
the OSI model, the data link layer is a 4th layer from the
top and 2nd layer from the bottom.
- The
communication channel that connects the adjacent nodes is known as links,
and in order to move the datagram from source to the destination, the
datagram must be moved across an individual link.
- The
main responsibility of the Data Link Layer is to transfer the datagram
across an individual link.
- The
Data link layer protocol defines the format of the packet exchanged across
the nodes as well as the actions such as Error detection, retransmission,
flow control, and random access.
- The
Data Link Layer protocols are Ethernet, token ring, FDDI and PPP.
- An
important characteristic of a Data Link Layer is that datagram can be
handled by different link layer protocols on different links in a path.
For example, the datagram is handled by Ethernet on the first link, PPP on
the second link.
Following services are provided by the Data Link Layer:
- Framing
& Link access: Data
Link Layer protocols encapsulate each network frame within a Link layer
frame before the transmission across the link. A frame consists of a data
field in which network layer datagram is inserted and a number of data
fields. It specifies the structure of the frame as well as a channel
access protocol by which frame is to be transmitted over the link.
- Reliable
delivery: Data Link Layer provides
a reliable delivery service, i.e., transmits the network layer datagram
without any error. A reliable delivery service is accomplished with transmissions
and acknowledgements. A data link layer mainly provides the reliable
delivery service over the links as they have higher error rates and they
can be corrected locally, link at which an error occurs rather than
forcing to retransmit the data.
- Flow
control: A receiving node can
receive the frames at a faster rate than it can process the frame. Without
flow control, the receiver's buffer can overflow, and frames can get lost.
To overcome this problem, the data link layer uses the flow control to prevent
the sending node on one side of the link from overwhelming the receiving
node on another side of the link.
- Error
detection: Errors can be introduced
by signal attenuation and noise. Data Link Layer protocol provides a
mechanism to detect one or more errors. This is achieved by adding error
detection bits in the frame and then receiving node can perform an error
check.
- Error
correction: Error correction is
similar to the Error detection, except that receiving node not only detect
the errors but also determine where the errors have occurred in the frame.
- Half-Duplex
& Full-Duplex: In
a Full-Duplex mode, both the nodes can transmit the data at the same time.
In a Half-Duplex mode, only one node can transmit the data at the same
time.
_____________________________________________________________________________
Error Detection
When data is transmitted
from one device to another device, the system does not guarantee whether the
data received by the device is identical to the data transmitted by another
device. An Error is a situation when the message received at the receiver end is
not identical to the message transmitted.
Types Of Errors
Errors can be classified into two categories:
- Single-Bit Error
- Burst Error
Single-Bit Error:
The only one bit of a given data unit is
changed from 1 to 0 or from 0 to 1
In the above figure, the message which is sent is corrupted as single-bit, i.e., 0 bit is changed to 1.
Burst Error:
The two or more bits are changed from 0 to 1
or from 1 to 0 is known as Burst Error.
The Burst Error is determined from the first
corrupted bit to the last corrupted bit.
The duration of noise in Burst Error is more
than the duration of noise in Single-Bit.
Burst Errors are most likely to occurr in
Serial Data Transmission.
The number of affected bits depends on the
duration of the noise and data rate.
Error Detecting Techniques:
The most popular Error Detecting Techniques
are:
- Single parity check
- Two-dimensional parity check
- Checksum
- Cyclic redundancy check
Comments
Post a Comment