LAN Technologies
LAN Technologies
Geographic Scope: LANs cover a small geographic area, typically within a building or campus.
High-Speed Connectivity: LANs provide high-speed connectivity, typically in the range of 10 Mbps
to 10 Gbps.
Private Ownership: LANs are typically owned and managed by a single organization.
Wireless or Wired: LANs can be wireless (Wi-Fi) or wired (Ethernet).
1. Ethernet
Ethernet is the most widely used LAN technology, utilizing twisted-pair or coaxial cables to connect
devices. It operates at the data link layer (Layer 2) of the OSI model and supports speeds up to 10 Gbps.
Ethernet uses Carrier Sense Multiple Access with Collision Detection (CSMA/CD) for medium access
control, allowing devices to share the network medium efficiently.
Key Characteristics:
Physical Layer: Ethernet operates at the physical layer (Layer 1) of the OSI model, defining the physical
means of transmitting data between devices.
Data Link Layer: Ethernet also operates at the data link layer (Layer 2) of the OSI model, providing
error-free transfer of data frames between devices.
CSMA/CD: Ethernet uses Carrier Sense Multiple Access with Collision Detection (CSMA/CD) for
medium access control, allowing devices to share the network medium efficiently.
Speed: Ethernet supports various speeds, including 10 Mbps, 100 Mbps, 1 Gbps, and 10 Gbps.
Cabling: Ethernet uses twisted-pair or coaxial cables for connectivity.
Advantages:
Disadvantages:
A traditional Ethernet network where all devices share the same bandwidth
Devices compete for access to the network using CSMA/CD (Carrier Sense Multiple Access with
Collision Detection)
Collisions occur when multiple devices transmit simultaneously, reducing network efficiency
Typically used in older Ethernet networks (e.g., 10Base-T, 100Base-T)
Switched Ethernet
A modern Ethernet network where each device has a dedicated connection to a switch
Switches manage traffic and reduce collisions using MAC address tables
Each device has its own bandwidth, improving network efficiency and reducing collisions
Typically used in modern Ethernet networks (e.g., Gigabit Ethernet, 10-Gigabit Ethernet)
Key Differences:
Bandwidth: Switched Ethernet provides dedicated bandwidth per device, while Shared Ethernet shares
bandwidth among all devices.
Collisions: Switched Ethernet reduces collisions using MAC address tables, while Shared Ethernet uses
CSMA/CD to manage collisions.
Scalability: Switched Ethernet is more scalable, supporting larger networks and higher speeds.
Security: Switched Ethernet provides improved security, as each device has a dedicated connection and
can be isolated if necessary.
MAC Addressing
MAC (Media Access Control) addressing is a unique identifier assigned to network interfaces for
communications on a computer network. MAC addresses are used to identify devices at the data link
layer (Layer 2) of the OSI model.
Key Characteristics: