IntroductionEthernet HistoryBroadcast Network OperationEthernet ProtocolEthernet at 10MbpsEthernet at 100MbpsEthernet at 1000Mbps and above |
Ethernet at 100 Mbps10 Mbps was soon not enough bandwidth for many networks and so in 1992 the IEEE started defining a standard for a faster LAN. ChallengesInstead of creating a completely new protocol, the IEEE decided to keep all the old packet formats, interfaces and procedural rules and simply reduce the bit time from 100 nsec to 10 nsec. This effectively increased the bandwidth to 100 Mbps. The protocol was officially known as 802.3u, but was more commonly called Fast Ethernet. The change in bit time presented a number of challenges to the designers of Fast Ethernet. The reduction in bit time increases the number of bits sent within a set time period, however these bits still take the same amount of time to travel across a length of wire (i.e. the propagation delay is the same over a given length). This means that more bits will be send during the 2 * Propagation Delay used as the collision window (see Broadcast Network Operation). Either the minimum frame size needs to be increased, or the propagation delay (i.e. cable length) needs to be reduced. Changing the minimum frame size would have caused problems with the backward compatability of this standard, so the maximum network size was reduced, with typically maximum cable lengths of 100m. Media TypesFast Ethernet supports three main wiring schemes, described below. All of these systems use hubs or switches to connect the network. There was no shared medium scheme like the coaxial cable of 10Base5. This was mainly because of the decrease in maximum cable length, which made it impractical to connect a network with a single cable.
Changes in The Ethernet StackThe various layers of the Fast Ethernet protocol architecture are shown in below. The MII is the interface between the MAC layer and the Physical layer. It allows any physical layer to be used with the MAC layer. The MII provides 2 media status signals, one indicates presence of the carrier, and the other indicates absence of collision. The Reconciliation Sublayer maps these signals to Physical Signaling (PLS) primitives understood by the existing MAC.
The MII is divided into three sublayers:
<-Previous - Next -> |
|
Created by Ross McIlroy for the 2003/2004 NCT4 Ethernet Exercise |