MODULE - 04
MODULE - 04
3. LAN Architectures
Local Area Networks (LANs) are networks that typically span a small geographical area, such
as a building or campus. The MAC sublayer protocols (such as ALOHA, CSMA/CD) are integral
to the functioning of LANs.
Ethernet (CSMA/CD)
• Ethernet is one of the most common LAN technologies and uses the CSMA/CD
protocol to manage how devices access the shared communication medium.
o Ethernet frames include the destination address, source address, data, and a
CRC for error detection.
o Ethernet Characteristics:
▪ Bus Topology: In early Ethernet setups, a shared bus topology was
used, where all devices were connected to a single cable.
▪ Star Topology: Modern Ethernet LANs typically use a star topology
where each device is connected to a central switch.
▪ Bandwidth: Traditional Ethernet networks use 10 Mbps, 100 Mbps
(Fast Ethernet), and 1 Gbps (Gigabit Ethernet) speeds. Modern
Ethernet standards, like 10 Gbps Ethernet, are used in high-speed
networks.
• Ethernet and CSMA/CD:
o Ethernet networks use CSMA/CD to share bandwidth and avoid data
collisions. As devices are transmitting, they listen for collisions and handle
them efficiently by backing off and retransmitting after a random time.
IEEE 802 Standards
• The IEEE 802 family of standards defines various technologies for LANs and MANs
(Metropolitan Area Networks).
o IEEE 802.3: Standard for Ethernet, which uses CSMA/CD for medium access
control.
o IEEE 802.11: Standard for Wireless LAN (WLAN), which is based on the
Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA) protocol
instead of CSMA/CD because collision detection is not possible in wireless
communication.
o IEEE 802.5: Standard for Token Ring networks, which use a token-passing
method for media access rather than CSMA/CD.