Introduction to Data Communications | ||
---|---|---|
Previous | 36. IEEE-802.3 Protocol | Next |
Ethernet_802.2 | Frame type used on Netware 3.12 & 4.01 | |
Ethernet_802.3 | Frame type used on Netware 3.x & 2.x (raw) | |
Ethernet_II | Frame type used on DEC, TCP/IP | |
Ethernet_SNAP | Frame type used on Appletalk (SubNet Access Protocol) |
NOTE: The Source and Destination must have the same Ethernet Frame type in order to communicate.
In CSMA/CD, all stations, on the same segment of cable, listen for the carrier signal. If they hear the carrier, then they know that someone else it talking on the wire. If they don't hear carrier then they know that they can talk. This is called the Carrier Sense portion of CSMA/CD.
All stations share the same segment of cable and can talk on it similar to a party line. This is the Multiple Access portion of CSMA/CD.
If 2 stations should attempt to talk at the same time, a collision is detected and both stations back off for a random amount of time and then try again. This is the Collision Detect portion of CSMA/CD.
Introduction to Data Communications | ||
---|---|---|
Previous | Table of Contents | Next |