Data Link Layer Article Index for
Data
Website Links For
Data
 

Information About

Data Link Layer




The data link layer is layer two of the seven-layer OSI Model . It responds to service requests from the Network Layer and issues service requests to the Physical Layer .

The data link layer is the layer of the model which transfers data between adjacent network nodes in a Wide Area Network or between nodes on the same Local Area Network Segment . The data link layer provides the functional and procedural means to Transfer data between network entities and might provide the means to detect and possibly correct errors that may occur in the Physical layer. Examples of data link protocols are Ethernet for local area networks and PPP , HDLC and ADCCP for point-to-point connections.

The data link is all about getting information from one place to a selection of other places. At this layer one does not need to be able to go everywhere, just able to go somewhere else. So in social contact, one needs to know at least one other person, but not necessarily know Tung of Waterloo, Canada.

The data link provides data transfer across the physical link. That transfer might or might not be reliable; many data link protocols do not have acknowledgments of successful frame reception and acceptance, and some data link protocols might not even have any form of checksum to check for transmission errors. In those cases, higher-level protocols must provide flow control, error checking, and acknowledgments and retransmission.

In some networks, such as IEEE 802 local area networks, the data link layer is split into MAC and LLC sublayers; this means that the IEEE 802.2 LLC protocol can be used with all of the IEEE 802 MAC layers, such as Ethernet, Token Ring , IEEE 802.11 , etc., as well as with some non-802 MAC layers such as FDDI . Other data link layer protocols, such as HDLC, are specified to include both sublayers, although some other protocols, such as Cisco HDLC , use HDLC's low-level framing as a MAC layer in combination with a different LLC layer.


Logical Link Control Sublayer

The uppermost sublayer is '' Logical Link Control '' (LLC). This sublayer Multiplexes protocols running atop the data link layer, and optionally provides flow control, acknowledgment, and error recovery.


Media Access Control Sublayer

The sublayer below it is '' Media Access Control '' (MAC). Sometimes this refers to the sublayer that determines who is allowed to access the media at any one time (usually CSMA/CD ). Other times it refers to a frame structure with MAC addresses inside, specially speaking about ethernet over switches. There are generally two forms of media access control: distributed and centralised. Both of these may be compared to communication between people:

  • In a network made up of people speaking, i.e. a conversation, we look for clues from our fellow talkers to see if any of them appear to be about to speak. If two people speak at the same time, they will back off and begin a long and elaborate game of saying "no, you first".

  • In the UK Houses Of Parliament , the Speaker determines who can speak at any time and gets to say "order" very loudly if anybody breaks the rules.


The Media Access Control sublayer also determines where one frame of data ends and the next one starts. In a snail-mail network, each letter is one frame of data, and you can tell where it begins and ends because it is inside an envelope. You might also specify that a letter will begin with a phrase like "Dear Sir", and ends with a phrase like "Yours Sincerely".




EXAMPLES



INTERFACES

The data link layer is often implemented in software as a "network card driver". The operating system will have a defined software interface between the data link and the network transport stack above. This interface is not a layer itself, but rather a definition for interfacing between layers. Examples include: