Coursify

Network Theory

Wired LANs & Connecting Devices

Learning Goals

  • IEEE Ethernet Standards: Traditional Ethernet, Fast Ethernet, and Gigabit Ethernet.
  • Connecting Devices: Comprehensive study of Repeaters, Hubs, Bridges, Layer-2 Switches, Routers, and Gateways.
  • Analyze the operational differences between a Hub (shared collision domain) and a Switch (dedicated collision domains).
  • Map various network interconnecting hardware devices to their respective operating layers within the OSI model.

Wired LAN design is grounded in Ethernet, the dominant LAN technology specified by IEEE 802.3802.3.2 In the context of Network Theory and Data Communication Components, this topic has two pillars: first, understanding the evolution of Ethernet from traditional 1010 Mbps systems to Fast Ethernet and Gigabit Ethernet; second, understanding the interconnecting devices that extend, segment, or route traffic across a network.2

Traditional Ethernet emerged from shared-media operation and originally relied on CSMA/CD to handle collisions on half-duplex links.2 As Ethernet evolved to switched, point-to-point links, full-duplex communication became standard and collision handling largely disappeared from modern wired LAN practice.2 IEEE milestones commonly referenced in introductory networking are:

  • Traditional Ethernet: 1010 Mbps, including 10BASE-T10\text{BASE-T} over twisted pair.2
  • Fast Ethernet: 100100 Mbps, standardized by IEEE 802.3u802.3u, including 100BASE-TX100\text{BASE-TX}.2
  • Gigabit Ethernet: 10001000 Mbps, including fiber variants under IEEE 802.3z802.3z and copper 1000BASE-T1000\text{BASE-T} under IEEE 802.3ab802.3ab.2

A second core learning goal is mapping devices to the OSI model. Repeaters and hubs operate at Layer 11; bridges and Layer-22 switches operate at Layer 22; routers operate at Layer 33; and gateways perform protocol translation and may function across multiple layers depending on the type of conversion being performed.2 This layered view explains why a hub creates one shared collision domain, while a switch creates a separate collision domain per port.2

Footnotes

  1. Overview And Guide To The IEEE 802 LMSC - IEEE overview of the 802 LAN/MAN standards family and its historical context.

  2. IEEE 802.3 Ethernet Overview - IEEE overview summarizing Ethernet history, speeds, and key standards including 802.3u802.3u, 802.3z802.3z, and 802.3ab802.3ab. 2 3 4 5 6 7

  3. Collision and Broadcast Domain - Educational explanation of collision domains, broadcast domains, and how hubs, bridges, switches, and routers affect them. 2 3 4

  4. Recognize the purpose & functions of various network devices:Router, Switch, Hub & Bridge. - Cisco-oriented explanation of hubs, switches, bridges, half-duplex behavior, and collisions.

  5. What Is an Ethernet Switch? - Cisco explanation of Ethernet switching, dedicated links, and the difference between switches and hubs. 2

  6. Ethernet over twisted pair - Technical summary of twisted-pair Ethernet variants such as 10BASE-T10\text{BASE-T}, 100BASE-TX100\text{BASE-TX}, and 1000BASE-T1000\text{BASE-T}. 2 3

  7. What is a network gateway? - Cisco description of gateways, protocol translation, and their relationship to routers and OSI-layer functions.

Hub, Bridge, Switch, Router - Network Devices

Course Context

This section belongs to Network Theory under Data Communication Components, so the emphasis is not only on device definitions but also on how Ethernet standards and interconnection devices shape traffic flow, collision behavior, and OSI-layer responsibilities.2

Footnotes

  1. Overview And Guide To The IEEE 802 LMSC - IEEE overview of the 802 LAN/MAN standards family and its historical context.

  2. Collision and Broadcast Domain - Educational explanation of collision domains, broadcast domains, and how hubs, bridges, switches, and routers affect them.

Ethernet Standards Roadmap

IEEE $802.3$ Base Standard

1985

The early IEEE Ethernet standard formalized shared-medium Ethernet operation at 1010 Mbps."

Footnotes

  1. IEEE 802.3 Ethernet Overview - IEEE overview summarizing Ethernet history, speeds, and key standards including 802.3u802.3u, 802.3z802.3z, and 802.3ab802.3ab.

$10\text{BASE-T}$

1990

Twisted-pair Ethernet became widely adopted, typically supporting up to 100100 m links and star-wired LANs."

