← Back to quizzesFree quiz

Physical Layer Transmission Media

Understanding the physical layer is essential for anyone studying computer networks. This layer defines the electrical, mechanical, and procedural characteristics of the medium that carries…

10 questions~5 min
Physical Layer Transmission Media — Qwi
0 / 10
Score: 0%
1

Which type of communication link allows bidirectional data transfer but not simultaneously?

2

A network engineer needs a medium that can reliably transmit up to 1 Gb/s over a distance of 1 km. Which cable type is most appropriate?

3

In NRZI encoding, how is a logical '1' represented on the signal line?

4

A LAN segment uses a hub to interconnect several PCs. What is the main consequence of this topology for frame delivery?

5

When comparing copper twisted‑pair and fiber‑optic cables, which factor is NOT a typical differentiator?

6

A signal suffers from 'jitter' during transmission. Which underlying cause best explains this phenomenon?

7

In a wireless cellular network, what role does a relay station primarily serve?

8

Which modulation technique alters the amplitude of the carrier wave to encode information?

9

A repeater is placed between two Ethernet segments. Which statement about its operation is true?

10

When using Manchester encoding, what transition occurs for a logical '0' bit?

Physical Layer Transmission Media Overview

Understanding the physical layer is essential for anyone studying computer networks. This layer defines the electrical, mechanical, and procedural characteristics of the medium that carries raw bits between devices. In this course we will explore the most common transmission media, signaling methods, and the practical implications of choosing one medium over another.

Bidirectional Communication: Simplex, Half‑Duplex, and Full‑Duplex

Network links can be classified by how they handle data flow in both directions. The three primary modes are:

  • Simplex: Data travels only one way (e.g., keyboard to computer).
  • Half‑Duplex: Data can travel in both directions, but not at the same time. This is the correct answer to the quiz question about a link that allows bidirectional transfer but not simultaneously.
  • Full‑Duplex: Simultaneous two‑way communication, as seen in modern Ethernet switches.

Half‑duplex links are common in older Ethernet hubs and wireless walkie‑talkie systems. They require a media access control protocol such as CSMA/CD (Carrier Sense Multiple Access with Collision Detection) to manage the turn‑taking.

Choosing the Right Cable for High‑Speed, Long‑Distance Links

When a network engineer needs to transmit up to 1 Gb/s over a distance of 1 km, the choice of medium becomes critical. Among the options listed—twisted‑pair copper, fiber‑optic, wireless radio, and coaxial cable—the quiz identifies coaxial cable as the most appropriate.

Why is coaxial cable suitable?

  • It offers a high bandwidth capability (up to several gigabits per second) while maintaining signal integrity over distances of a kilometer or more.
  • Its shielding reduces electromagnetic interference, making it reliable for dense urban environments.
  • Although fiber‑optic can also meet the speed requirement, coaxial cable is often chosen for legacy installations where the existing infrastructure already supports the required impedance and connector types.

When evaluating media, consider factors such as attenuation, cost, and ease of termination.

NRZI Encoding: Representing Logical ‘1’

Non‑Return‑to‑Zero Inverted (NRZI) is a line coding technique used in many serial communication standards. In NRZI, a logical ‘1’ is represented by inverting the voltage level at the start of the bit interval, while a logical ‘0’ leaves the signal unchanged. This behavior matches the quiz answer that a logical ‘1’ causes the voltage level to be inverted.

Key advantages of NRZI include:

  • Reduced DC bias, which helps with clock recovery.
  • Improved synchronization because transitions occur regularly for a stream of ‘1’s.

Understanding NRZI is vital for designing reliable physical‑layer protocols such as USB and Ethernet (10BASE‑T).

Hub‑Based LAN Topology and Frame Delivery

When a LAN segment uses a hub, every incoming frame is broadcast to all ports. This is the correct answer to the quiz question about the main consequence of hub topology. Unlike switches, hubs do not inspect MAC addresses; they simply repeat the electrical signal.

Consequences of using a hub include:

  • Increased collision domain size, leading to more frequent collisions in half‑duplex Ethernet.
  • Reduced overall network efficiency because each frame consumes bandwidth on every segment.
  • Limited scalability—modern networks replace hubs with switches to achieve point‑to‑point forwarding.

For educational purposes, hubs illustrate the fundamental concept of broadcast media and the need for intelligent forwarding devices.

