![]() |
General
Ethernet is, today, the de-facto hardware standard for local area networks.
Ethernet (Version 2) and the very similar IEEE 802.3 standard define the
physical and link layers of carrier sense multiple access/collision
detection (CSMA/CD) LANs. In CSMA/CD LANs, all stations can access
the network at any time. Before sending data, each station must "listen"
to the network to see if it is already in use. Data is sent only
if the station doesn't "hear" any data being sent. Collision,
is a situation where two stations detect silence on the network and send
data at the same time. To overcome collision problems, Ethernet
hardware is equipped with collision detection sensors. Whenever a
collision is detected, the colliding data is ignored, at the stations that
originally sent the data, will resend it.
Characteristics
Technology |
Data Rate (Mbps) |
Maximum Segment Length (m) |
Media |
| Ethernet |
|
|
50-ohm coax (thick) |
| 10Base5 (IEEE 802.3) |
|
|
50-ohm coax (thick) |
| 10Base2 (IEEE 802.3) |
|
|
50-ohm coax (thin) |
| 1Base5 (IEEE 802.3) |
|
|
Unshielded twisted-pairwire |
| 10BaseT (IEEE 802.3) |
|
|
Unshielded twisted-pairwire |
| 10Broad36 (IEEE 802.3) |
|
|
75-ohm coax |
Related topics
See Also