Difficulty: Easy
Correct Answer: Aloha
Explanation:
Introduction / Context: On shared media, multiple stations contend to transmit. Media Access Control (MAC) techniques define rules for who can send and when. Distinguishing a MAC method from unrelated physical-layer terms or impairments is a foundational networking skill. This question asks you to pick the item that is actually a MAC technique for multiple-access media.
Given Data / Assumptions:
Concept / Approach: Aloha is a random-access MAC protocol originating from early packet radio networks. Stations transmit when ready; collisions may occur and are recovered by retransmission. Slotted Aloha improves efficiency by forcing transmissions to time slots. By contrast, amplitude is a waveform magnitude; angle modulation is a family of analog modulation methods (frequency/phase); attenuation describes signal loss over distance or media—not MAC behavior.
Step-by-Step Solution:
Identify which option governs medium access among multiple users.Recognize Aloha as a contention-based access protocol.Eliminate physical-layer terms (amplitude, angle modulation) and impairments (attenuation).Select Aloha as the correct MAC technique.Verification / Alternative check: Many textbooks trace Ethernet’s early design lineage through Aloha concepts, demonstrating Aloha’s role as a seminal MAC approach.
Why Other Options Are Wrong:
Amplitude: a signal magnitude, not an access rule.Angle modulation: FM/PM analog modulation, not MAC.Attenuation: loss phenomenon, not an access method.None of the above: incorrect because Aloha is valid.Common Pitfalls: Confusing modulation or channel impairments with MAC algorithms; MAC operates at the link layer, while modulation/attenuation are physical-layer concerns.
Final Answer: Aloha.
Discussion & Comments