Footnotes

  1. Ethernet over twisted pair - Technical summary of twisted-pair Ethernet variants such as 10BASE-T10\text{BASE-T}, 100BASE-TX100\text{BASE-TX}, and 1000BASE-T1000\text{BASE-T}.

Fast Ethernet, IEEE $802.3u$

1995

Fast Ethernet raised LAN speed to 100100 Mbps with standards such as 100BASE-TX100\text{BASE-TX} and 100BASE-FX100\text{BASE-FX}.2"

Footnotes

  1. IEEE 802.3 Ethernet Overview - IEEE overview summarizing Ethernet history, speeds, and key standards including 802.3u802.3u, 802.3z802.3z, and 802.3ab802.3ab.

  2. Ethernet over twisted pair - Technical summary of twisted-pair Ethernet variants such as 10BASE-T10\text{BASE-T}, 100BASE-TX100\text{BASE-TX}, and 1000BASE-T1000\text{BASE-T}.

Full-Duplex Ethernet, IEEE $802.3x$

1997

Full-duplex operation and flow control were standardized, enabling collision-free point-to-point Ethernet links."

Footnotes

  1. IEEE 802.3 Ethernet Overview - IEEE overview summarizing Ethernet history, speeds, and key standards including 802.3u802.3u, 802.3z802.3z, and 802.3ab802.3ab.

Gigabit Ethernet over Fiber, IEEE $802.3z$

1998

Gigabit Ethernet introduced 1000BASE-SX1000\text{BASE-SX}, 1000BASE-LX1000\text{BASE-LX}, and related high-speed fiber options."

Footnotes

  1. IEEE 802.3 Ethernet Overview - IEEE overview summarizing Ethernet history, speeds, and key standards including 802.3u802.3u, 802.3z802.3z, and 802.3ab802.3ab.

Gigabit Ethernet over Copper, IEEE $802.3ab$

1999

1000BASE-T1000\text{BASE-T} brought 11 Gbps Ethernet to twisted-pair copper for mainstream LAN deployment.2"

Footnotes

  1. IEEE 802.3 Ethernet Overview - IEEE overview summarizing Ethernet history, speeds, and key standards including 802.3u802.3u, 802.3z802.3z, and 802.3ab802.3ab.

  2. Ethernet over twisted pair - Technical summary of twisted-pair Ethernet variants such as 10BASE-T10\text{BASE-T}, 100BASE-TX100\text{BASE-TX}, and 1000BASE-T1000\text{BASE-T}.

Ethernet standards in wired LANs

Ethernet naming follows a useful pattern: the leading number indicates data rate in Mbps, BASE denotes baseband signaling, and the suffix indicates the medium or variant, such as T for twisted pair. Thus, 10BASE-T10\text{BASE-T} means 1010 Mbps baseband over twisted-pair copper, while 1000BASE-T1000\text{BASE-T} means 10001000 Mbps over twisted pair.

1. Traditional Ethernet

Traditional Ethernet is usually associated with 1010 Mbps operation. Early implementations often used shared media, where multiple stations contended for the same communication channel and therefore required CSMA/CD in half-duplex mode.2 In such an environment, collisions are not anomalies but expected events that the protocol detects and recovers from.

2. Fast Ethernet

Fast Ethernet increased nominal throughput by a factor of 1010, to 100100 Mbps, through IEEE 802.3u802.3u. Common physical implementations include 100BASE-TX100\text{BASE-TX} over copper and 100BASE-FX100\text{BASE-FX} over fiber. It preserved Ethernet framing and upper-layer compatibility, which made migration relatively smooth for organizations expanding LAN performance without changing the entire protocol stack.

3. Gigabit Ethernet

Gigabit Ethernet increased throughput again to 10001000 Mbps. IEEE 802.3z802.3z introduced gigabit operation over fiber, while IEEE 802.3ab802.3ab standardized 1000BASE-T1000\text{BASE-T} over twisted pair up to 100100 meters.2 A notable engineering difference is that 1000BASE-T1000\text{BASE-T} uses all four wire pairs bi-directionally, unlike lower-speed twisted-pair Ethernet variants that used fewer active pairs.

For practical LAN analysis, the throughput growth can be summarized mathematically as:

100 Mbps=10×10 Mbps,1000 Mbps=10×100 Mbps100\ \text{Mbps} = 10 \times 10\ \text{Mbps}, \qquad 1000\ \text{Mbps} = 10 \times 100\ \text{Mbps}

