Purchase Solution

LAN access methods

Not what you're looking for?

Ask Custom Question

At the heart of a LAN is an access method whereby network nodes share access to the transmission medium. The access method is also known as the MAC protocol (MAC: medium access control). There are essentially 2 access methods: CSMA and token passing. The patriarch of LANs, the Ethernet, uses CSMA with collision detection (CSMA/CD). The wireless LAN uses CSMA with collision avoidance (CSMA/CA). CSMA derived from the Aloha protocol, the 1st random access method developed for the Alohanet at the University of Hawaii (1971).

Robert Metcalf and his colleagues at Xerox PARC enhanced CSMA with CD and implemented CSMA/CD in their invention of Ethernet in the mid-1970's. Ethernet was standardized in the early 80's as IEEE 802.3. In competitive effort, IBM invented the token passing method, and implemented it into its mighty Token Ring LAN, standardized as IEEE 802.5 in 1985. The access method determines the throughput and latency performance of a LAN. IBM's Token Ring provably outperformed Ethernet, and thus was expected to dethrone Ethernet as the king of LANs. But Ethernet, for various reasons, has maintained its throne as the king of LANs to this day. And the Token Ring, for various reasons, has been left behind, sadly almost fading away into history.

Research and comparatively analyze Ethernet's CSMA/CD and Token Ring's token passing.

Purchase this Solution

Solution Summary

This solution gives a comparative analysis of Ethernet's CSMA/CD and Token Ring's token passing.

Solution Preview

Carrier Sense Multiple Access / Collision Detection (CSMA/CD) is a set of rules that determine how devices on a network will respond when two other devices attempt to utilize a data channel at the same time which is known as a collision. A standard Ethernet network uses CSMA/CD in order to monitor the traffic on the line in a physical manner. When no transmissions are taking place a station can pass data. If a collision occurs due to stations ...

Solution provided by:
Education
  • PhD, Capella University
  • MBA, Grantham University
  • BSc, Grantham University
Recent Feedback
  • "Thank you"
  • "Do you have any references?"
  • "thank you "
  • "Thank you"
  • "Thank you"
Purchase this Solution


Free BrainMass Quizzes
Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.