Ethernet: Difference between revisions
No edit summary |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
==10GigE== | |||
===10GBASE-T=== | |||
* Reuses the existing 1000BASE-T MAC | |||
* Full duplex only | |||
* 4 connector, 4 twisted pairs (lanes) copper cabling | |||
* 10-level PAM code (3 bits/symbol) | |||
* Retains 8-state 4D trellis code across pairs | |||
* 833 Mbaud, ~450MHz bandwidth | |||
* Echo-cancelled transmission, FEXT cancellation | |||
** 10Gbps = 4 lanes * 833 Mbaud * 3 bits/baud | |||
===10GBASE-CX4=== | |||
* Short distance copper twin-ax | |||
==GigE== | |||
* 5-level PAM code (2 bits/symbol) | |||
* 125 Mbaud, ~80MHz bandwidth | |||
==Fast Ethernet== | |||
==Addresses== | ==Addresses== | ||
An address is ''unicast'' if the least significant bit of the first byte is 0. Otherwise, it is either ''broadcast'': | An address is ''unicast'' if the least significant bit of the first byte is 0. Otherwise, it is either ''broadcast'': | ||
| Line 14: | Line 30: | ||
* [http://wiki.wireshark.org/Ethernet Ethernet page] on the Wireshark wiki | * [http://wiki.wireshark.org/Ethernet Ethernet page] on the Wireshark wiki | ||
* Ethernet is specified in the IEEE 802.3 [[standards]] | * Ethernet is specified in the IEEE 802.3 [[standards]] | ||
* "[[Media:IEEE_802_10GBASE-T_Tutorial.pdf|IEEE 802 10GBASE-T Tutorial]]" from the IEEE working group, 2003 | |||
[[CATEGORY: Networking]] | [[CATEGORY: Networking]] | ||