Wired LANs - Ethernet
Wired LANs - Ethernet
Wired LANs - Ethernet
Chapter 8
Wired LANs: Ethernet
11.5
11-2 STANDARD ETHERNET
11.9
Unicast, Multicast and Broadcast Addresses
• A source address is always a unicast address
• The destination address can be unicast, multicast or
broadcast
• The least significant bit of the first byte defines the type
of address
• Unicast destination address defines only one recipient
• Multicast destination address defines a group of
addresses
• Broadcast address is a special case of multicast address
Solution
To find the type of the address, we need to look at the second hexadecimal
digit from the left.
a. This is a unicast address because A in binary is 1010.
b. This is a multicast address because 7 in binary is 0111.
c. This is a broadcast address because all digits are F’s
• Example 11.2
Show how the address 47:20:1B:2E:08:EE is sent out on line
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:
11.11
PHYSICAL LAYER
11.12
10Base5: Thick Ethernet
11.13
10Base2: Thin Ethernet
11.15
10Base-F: Fiber Ethernet
11.16
Summary
11.17
11-3 CHANGES IN THE STANDARD
11.18
BRIDGED ETHERNET
11.19
Separating Collision Domains
Collision domain becomes much smaller. For example, without
bridging, 12 stations contend for access to the medium, with bridging
only 3 stations contend for access the medium
11.20 Figure 11.16 Collision domains in an unbridged network and a bridged network
SWITCHED ETHERNET
• The bandwidth is shared only between the station and the switch
• The collision domain is divided into N domains
• Has additional sophistication that allows faster handling of the packets
11.21
FULL-DUPLEX ETHERNET
• Station can either send or receive data at the same time simultaneously
• The full-duplex mode increases the capacity of each domain from10 to
20 Mbps
11.22
11-4 FAST ETHERNET
Designed to compete with other LAN protocols such as
FDDI or Fiber Channel. IEEE created Fast Ethernet under
the name 802.3u
Goals of Fast Ethernet:
• Upgrade the data rate to 100Mbps
• Make it compatible with Standard Ethernet
• Keep the same 48-bit address
• Keep the same frame format
• Keep the same minimum and maximum frame lengths
11.23
MAC SUBLAYER
• The access method is the same (half duplex with
CSMA/CD).
• A new feature added is called autonegotiation that
allows two devices to negotiate the mode or data rate of
operation.
11.24
PHYSICAL LAYER
• It uses star topology.
• Can be categorized as either two-wire or four-wire.
• Two-wire implementation can be either cat 5 UTP or
fiber-optic cable.
• Four-wire implementation is designed only for cat 3 UTP.
11.25
Summary
11.26
11-5 GIGABIT ETHERNET
The need for an even higher data rate resulted in the design
of the Gigabit Ethernet protocol (1000 Mbps)
The IEEE committee calls the standard 802.3z
Goals of Gigabit Ethernet:
•Upgrade the data rate to 1Gbps
•Make it compatible with Standard or Fast Ethernet
•Use the same 48-bit address
•Use the same frame format
•Keep the same minimum and maximum frame length
11.27
MAC SUBLAYER
• Gigabit Ethernet has two distinctive approaches
medium access:
• half-duplex using CSMA/CD or
• full-duplex without CSMA/CD (no collision)
• To improve efficiency, frame bursting was proposed –
instead of adding an extension to each frame, multiple
frames are sent.
11.28
PHYSICAL LAYER
• It uses star topology
• Can be categorized as either two-wire or four-wire implementation
• Two-wire version can be either fiber-optic cable (1000Base-SX, short-
wave, or 1000Base-LX, long-wave) or STP
• Four-wire version uses cat 5 twisted-pair cable (1000Base-T)
11.29
Summary
11.30
TEN-GIGABIT ETHERNET
• The IEEE committee created Ten-Gigabit Ethernet and called
802.3ae
• Goals of Ten-Gigabit Ethernet:
• Upgrade the data rate to 10Gbps
• Make it compatible with Standard, Fast, and Gigabit Ethernet
• Use the same 48-bit address
• Use the same frame format
• Keep the same minimum and maximum frame length
• Operates only in full duplex mode which CSMA/CD is not used
in Ten-Gigabit Ethernet.
• The physical layer in Ten-Gigabit Ethernet is designed for using
fiber-optic cable over long distance.
11.31
Summary
11.32