Skip to main content

The Data Link Layer

 The Data-link layer is the second layer from the bottom in the OSI (Open System Interconnection) network architecture model. It is responsible for the node-to-node delivery of data. Its major role is to ensure error-free transmission of information. DLL is also responsible to encode, decode and organize the outgoing and incoming data. This is considered the most complex layer of the OSI model as it hides all the underlying complexities of the hardware from the other above layers. 


Ethernet
The protocol most widely used to send data across individual links is known as Ethernet. 


Comments

Popular posts from this blog

The TCP/IP Five-Layer Network Model

  In networking ,the most commonly used model is 5-layer model besides OSI model and 4 -layer model with some changes made to 5-layer model 5-Layers: Physical Layer Data-Link Layer Network Layer Transport Layer Application Layer Physical Layer Represents the physical devices that interconnect computers Data Link Layer / Network Access Layer Responsible for defining a common way of interpreting the signals produced by the physical layer so that network devices can communicate. It uses  Ethernet Protocol  to efficiently send data packets i.e Ethernet frames in this layer).Ethernet protocol makes sure the node’s identity (i.e MAC address-Hardware address)to send the data packets Network Layer Allows different networks to communicate with each other through devices known as routers. Network layer deliver data across a collection of networks.  This layer uses IP(Internet Protocol) predominantly to find the correct network where the destination node is present through...