Comparing Copper Twisted‑Pair and Fiber‑Optic Cables

Both copper twisted‑pair and fiber‑optic cables dominate today’s data‑center and campus networks. The quiz asks which factor is NOT a typical differentiator, and the answer is the physical size of the connector. While connector dimensions vary, they are not a primary performance metric.

Typical differentiators include:

  • Propagation speed: Light travels faster in fiber (≈200,000 km/s) than electrical signals in copper (≈150,000 km/s).
  • Cost: Copper is generally cheaper to install, but fiber offers lower long‑term operational costs for high‑bandwidth links.
  • Maximum achievable data rate: Fiber supports terabit‑per‑second rates, whereas twisted‑pair is limited by category (e.g., Cat 6a up to 10 Gb/s over 100 m).

Choosing between them depends on the required bandwidth, distance, and budget constraints.

Understanding Jitter in Signal Transmission

Jitter refers to the variation in the timing of signal edges, which can degrade data integrity. The quiz correctly identifies the cause as mismatched clock synchronization between sender and receiver. When the clocks drift, the receiver may sample a bit too early or too late, leading to errors.

Mitigation techniques include:

  • Using a phase‑locked loop (PLL) to align clocks.
  • Implementing forward error correction (FEC) to recover from occasional mis‑samples.
  • Choosing media with low jitter specifications, such as high‑quality fiber.

Engineers must measure jitter using eye diagrams and ensure it stays within the tolerance defined by the communication standard.

Relay Stations in Wireless Cellular Networks

A relay station (also called a repeater or micro‑cell) primarily repeats signals from a base station to extend coverage. This matches the quiz answer and highlights the role of relays in overcoming obstacles like buildings or terrain that block direct line‑of‑sight.

Key functions of relay stations include:

  • Amplifying and forwarding both uplink and downlink traffic.
  • Reducing the transmit power required from mobile devices, which conserves battery life.
  • Enabling seamless handoff between cells, improving user experience.

Modern 5G deployments rely heavily on small cells and relays to achieve the dense coverage needed for high‑frequency millimeter‑wave bands.

Amplitude Modulation (AM) Basics

Among the listed modulation techniques, Amplitude Modulation (AM) is the method that varies the amplitude of the carrier wave to encode information. AM is widely used in broadcast radio and some legacy telemetry systems.

Other modulation types mentioned:

  • Frequency Modulation (FM) changes the carrier frequency.
  • Phase Modulation (PM) alters the phase of the carrier.
  • Quadrature Amplitude Modulation (QAM) combines amplitude and phase changes for higher spectral efficiency.

Understanding AM provides a foundation for more complex schemes like QAM, which are essential for modern broadband wireless standards.

Putting It All Together: Practical Design Checklist

When designing a network’s physical layer, follow this checklist to ensure optimal performance:

  1. Determine bandwidth and distance requirements. Choose coaxial or fiber for high‑speed, long‑haul links; twisted‑pair for short‑range, cost‑sensitive deployments.
  2. Select the appropriate duplex mode. Use full‑duplex wherever possible; reserve half‑duplex for legacy hub environments.
  3. Pick a line coding scheme. NRZI is suitable for serial links that need frequent transitions for clock recovery.
  4. Assess jitter tolerance. Verify that clock synchronization mechanisms meet the jitter specifications of your chosen media.
  5. Plan for wireless coverage. Deploy relay stations to fill coverage gaps, especially in high‑frequency cellular networks.
  6. Choose modulation wisely. AM is simple but less efficient; modern systems favor QAM or OFDM for higher data rates.

By systematically addressing each of these areas, network engineers can build robust, scalable, and future‑proof infrastructures.

Key Takeaways

  • Half‑duplex allows bidirectional communication, but not simultaneously.
  • Coaxial cable can reliably carry 1 Gb/s over 1 km, making it a solid choice for medium‑range high‑speed links.
  • In NRZI, a logical ‘1’ inverts the voltage level.
  • Hubs broadcast frames to all ports, unlike switches that forward selectively.
  • Connector size is not a primary differentiator between copper and fiber cables.
  • Jitter stems from clock synchronization mismatches.
  • Relay stations repeat base‑station signals to broaden cellular coverage.
  • Amplitude Modulation (AM) varies carrier amplitude to encode data.

Mastering these concepts equips you with the knowledge to design and troubleshoot the physical layer of modern computer networks.