Data link protocol: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Howard C. Berkowitz
(New page: {{subpages}) A '''data link protocol''' manages the interaction of at least two communications devices with a shared transmission medium. Data link protocols concentrate on the most effici...)
 
imported>Howard C. Berkowitz
No edit summary
Line 1: Line 1:
{{subpages})
{{subpages}}
A '''data link protocol''' manages the interaction of at least two communications devices with a shared transmission medium. Data link protocols concentrate on the most efficient shared use, not the individual physical connections of each device to the medium.  Most data link protocols have at least two sublayers, originated in IEEE Project 802 but found to have general utility.   
A '''data link protocol''' manages the interaction of at least two communications devices with a shared transmission medium. Data link protocols concentrate on the most efficient shared use, not the individual physical connections of each device to the medium.  Most data link protocols have at least two sublayers, originated in IEEE Project 802 but found to have general utility.   


Line 8: Line 8:
*broadast multiacess, characteristic of [[local area network]]s
*broadast multiacess, characteristic of [[local area network]]s
*nonbroadcast multiacess (NBMA), charateristic of [[frame relay]] and [[asynchronous tranfer mode]]
*nonbroadcast multiacess (NBMA), charateristic of [[frame relay]] and [[asynchronous tranfer mode]]
==Initialization==
==Link layer identifier detection and mapping to network layer==
==Contention resolution==

Revision as of 00:57, 15 July 2008

This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

A data link protocol manages the interaction of at least two communications devices with a shared transmission medium. Data link protocols concentrate on the most efficient shared use, not the individual physical connections of each device to the medium. Most data link protocols have at least two sublayers, originated in IEEE Project 802 but found to have general utility.

The upper sublayer, called logical link control (LLC) by the IEEE, is basically medium-independent, but identifies the type of information carried in the media access control (MAC) frames below LLC. LLC provides a place for buffering and other features that help make the abstract service user of the data link service isolated from medium-specific technology. Minimally, the LLC header had a delimited protocol type field; the lone byte gave insufficient values and a five-byte subnetwork access protocol trailer to the LLC header gave adequate identification space.

These protocols deal with three broad types of shared media:

Initialization

Link layer identifier detection and mapping to network layer

Contention resolution