This scaling preserved the Ethernet ecosystem while greatly improving aggregate LAN capacity.

Footnotes

  1. Ethernet over twisted pair - Technical summary of twisted-pair Ethernet variants such as 10BASE-T10\text{BASE-T}, 100BASE-TX100\text{BASE-TX}, and 1000BASE-T1000\text{BASE-T}. 2 3 4 5

  2. IEEE 802.3 Ethernet Overview - IEEE overview summarizing Ethernet history, speeds, and key standards including 802.3u802.3u, 802.3z802.3z, and 802.3ab802.3ab. 2 3 4 5 6 7

  3. Recognize the purpose & functions of various network devices:Router, Switch, Hub & Bridge. - Cisco-oriented explanation of hubs, switches, bridges, half-duplex behavior, and collisions. 2

Nominal Ethernet Data Rates

Comparison of commonly studied IEEE Ethernet generations

Ethernet Variants and Key Notes

Connecting devices and their OSI layers

A wired LAN is not just cabling and hosts; it is built from devices that regenerate signals, forward frames, or route packets based on progressively richer addressing information.2 The essential progression is from bit forwarding at Layer 11, to MAC-based forwarding at Layer 22, to IP-based path selection at Layer 33.2

Repeater

A repeater operates at the physical layer and regenerates incoming signals so that they can travel farther without excessive degradation. It does not inspect addresses, identify destinations, or segment traffic logically.

Hub

A hub is effectively a multiport repeater and also operates at Layer 11.2 It repeats bits out all ports, meaning all attached devices share the same communication medium behavior. Consequently, a hub forms a single collision domain and commonly uses half-duplex Ethernet semantics.2

Bridge

A bridge operates at the data-link layer.2 It examines MAC addresses, learns which stations are reachable on each side, and forwards frames selectively. A bridge divides collision domains, reducing unnecessary frame propagation, but does not inherently split the broadcast domain.

Layer-2 Switch

A Layer-2 switch is essentially a high-speed multiport bridge operating primarily at Layer 22.2 It learns MAC addresses per port and forwards frames only where needed. Each switch port forms its own collision domain, which is why switches scale much better than hubs.2

Router

A router operates at the network layer.2 Instead of forwarding based on MAC addresses inside one LAN, it forwards packets between different networks using logical addressing and routing decisions. Routers also separate broadcast domains.

Gateway

A gateway connects dissimilar systems and performs protocol or data-format translation. In practice, the exact OSI-layer association depends on the translation function. Some gateways are described as operating at the network layer, while others may span several layers or even all layers conceptually because translation can involve application semantics as well as addressing.

DevicePrimary OSI LayerForwarding BasisCollision Domain EffectBroadcast Domain Effect
Repeater1Bits/signalsNo separationNo separation
Hub1Bits/signals to all portsOne shared domain2One shared domain
Bridge2MAC addressSeparates collision domainsUsually same broadcast domain
Layer-2 Switch2MAC addressOne collision domain per port2Usually one broadcast domain unless VLANs are used
Router3IP addressSeparates domains per interfaceSeparates broadcast domains
GatewayVariable / multi-layerProtocol translationDepends on designDepends on design

Footnotes

  1. Collision and Broadcast Domain - Educational explanation of collision domains, broadcast domains, and how hubs, bridges, switches, and routers affect them. 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21

  2. What is a network gateway? - Cisco description of gateways, protocol translation, and their relationship to routers and OSI-layer functions. 2 3 4 5 6 7 8

  3. What Is an Ethernet Switch? - Cisco explanation of Ethernet switching, dedicated links, and the difference between switches and hubs. 2 3 4 5 6 7

Exam Memory Rule

Think in terms of what the device reads: repeater/hub read nothing useful beyond signal presence, bridge/switch read MAC addresses, router reads IP addresses, and gateway translates between unlike systems or protocols.2

Footnotes

  1. Collision and Broadcast Domain - Educational explanation of collision domains, broadcast domains, and how hubs, bridges, switches, and routers affect them.

  2. What is a network gateway? - Cisco description of gateways, protocol translation, and their relationship to routers and OSI-layer functions.

