Ethernet is a contention media access method that allows all hosts on a network to share the same bandwidth of a link. Ethernet is popular because it’s readily scalable, meaning that it’s comparatively easy to integrate new technologies, such as Fast Ethernet and Gigabit Ethernet, into an existing network infrastructure. It’s also relatively simple to implement in the first place, and with it, troubleshooting is reasonably straightforward. Ethernet uses both Data Link and Physical layer specifications, and this section of the chapter will give you both the Data Link layer and Physical layer information you need to effectively implement, troubleshoot,and maintain an Ethernet network.
Ethernet networking uses Carrier Sense Multiple Access with Collision Detection (CSMA/CD),a protocol that helps devices share the bandwidth evenly without having two devices transmit at the same time on the network medium. CSMA/CD was created to overcome the problem of those collisions that occur when packets are transmitted simultaneously from different nodes. And trust me—good collision management is crucial, because when a node transmits in a CSMA/CD network, all the other nodes on the network receive and examine that transmission. Only bridges and routers can effectively prevent a transmission from propagating throughout the entire network!
Ethernet networking uses Carrier Sense Multiple Access with Collision Detection (CSMA/CD),a protocol that helps devices share the bandwidth evenly without having two devices transmit at the same time on the network medium. CSMA/CD was created to overcome the problem of those collisions that occur when packets are transmitted simultaneously from different nodes. And trust me—good collision management is crucial, because when a node transmits in a CSMA/CD network, all the other nodes on the network receive and examine that transmission. Only bridges and routers can effectively prevent a transmission from propagating throughout the entire network!
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjqqSY3wX4GdXXxvBon1Mjd7IekX1Gr1GojUU0D3JwwstvJIk2Ty744tqr2-kQ5StbNnqqMCf2ggoirMS_i89AjzDnk9T1yJnkAQcw9-_PosA1zp3Dzdi6I5wwpGAJYbNVqwDCDiM3rSjU/s400/Untitled.png)
busy signal). The nodes respond to that jam signal by waiting a while before attempting to transmit again. Backoff algorithms determine when the colliding stations can retransmit. If collisions keep occurring after 15 tries, the nodes attempting to transmit will then timeout. Pretty clean!
When a collision occurs on an Ethernet LAN, the following happens:
1- A jam signal informs all devices that a collision occurred.
2-The collision invokes a random backoff algorithm
3- Each device on the Ethernet segment stops transmitting for a short time until the timers expire.
4- All hosts have equal priority to transmit after the timers have expired.
The following are the effects of having a CSMA/CD network sustaining heavy collisions:
1-Delay
2-Low throughput
3- Congestion
ليست هناك تعليقات:
إرسال تعليق