Network2/Concept/Link: Difference between revisions

From OLPC
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 5: Line 5:
* [[Network2/Concept/Capacity|capacity]], [[Network2/Concept/Latency|latency]], [[Network2/Concept/Jitter|jitter]], and [[Network2/Concept/Error|error]] characteristics
* [[Network2/Concept/Capacity|capacity]], [[Network2/Concept/Latency|latency]], [[Network2/Concept/Jitter|jitter]], and [[Network2/Concept/Error|error]] characteristics
* efficient support (or lack of support) for [[Network2/Concept/Unicast|unicast]], [[Network2/Concept/Multicast|multicast]], or [[Network2/Concept/Broadcast|broadcast]] message propagation
* efficient support (or lack of support) for [[Network2/Concept/Unicast|unicast]], [[Network2/Concept/Multicast|multicast]], or [[Network2/Concept/Broadcast|broadcast]] message propagation
* media access control protocol, which participating interfaces use to reduce the frequency of message collisions
* collision-avoidance strategy for messages, (also called a "media access control" (MAC) discipline)
* framing protocol, which participating interfaces use to detect message boundaries
* 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
* maximum transmission unit (MTU), which is the size of the largest single message that the link can propagate

Revision as of 04:40, 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 their:

  • capacity, latency, jitter, and error characteristics
  • efficient support (or lack of support) for unicast, multicast, or broadcast message propagation
  • media access control protocol, which participating interfaces use to reduce the frequency of message collisions
  • 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

and by what kind of message they carry.