Ch13 Ethernet
Ch13 Ethernet
Ch13 Ethernet
13.1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
13-1 IEEE STANDARDS
13.3
13-2 STANDARD ETHERNET
13.4
Figure 13.3 Ethernet evolution through four generations
13.5
Figure 13.4 802.3 MAC frame
13.6
Figure 13.5 Minimum and maximum lengths
13.7
Note
Frame length:
Minimum: 64 bytes (512 bits)
Maximum: 1518 bytes
(12,144 bits)
13.8
Figure 13.6 Example of an Ethernet address in hexadecimal notation
The transmission is left to right, byte by byte;
however, for each byte, the least significant bit is sent first and the most significant bit is sent
last. This means that the bit that defines an address as unicast or multicast arrives first at the
receiver. This helps the receiver to immediately know if the packet is unicast or multicast.
13.9
Figure 13.7 Unicast and multicast addresses
13.10
Note
13.11
Note
13.12
Example 13.1
Solution
The address is sent left-to-right, byte by byte; for each
byte, it is sent right-to-left, bit by bit, as shown
below:
13.14
Figure 13.8 Categories of Standard Ethernet
13.15
Figure 13.9 Encoding in a Standard Ethernet implementation
13.16
Figure 13.10 10Base5 implementation
13.17
Figure 13.11 10Base2 implementation
13.18
Figure 13.12 10Base-T implementation
13.19
Figure 13.13 10Base-F implementation
13.20
Table 13.1 Summary of Standard Ethernet implementations
13.21
13-3 CHANGES IN THE STANDARD
13.23
Figure 13.15 A network with and without a
bridge
13.24
Figure 13.16 Collision domains in an unbridged network and a bridged
network
13.25
Figure 13.17 Switched Ethernet
Bandwidth shared only between the station and the switch 5Mbps each
13.26
Figure 13.18 Full-duplex switched Ethernet
13.27
13-4 FAST ETHERNET
13.31
Figure 13.20 Fast Ethernet implementations
13.32
Figure 13.21 Encoding for Fast Ethernet implementation
13.33
Table 13.2 Summary of Fast Ethernet implementations
13.34
13-5 GIGABIT ETHERNET
13.36
Figure 13.22 Topologies of Gigabit Ethernet
13.37
Figure 13.23 Gigabit Ethernet implementations
13.38
Figure 13.24 Encoding in Gigabit Ethernet implementations
13.39
Table 13.3 Summary of Gigabit Ethernet implementations
13.40
Table 13.4 Summary of Ten-Gigabit Ethernet implementations
13.41
The efficiency of the Ethernet is defined as the ratio of
the time used by a station to send data to the time the
medium is occupied by this station.
The practical efficiency of standard Ethernet has been
measured to be in which the parameter “a” is the number
of frames that can fit on the medium. It can be calculated
as a = (propagation delay)/(transmission delay) because
the transmission delay is the time it takes a frame of
average size to be sent out and the propagation delay is
the time it takes to reach the end of the medium.
Note that as the value of parameter a decreases, the
efficiency increases. This means that if the length of the
media is shorter or the frame size longer, the efficiency
increases. In the ideal case, a = 0 and the efficiency is 1.
wireless LAN
Architectural Comparison
Medium
Hosts
Isolated LANs
Connection to Other Networks
Moving between Environments
Characteristics
Attenuation
Interference
Multipath Propagation
Error
The CSMA/CD algorithm does not work in wireless LANs for
three reasons:
1. To detect a collision, a host needs to send and receive at the
same time (sending the frame and receiving the collision signal),
which means the host needs to work in a duplex mode.
Wireless hosts do not have enough power to do so (the power is
supplied by batteries). They can only send or receive at one time.
2. Because of the hidden station problem, in which a station may
not be aware of another station’s transmission due to some
obstacles or range problems, collision may occur but not be
detected
3. The distance between stations can be great. Signal fading
could prevent a station at one end from hearing a collision at
the other end.
Access Control
IEEE 802.11 PROJECT
Basic Service Set
A basic service set is made of stationary or mobile
wireless stations and an optional central base station,
known as the access point (AP).
Extended Service Set
An extended service set (ESS) is made up of two or more
BSSs with APs.
In this case, the BSSs are connected through a
distribution system, which is a wired or a wireless
network.
MAC sublayer
MAC Sublayer