A Web-Based Introduction to Computer Networks for Non-Majors

Media Access in Ethernet

What concepts is this applet illustrating?


When more than two computers share a single physical link, the link is said to be a multiple access link. Since only one computer may be transmitting on the link at a time, the issue arises of ensuring that only one computer at a time has control of the link. This issue is called media access control since access to the media (the shared link) needs to be controlled. This applet and accompanying explanations illustrate the media access control, CSMA/CD, used in a popular local area network, Ethernet. Since the device transmitting on the Ethernet need not be a general purpose computer, the applet follows the common convention of calling the device a station. The bandwidth of the link is the maximum number of bits per second that can be transmitted on the link. The term for a single message transmitted on an Ethernet is a frame.

CSMA/CD stands for Carrier Sense Multiple Access/Collision Detection. The terms Carrier Sense and Collision Detection indicate properties of two of the phases of the protocol. The term Multiple Access indicates that the protocol is for a multiple access link. The protocol determines the steps that a station follows in attempting to transmit a frame. A station can be considered to be in one of five states or phases as part of the protocol. Each phase is indicated by a different color for the station's rectangle in the applet.


Acknowledgements and Developer Information

Copyright notice (C) Mark A. Holliday. All rights reserved.