
- DCN Tutorial
- Data Comm & Networks Home
- DCN - Overview
- DCN - Computer Network Types
- DCN - Network LAN Technologies
- DCN - Computer Network Topologies
- DCN - Computer Network Models
- DCN - Computer Network Security
- Physical Layer
- DCN - Physical Layer Introduction
- DCN - Digital Transmission
- DCN - Analog Transmission
- DCN - Transmission media
- DCN - Wireless Transmission
- DCN - Multiplexing
- DCN - Network Switching
- Data Link Layer
- DCN - Data Link Layer Introduction
- DCN - Error detection and Correction
- DCN - Data Link Control & Protocols
- Network Layer
- DCN - Network Layer Introduction
- DCN - Network Addressing
- DCN - Routing
- DCN - Internetworking
- DCN - Network Layer Protocols
- Transport Layer
- DCN - Transport Layer Introduction
- DCN - Transmission Control Protocol
- DCN - User Datagram Protocol
- Application Layer
- DCN - Application Layer Introduction
- DCN - Client-Server Model
- DCN - Application Protocols
- DCN - Network Services
- DCN Useful Resources
- DCN - Quick Guide
- DCN - Useful Resources
What is a Data Link Layer?
Data Link Layer is the second layer in the OSI reference model. It represents creating a shared transmission medium and frequent transmission of the data frame in a computer transmission setting.
It obtains a natural flow of items for the physical layer at the sender device. The primary stream of data is generated using different technologies like cable, DSL, wireless, optical fibre, etc.
Service Provided to Network Layer
The data link layer supports well-defined interfaces to the network layer. It can manage communication errors, control the data flow, and manage sender and receiver inconsistency by keeping the multiple services.
The data link layer works these actions in the following method −
Unacknowledged connectionless service
This contains separate frames from the source host to the destination host without some acknowledgement structure. It does not have any link established or launched. It does not manage with frame recovery because of medium noise.
Acknowledged connectionless service
The transmission medium is more error-prone. This needs acceptance service for each frame transmitted between two hosts to provide that the frame has appeared perfectly.
Acknowledged connection-oriented service
This layer supports this service to the network layer by settling a link between the source and destination hosts before any information removal occurs.
Framing
In this layer, it gets a raw bitstream from the physical layer that cannot be error-free. The data link layer breaks the bitstreams into frames to support a frequent change of bitstreams to the network layer.
Error Control
It contains sequencing frames and transmitting control frames for acceptance. A noisy medium can prevent scanning of bits, falling bits from a frame, entering unique bits in the frame, frames final sinking, etc.
Flow Control
There is another fundamental problem in the data link design to regulate the cost of data communication between two source and destination hosts. If the conflict between the source and destination hosts information sending and receiving speed, it will generate packets to drop at the receiver end.
Sequence Integrity
The data link layer maintains the data bits sequence and sends them to the physical layer in the same series as received from the network layer. It provides a reliable transfer of data link service data unit (DLSDU) over the data link connections.
- Related Articles
- What is Data Link Layer Switching?
- What is the data link layer?
- Network Data Link Layer
- What are data link layer design issues?
- What are elementary data link layer protocols?
- What is the Error Control in the Data Link Layer?
- What is the Flow Control in the Data Link Layer?
- Data Link Layer Design Issues
- Framing in Data Link Layer
- What are the headers used in a Data Link Layer?
- What are the Data Link Layer services provided to the Network Layer?
- Error control in Data Link Layer
- Flow control in Data Link Layer
- General Data Link Layer Frame Structure
- Design Issues in Data Link Layer