How a Layer-2 Switch Forwards an Ethernet Frame

  1. 1
    Step 1

    The switch accepts the incoming Ethernet frame on one port and checks the source and destination MAC addresses.

    Footnotes

    1. What Is an Ethernet Switch? - Cisco explanation of Ethernet switching, dedicated links, and the difference between switches and hubs.

  2. 2
    Step 2

    It updates its MAC address table so that the source address is associated with the ingress port.

    Footnotes

    1. What Is an Ethernet Switch? - Cisco explanation of Ethernet switching, dedicated links, and the difference between switches and hubs.

  3. 3
    Step 3

    It searches its forwarding table for the destination MAC address to determine the correct egress port.

    Footnotes

    1. What Is an Ethernet Switch? - Cisco explanation of Ethernet switching, dedicated links, and the difference between switches and hubs.

  4. 4
    Step 4

    If the destination is on the same port, the frame is filtered; if it is on another known port, the frame is sent only there; if unknown or broadcast, it is flooded appropriately within the Layer-22 domain.2

    Footnotes

    1. Collision and Broadcast Domain - Educational explanation of collision domains, broadcast domains, and how hubs, bridges, switches, and routers affect them.

    2. What Is an Ethernet Switch? - Cisco explanation of Ethernet switching, dedicated links, and the difference between switches and hubs.

  5. 5
    Step 5

    Because each port is its own collision domain, traffic on one port does not create collisions on other switch ports in full-duplex operation.2

    Footnotes

    1. Collision and Broadcast Domain - Educational explanation of collision domains, broadcast domains, and how hubs, bridges, switches, and routers affect them.

    2. What Is an Ethernet Switch? - Cisco explanation of Ethernet switching, dedicated links, and the difference between switches and hubs.

Hub versus switch: the critical operational difference

The hub–switch distinction is one of the most important comparisons in introductory networking.2 Although both devices connect multiple end systems inside a LAN, they behave very differently.

A hub repeats incoming signals to every port.2 This means:

  • all connected nodes are in one shared collision domain.
  • the medium behaves as shared Ethernet, typically half-duplex.2
  • if two devices transmit simultaneously, a collision may occur and retransmission logic is needed.

A switch, by contrast, forwards frames based on MAC address learning. This means:

  • each port is a dedicated collision domain.2
  • hosts can usually operate in full-duplex mode with the switch.2
  • traffic is directed only to the intended destination port, reducing unnecessary propagation and improving throughput.

This difference can be visualized in terms of contention:

Hub network: many hosts1 shared collision domain\text{Hub network: many hosts} \rightarrow 1 \text{ shared collision domain} Switch network with n active portsn separate collision domains\text{Switch network with } n \text{ active ports} \rightarrow n \text{ separate collision domains}

In a four-host example, one hub still yields one collision domain, but a four-port switch yields four dedicated collision domains. That architectural difference is why hubs are largely obsolete in modern LAN design and switches are standard infrastructure.

Footnotes

  1. Collision and Broadcast Domain - Educational explanation of collision domains, broadcast domains, and how hubs, bridges, switches, and routers affect them. 2 3 4 5

  2. What Is an Ethernet Switch? - Cisco explanation of Ethernet switching, dedicated links, and the difference between switches and hubs. 2 3 4 5 6 7 8

  3. Recognize the purpose & functions of various network devices:Router, Switch, Hub & Bridge. - Cisco-oriented explanation of hubs, switches, bridges, half-duplex behavior, and collisions. 2

  4. IEEE 802.3 Ethernet Overview - IEEE overview summarizing Ethernet history, speeds, and key standards including 802.3u802.3u, 802.3z802.3z, and 802.3ab802.3ab.

Hub vs Switch Comparison

Qualitative comparison of LAN behavior

Common Misconception

A switch does not automatically eliminate broadcasts. In a basic Layer-22 LAN, broadcasts still traverse the switch within the same broadcast domain; routers are the classic devices that stop broadcasts between networks.

Footnotes

  1. Collision and Broadcast Domain - Educational explanation of collision domains, broadcast domains, and how hubs, bridges, switches, and routers affect them.

Operates at OSI Layer 11.

Repeats bits to all ports.2

Creates one shared collision domain.

Typically half-duplex in Ethernet environments.2

No MAC learning or selective forwarding.

Footnotes

  1. Collision and Broadcast Domain - Educational explanation of collision domains, broadcast domains, and how hubs, bridges, switches, and routers affect them. 2 3 4

  2. What Is an Ethernet Switch? - Cisco explanation of Ethernet switching, dedicated links, and the difference between switches and hubs. 2

  3. Recognize the purpose & functions of various network devices:Router, Switch, Hub & Bridge. - Cisco-oriented explanation of hubs, switches, bridges, half-duplex behavior, and collisions.

