Network2/Concept/Link: Difference between revisions

From OLPC
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
A link is a [[Network2/Concept/Network|network]] of nodes in which every pair of nodes can exchange [[Network2/Concept/Protocol|messages]] via [[Network2/Concept/Interface|interfaces]] attached to [[Network2/Concept/Medium|media]]. Frequently, links are made to encompass more nodes by [[Network2/Concept/Bridge|bridging]] two or more distinct media, e.g. as is done with wired switches, wired hubs, or multi-channel wireless access points.
A link is a [[Network2/Concept/Network|network]] of nodes in which every pair of nodes can exchange [[Network2/Concept/Protocol|messages]] via [[Network2/Concept/Interface|interfaces]] attached to [[Network2/Concept/Medium|media]]. Frequently, links are made to encompass more nodes by [[Network2/Concept/Bridge|bridging]] two or more distinct media, e.g. as is done with wired switches, wired hubs, or multi-channel wireless access points.


Links are characterized by their:
Links are characterized by:


* what kind of message they carry
* [[Network2/Concept/Capacity|capacity]], [[Network2/Concept/Latency|latency]], [[Network2/Concept/Jitter|jitter]], and [[Network2/Concept/Error|error]] characteristics
* their [[Network2/Concept/Capacity|capacity]], [[Network2/Concept/Latency|latency]], [[Network2/Concept/Jitter|jitter]], and [[Network2/Concept/Error|error]] characteristics
* collision-avoidance strategy for messages, (also called a "media access control" (MAC) discipline)
* their collision-avoidance strategy for messages, (also called a "media access control" (MAC) discipline)
* framing protocol, which participating interfaces use to detect message boundaries
* their framing protocol, which participating interfaces use to detect message boundaries
* maximum transmission unit (MTU), which is the size of the largest single message that the link can propagate
* their maximum transmission unit (MTU), which is the size of the largest single message that the link can propagate

Revision as of 04:26, 23 August 2009

A link is a network of nodes in which every pair of nodes can exchange messages via interfaces attached to media. Frequently, links are made to encompass more nodes by bridging two or more distinct media, e.g. as is done with wired switches, wired hubs, or multi-channel wireless access points.

Links are characterized by:

  • what kind of message they carry
  • their capacity, latency, jitter, and error characteristics
  • their collision-avoidance strategy for messages, (also called a "media access control" (MAC) discipline)
  • their framing protocol, which participating interfaces use to detect message boundaries
  • their maximum transmission unit (MTU), which is the size of the largest single message that the link can propagate