16.1 Network Types and Wired and Wireless Communication

Key Takeaways

  • Networks by scale: PAN (a few meters, such as Bluetooth), LAN (a building or campus), MAN (a city), and WAN (regions or countries); the Internet is the largest WAN.
  • Fiber-optic cable carries data as light, so it supports very high bandwidth over long distances and is immune to electromagnetic interference; twisted-pair copper is cheaper and standard for connecting devices within buildings.
  • Category 5e twisted pair supports 1 Gbps and Category 6a supports 10 Gbps, each up to 100 meters per cable run.
  • Wireless systems trade range for speed and power: NFC works within centimeters, Bluetooth about 10 meters, Wi-Fi a building, and cellular and satellite much larger areas.
  • In a star topology every device connects to a central switch, so one cable failure affects only one device, but the switch is a single point of failure; a mesh has redundant paths.
Last updated: September 2026

What this competency asks

ETS asks you to be familiar with communication between devices:

  1. Identify and compare wireless communication systems.
  2. Identify and compare wired communication systems.
  3. Identify and compare network types.

Network types by scale

TypeScaleTypical technologyExample
PAN (personal area network)A few meters around one personBluetooth, USB, NFCPhone connected to earbuds and a watch
LAN (local area network)A room, building, or campusEthernet, Wi-FiA school's computer labs and classrooms
WLAN (wireless LAN)Same as a LANWi-Fi access pointsClassroom Wi-Fi
MAN (metropolitan area network)A cityFiber rings, fixed wirelessLinking a district's schools across town
WAN (wide area network)Regions, countries, continentsLeased fiber lines, undersea cables, satelliteA company linking offices in several states
The InternetGlobalA network of networksEverything connected worldwide

LANs are usually owned and managed by one organization and are fast. WANs often use carriers' infrastructure, cover distance, and cost more per unit of bandwidth.

Other ways to classify networks

  • Client–server: dedicated servers provide services (websites, files, email) to client devices. This model is centrally managed and secured, but the server can become a bottleneck or single point of failure.
  • Peer-to-peer (P2P): devices share resources directly as equals, as in some file-sharing systems. There is no central server to fail, but it is harder to manage and secure.

Topologies

TopologyLayoutStrengthsWeaknesses
StarEvery device connects to a central switchEasy to add devices; one cable failure affects only one deviceThe central switch is a single point of failure
BusAll devices share one backbone cableLittle cableOne break disables the network; collisions; obsolete
RingEach device connects to two neighbors in a loopOrderly accessOne break can stop a simple ring
MeshDevices have multiple paths to one anotherHighly fault tolerant; traffic reroutes around failuresCostly; a full mesh of n nodes needs n(n − 1)/2 links

Most modern LANs are physically star networks built with switches. The Internet's core is a partial mesh, which is why it can route around failures.

Wired communication

MediumHow it carries dataSpeed and distanceStrengthsWeaknesses
Twisted-pair copper (Ethernet: Cat 5e, 6, 6a)Electrical signals on twisted wire pairsCat 5e: 1 Gbps; Cat 6a: 10 Gbps; 100 m per runCheap, easy to install; standard in buildingsDistance limit; affected by electrical interference
Coaxial cableElectrical signals on a shielded central wireHigh bandwidth over moderate distancesGood shielding; used for cable Internet and TVBulkier; being replaced by fiber
Fiber opticPulses of light in glass fibersVery high bandwidth; kilometers without boosting (single-mode)Immune to electromagnetic interference; hard to tap; long distanceMore expensive to install and terminate

Twisting the copper pairs reduces crosstalk and interference. Fiber's resistance to electromagnetic interference makes it the choice for building backbones, between buildings, and for undersea cables.

Wired vs. wireless in general: wired links are usually faster, more reliable, more secure, and lower in latency. Wireless links offer mobility and are easier to deploy.

Wireless communication

SystemTypical rangeTypical useNotes
NFC (near-field communication)A few centimetersTap-to-pay, transit cards, badge readersThe short range is a security feature
BluetoothAbout 10 m (varies)PANs: headphones, keyboards, wearablesLow power; modest data rates
Wi-Fi (IEEE 802.11)Tens of meters indoorsWLANs in homes and schools2.4 GHz reaches farther and passes walls better but is crowded; 5 and 6 GHz are faster at shorter range
Zigbee and similarTens of meters, meshSmart-home sensorsVery low power (Section 15.3)
Cellular (4G LTE, 5G)Kilometers per towerPhones, mobile hotspotsWide coverage; data plans; 5G adds speed and lower latency
SatelliteNearly globalRural and remote Internet, ships, aircraftGeostationary satellites add high latency; low-Earth-orbit systems reduce it
InfraredLine of sight, shortTV remotesBlocked by walls

Trade-offs across wireless systems: longer range generally means more power or infrastructure. Higher frequencies carry more data but travel less far and are blocked more easily. Every wireless signal can be intercepted, so it must be encrypted (WPA3 for Wi-Fi). Interference and congestion reduce real-world speeds below advertised maximums.

Choosing a connection

NeedBest choice
Connect two buildings 500 m apart at high speedFiber optic
Desktop computers in a lab, reliablyTwisted-pair Ethernet
Laptops moving between classroomsWi-Fi
Wireless headphonesBluetooth
Contactless paymentNFC
Internet at a remote research stationSatellite
Test Your Knowledge

A district needs a high-speed link between two school buildings 2 kilometers apart, passing near heavy electrical equipment. Which medium is most appropriate?

A
B
C
D
Test Your Knowledge

A student's phone connects wirelessly to a smartwatch and earbuds within a meter or two of the student's body. What type of network is this?

A
B
C
D
Test Your Knowledge

Which wireless technology is designed to work only within a few centimeters, which makes it suitable for tap-to-pay transactions?

A
B
C
D
Test Your Knowledge

In a star-topology LAN, one computer's network cable is cut. What is the expected effect?

A
B
C
D