Deeper device analysis

How to map network devices to the OSI model

  1. 1
    Step 1

    If it only regenerates or repeats electrical/optical signals, it belongs to Layer 11; if it reads MAC addresses, it belongs to Layer 22; if it reads logical network addresses such as IP, it belongs to Layer 33.2

    Footnotes

    1. Collision and Broadcast Domain - Educational explanation of collision domains, broadcast domains, and how hubs, bridges, switches, and routers affect them.

    2. What is a network gateway? - Cisco description of gateways, protocol translation, and their relationship to routers and OSI-layer functions.

  2. 2
    Step 2

    Devices such as bridges and switches create separate collision domains, indicating Layer-22 forwarding intelligence beyond mere signal repetition.

    Footnotes

    1. Collision and Broadcast Domain - Educational explanation of collision domains, broadcast domains, and how hubs, bridges, switches, and routers affect them.

  3. 3
    Step 3

    If the device stops Layer-22 broadcasts between interfaces, it typically functions as a router or another Layer-33 boundary.

    Footnotes

    1. Collision and Broadcast Domain - Educational explanation of collision domains, broadcast domains, and how hubs, bridges, switches, and routers affect them.

  4. 4
    Step 4

    If the device translates between dissimilar protocols or communication systems, it is functioning as a gateway and may span multiple OSI layers.

    Footnotes

    1. What is a network gateway? - Cisco description of gateways, protocol translation, and their relationship to routers and OSI-layer functions.

  5. 5
    Step 5

    Use Layer-11 devices to extend signals, Layer-22 devices to build efficient LANs, and Layer-33 devices to interconnect distinct networks while controlling broadcast scope.3

    Footnotes

    1. Collision and Broadcast Domain - Educational explanation of collision domains, broadcast domains, and how hubs, bridges, switches, and routers affect them.

    2. What Is an Ethernet Switch? - Cisco explanation of Ethernet switching, dedicated links, and the difference between switches and hubs.

    3. What is a network gateway? - Cisco description of gateways, protocol translation, and their relationship to routers and OSI-layer functions.

Design implications for modern wired LANs

Modern wired LANs overwhelmingly favor switched Ethernet, not hub-based Ethernet. The reasons are architectural as well as performance-oriented:

  1. Collision isolation: each switch port is its own collision domain.2
  2. Full-duplex links: simultaneous send/receive is supported, so CSMA/CD is no longer required on those links.2
  3. Higher effective throughput: traffic is sent only where needed rather than repeated everywhere.
  4. Structured scalability: multiple switches can be interconnected, while routers provide controlled boundaries between IP networks.

This also clarifies the role of the classic device hierarchy in enterprise network design:

  • Repeaters and hubs are legacy Layer-11 devices, useful mainly for conceptual understanding.
  • Bridges introduced selective Layer-22 forwarding and collision segmentation.
  • Layer-22 switches became the standard LAN building block.
  • Routers connect separate networks and constrain broadcast propagation.2
  • Gateways enable interoperability across unlike protocols, services, or systems.

A concise comparison of domain behavior is:

DeviceCollision DomainsBroadcast Domains
Hub1 total1 total
BridgeMore than 1Usually 1
Switch1 per portUsually 1 unless logically segmented2
Router1 per interface1 per interface

From a theory perspective, the transition from hubs to switches marks a shift from shared-medium LAN behavior to microsegmented Ethernet. That shift is one of the main reasons Ethernet scaled successfully from 1010 Mbps classroom examples to modern gigabit campus access networks.2

Footnotes

  1. What Is an Ethernet Switch? - Cisco explanation of Ethernet switching, dedicated links, and the difference between switches and hubs. 2 3 4 5 6 7 8

  2. Collision and Broadcast Domain - Educational explanation of collision domains, broadcast domains, and how hubs, bridges, switches, and routers affect them. 2 3 4 5 6 7 8

  3. IEEE 802.3 Ethernet Overview - IEEE overview summarizing Ethernet history, speeds, and key standards including 802.3u802.3u, 802.3z802.3z, and 802.3ab802.3ab. 2

  4. What is a network gateway? - Cisco description of gateways, protocol translation, and their relationship to routers and OSI-layer functions. 2 3

Knowledge Check

Question 1 of 5
Q1Single choice

Which IEEE standard is most directly associated with Fast Ethernet at 100100 Mbps?

Wired LANs & Connecting Devices | Network Theory | Coursify