← Back to quizzesFree quiz

WAN Technologies and Multiplexing

Wide Area Networks (WANs) are the backbone of modern enterprise communication, linking geographically dispersed sites and enabling data, voice, and video services over long distances. This…

11 questions~6 min
WAN Technologies and Multiplexing — Qwi
0 / 11
Score: 0%
1

Which routing protocol is known for the fastest convergence among those discussed?

2

A company wants to interconnect several LANs across a city, each owned by different departments, using a single provider. Which network type best matches this scenario?

3

In synchronous TDM, what is the main cause of wasted bandwidth when many sources are idle?

4

Which of the following statements correctly distinguishes lossless from lossy compression?

5

A router using a distance‑vector protocol receives a routing update from a neighbor that reports a new path with fewer hops. What is a typical drawback of this protocol?

6

When deploying a WAN optimizer, which technique specifically reduces redundant data transmission by eliminating duplicate data blocks?

7

In a MAN that uses fiber‑optic links, which performance characteristic is most directly responsible for supporting data rates up to 100 Gbps?

8

Which routing protocol combines distance‑vector principles with link‑state updates only when changes occur, and is primarily associated with Cisco?

9

A network engineer observes that after a link failure, traffic oscillates between two paths, causing instability. Which phenomenon is described, and which routing approach is most prone to it?

10

In OFDM, how is interference avoided despite overlapping frequency spectra?

11

When choosing between RIPv2 and OSPF for a large enterprise network, which limitation of RIPv2 is most critical?

Understanding WAN Technologies and Multiplexing

Wide Area Networks (WANs) are the backbone of modern enterprise communication, linking geographically dispersed sites and enabling data, voice, and video services over long distances. This course explores the key concepts behind WAN technologies, routing protocols, multiplexing methods, and data compression techniques. By the end of the lesson, you will be able to identify the most appropriate network type for a given scenario, explain the trade‑offs of different routing protocols, and understand how bandwidth is efficiently utilized in both synchronous and statistical multiplexing environments.

1. WAN vs. MAN vs. LAN: Choosing the Right Network Scope

When an organization needs to interconnect multiple LANs across a city, the Metropolitan Area Network (MAN) is the optimal choice. A MAN spans a metropolitan region, typically using a single service provider to deliver high‑speed fiber or Ethernet connections between sites. In contrast:

  • LAN (Local Area Network) – confined to a single building or campus.
  • CAN (Campus Area Network) – links several LANs within a university or corporate campus, but still limited to a relatively small geographic area.
  • WAN (Wide Area Network) – covers large distances such as inter‑city or inter‑continental links.

Choosing a MAN provides the benefits of centralized management, lower latency than a WAN, and higher bandwidth than typical LAN extensions.

2. Routing Protocols: Convergence Speed and Design Trade‑offs

Routing protocols determine how routers exchange topology information and select optimal paths. Two major families are distance‑vector and link‑state protocols.

  • EIGRP (Enhanced Interior Gateway Routing Protocol) – a hybrid protocol that combines distance‑vector simplicity with link‑state efficiency. It is known for the fastest convergence among the protocols discussed, because it sends incremental updates only when a change occurs.
  • OSPF (Open Shortest Path First) – a pure link‑state protocol that also converges quickly, but requires more memory and CPU resources.
  • RIP (Routing Information Protocol) – a classic distance‑vector protocol limited to 15 hops and slow convergence.
  • BGP (Border Gateway Protocol) – the exterior gateway protocol used between autonomous systems; convergence is slower due to its path‑vector nature.

While EIGRP offers rapid convergence, distance‑vector protocols in general have a notable drawback: they generate large amounts of periodic update traffic and converge slowly when network changes occur. This can lead to temporary routing loops and sub‑optimal paths.

3. Multiplexing Techniques: Synchronous vs. Statistical TDM

Multiplexing allows multiple data streams to share a single physical medium. Two primary forms are:

  • Synchronous Time‑Division Multiplexing (TDM) – each source is allocated a fixed time slot regardless of whether it has data to send. The main source of wasted bandwidth is that empty time slots are still transmitted when a source is idle.
  • Statistical (or asynchronous) TDM – time slots are assigned dynamically based on demand, reducing idle slots and improving efficiency.

Understanding the inefficiencies of synchronous TDM helps network engineers justify the deployment of statistical TDM or other dynamic multiplexing schemes, especially in environments with bursty traffic.

4. Data Compression: Lossless vs. Lossy

Compression reduces the size of data for storage or transmission. The key distinction lies in whether the original data can be perfectly reconstructed:

  • Lossless compression – every bit of the original data can be recovered exactly. It is essential for text files, executable code, and some image formats (e.g., PNG).
  • Lossy compression – permanently discards some information that is deemed less important, resulting in smaller files but only an approximate reconstruction. This is common for audio (MP3) and video (H.264).

The statement "Lossy compression removes data that cannot be perfectly reconstructed" correctly captures this difference.

5. WAN Optimization: Reducing Redundant Traffic

WAN optimizers employ several techniques to improve throughput and reduce latency. One powerful method is deduplication, which identifies duplicate data blocks and transmits only a single copy. Subsequent references to the same block are replaced with a short identifier, dramatically cutting the amount of data sent over the WAN.

Other techniques include caching (storing frequently accessed content locally) and compression, but deduplication specifically targets redundancy across multiple files and sessions.

6. Fiber‑Optic Media in Metropolitan Networks

MANs that require data rates up to 100 Gbps rely heavily on fiber‑optic cables. The high bandwidth, low attenuation, and immunity to electromagnetic interference make fiber the preferred medium for supporting such speeds. While statistical TDM and load‑balancing routers contribute to overall performance, the predominant use of fiber‑optic media is the direct enabler of ultra‑high‑speed links in metropolitan environments.

7. Hybrid Routing Protocols: EIGRP in Detail

EIGRP, developed by Cisco, blends distance‑vector concepts (like metric calculation based on hop count, bandwidth, delay) with link‑state features (such as sending updates only when a topology change occurs). This hybrid approach reduces unnecessary traffic while maintaining fast convergence, making it a popular choice for enterprise networks.

8. Summary of Key Concepts

  • MANs are ideal for city‑wide inter‑LAN connectivity using a single provider.
  • EIGRP offers the fastest convergence among common routing protocols.
  • Synchronous TDM wastes bandwidth by transmitting empty slots; statistical TDM mitigates this waste.
  • Lossless compression preserves original data; lossy compression discards irrecoverable information.
  • Distance‑vector protocols can generate high update traffic and converge slowly.
  • Deduplication eliminates duplicate data blocks, reducing redundant WAN traffic.
  • Fiber‑optic media is the primary driver of 100 Gbps capabilities in MANs.
  • EIGRP’s hybrid design combines the best of distance‑vector and link‑state protocols.

By mastering these topics, you will be equipped to design efficient, high‑performance WAN solutions that balance cost, speed, and reliability. Remember to consider both the physical layer (media type) and the logical layer (routing and multiplexing) when planning network architectures.