📡 Wireless LAN Principles

Comprehensive Quiz for Undergraduate Communication Engineering

📋 Quiz Coverage

Structure: 5 Basic Questions | 5 Descriptive Questions | 5 Analytical Questions

🎯 Section A: Basic Questions (Questions 1-5)
1 BASIC Which of the following is the primary reason why the hidden terminal problem occurs in wireless networks?
A High transmission power causing interference
B Two transmitters are out of range of each other but both within range of the same receiver
C Low signal-to-noise ratio at the receiver
D Excessive use of the RTS/CTS mechanism
2 BASIC In IEEE 802.11 architecture, what does BSS stand for?
A Basic Signal System
B Broadcast Service Set
C Basic Service Set
D Binary Synchronization Standard
3 BASIC Which factor has the most significant impact on wireless signal propagation range?
A Antenna color
B Frequency of operation and physical obstacles
C Network protocol version
D Operating system of the device
4 BASIC The exposed terminal problem occurs when:
A A node hears an RTS/CTS exchange and unnecessarily defers transmission even though it wouldn't cause interference
B A node cannot detect the channel is busy due to being out of range
C The access point fails to respond to association requests
D Two nodes transmit simultaneously causing collision at the receiver
5 BASIC In an IEEE 802.11 Extended Service Set (ESS), what component connects multiple Basic Service Sets (BSS)?
A Wireless Medium (WM) only
B Portal gateway
C Independent Basic Service Set (IBSS)
D Distribution System (DS)
📝 Section B: Descriptive Questions (Questions 6-10)
6 DESCRIPTIVE Which IEEE 802.11 mechanism was specifically designed to address the hidden terminal problem, and how does it function?
A CSMA/CD - by detecting collisions during transmission and immediately stopping
B RTS/CTS handshake - by reserving the channel before data transmission through Request-to-Send and Clear-to-Send exchange
C Fragmentation - by breaking large packets into smaller pieces
D Power Save Mode - by reducing energy consumption during idle periods
7 DESCRIPTIVE What is the primary difference between an Independent Basic Service Set (IBSS) and an infrastructure BSS in IEEE 802.11?
A IBSS uses higher frequency bands than infrastructure BSS
B IBSS requires a wired backbone while infrastructure BSS does not
C IBSS operates in ad-hoc mode without an access point, while infrastructure BSS uses a central access point
D IBSS supports only one station while infrastructure BSS supports multiple stations
8 DESCRIPTIVE How does multipath propagation affect wireless communication quality?
A Signals reach the receiver via multiple paths causing constructive/destructive interference, fading, and intersymbol interference (ISI)
B It increases the transmission power automatically to overcome obstacles
C It creates additional parallel channels for higher data throughput
D It reduces the need for error correction mechanisms
9 DESCRIPTIVE In the context of the exposed terminal problem, why does a node unnecessarily defer its transmission?
A Because its receiver is busy processing other data
B Because the channel is physically occupied by the transmitting node
C Because the access point has disabled transmission temporarily
D Because it hears the CTS from a nearby receiver but its intended receiver is out of range of the ongoing transmission
10 DESCRIPTIVE What role does the Distribution System (DS) play in IEEE 802.11 architecture?
A It generates the carrier frequency for wireless transmission
B It interconnects multiple BSSs to form an ESS and handles frame routing between access points
C It encrypts all data packets before transmission
D It manages power consumption of mobile stations
🔬 Section C: Analytical Questions (Questions 11-15)
11 ANALYTICAL Consider three stations A, B, and C arranged linearly where A-B distance = B-C distance = transmission range/2. If A is transmitting to B, and C wants to transmit to B simultaneously, what problem occurs and why can't CSMA/CA prevent it?
A Exposed terminal problem - C hears A's transmission and defers unnecessarily
B No problem occurs - CSMA/CA successfully prevents collision
C Hidden terminal problem - C is out of A's range and cannot sense A's transmission, causing collision at B
D Multipath fading - signals interfere with themselves at B
12 ANALYTICAL In a scenario where Station X is transmitting to Station Y, and Station Z (which wants to transmit to Station W) is within range of X but not within range of Y, analyze what happens when RTS/CTS is used:
A Z successfully transmits to W without interference because it cannot hear Y
B Z hears X's RTS but not Y's CTS, so Z may transmit to W, potentially causing the exposed terminal problem if W is in range of X
C Z is forced to wait until X finishes because it hears the data transmission
D The hidden terminal problem is completely eliminated in this configuration
13 ANALYTICAL A company deploys an IEEE 802.11 network with three access points (AP1, AP2, AP3) connected via Ethernet to form an ESS. A mobile station moves from the coverage area of AP1 through AP2 to AP3. Which statements correctly describe the roaming process?
A This is a BSS transition within the same ESS; the station uses reassociation to maintain connectivity, and the DS ensures seamless handover
B This is an ESS transition requiring complete re-authentication and IP address renewal at each AP change
C The station must disconnect from AP1 before associating with AP2, causing service interruption
D The station remains associated with AP1 throughout because all APs share the same channel
14 ANALYTICAL Analyze the following scenario: A 2.4 GHz WLAN signal needs to penetrate three concrete walls versus a 5 GHz signal penetrating the same walls. What is the expected outcome and why?
A 5 GHz performs better because higher frequency means higher energy penetration
B Both perform identically because wall material affects all frequencies equally
C 2.4 GHz performs worse because lower frequencies diffract more around obstacles
D 2.4 GHz performs better because lower frequencies have better penetration through obstacles and lower path loss
15 ANALYTICAL In a dense WLAN deployment, why might the RTS/CTS mechanism actually reduce overall network throughput despite solving the hidden terminal problem?
A RTS/CTS frames are transmitted at higher power than data frames
B The mechanism requires changing the operating frequency
C RTS/CTS adds overhead for every transmission, and in dense networks, the exposed terminal problem causes unnecessary deferrals, reducing spatial reuse
D RTS/CTS only works with 802.11b and not with newer standards

Quiz Results

0/15

Complete the quiz to see your score

📚 Answer Key & Explanations

🎯 Section A: Basic Questions - Answers
1 Correct Answer: B
B. Two transmitters are out of range of each other but both within range of the same receiver
Explanation: The hidden terminal problem occurs when two stations (A and C) are outside each other's transmission range but both can reach a common receiver (B). Since A and C cannot hear each other, they may transmit simultaneously to B, causing a collision at B that neither can detect. This is a fundamental limitation of CSMA/CA in wireless networks where carrier sensing fails due to the limited range of radio signals [^23^].
2 Correct Answer: C
C. Basic Service Set
Explanation: BSS (Basic Service Set) is the fundamental building block of IEEE 802.11 architecture. It consists of a set of stations controlled by a single coordination function. A BSS can be either an infrastructure BSS (with an Access Point) or an Independent BSS (IBSS/ad-hoc mode). The BSS represents the coverage area where member stations can communicate [^3^][^8^].
3 Correct Answer: B
B. Frequency of operation and physical obstacles
Explanation: Signal propagation is primarily affected by frequency (higher frequencies have shorter range and poorer obstacle penetration) and physical obstacles (walls, buildings, terrain). Lower frequencies (like 2.4 GHz) diffract better around obstacles and penetrate materials more effectively than higher frequencies (like 5 GHz). Other factors include reflection, diffraction, absorption, scattering, and path loss [^15^][^16^][^19^].
4 Correct Answer: A
A. A node hears an RTS/CTS exchange and unnecessarily defers transmission even though it wouldn't cause interference
Explanation: The exposed terminal problem is the counterpart to the hidden terminal problem. It occurs when a node (D) hears an RTS from a nearby transmitter (A) or CTS from a nearby receiver (B) and defers its own transmission to its intended receiver (C), even though D's transmission to C would not actually interfere with A-to-B communication. This reduces channel utilization unnecessarily [^2^][^9^].
5 Correct Answer: D
D. Distribution System (DS)
Explanation: The Distribution System (DS) is the architectural component that interconnects multiple Basic Service Sets (BSS) to create an Extended Service Set (ESS). The DS is typically implemented as a wired backbone (like Ethernet) that connects Access Points, enabling roaming and seamless communication between stations in different BSSs. The DS handles frame routing and address mapping for inter-BSS communication [^3^][^8^][^17^].
📝 Section B: Descriptive Questions - Answers
6 Correct Answer: B
B. RTS/CTS handshake - by reserving the channel before data transmission through Request-to-Send and Clear-to-Send exchange
Explanation: The RTS/CTS (Request-to-Send/Clear-to-Send) mechanism is IEEE 802.11's solution to the hidden terminal problem. When a station wants to transmit, it first sends an RTS frame to the receiver. If the channel is clear, the receiver responds with a CTS frame. All stations hearing either the RTS or CTS will set their Network Allocation Vector (NAV) to defer transmission for the duration indicated, thus reserving the channel and preventing collisions from hidden nodes [^18^][^23^].
7 Correct Answer: C
C. IBSS operates in ad-hoc mode without an access point, while infrastructure BSS uses a central access point
Explanation: An Independent Basic Service Set (IBSS), also called ad-hoc mode, allows stations to communicate directly with each other without an Access Point. This is useful for temporary networks or direct device-to-device communication. In contrast, an infrastructure BSS uses a central Access Point (AP) that manages the network, relays traffic between stations, and connects to the Distribution System (DS) for wider network access [^3^][^13^][^22^].
8 Correct Answer: A
A. Signals reach the receiver via multiple paths causing constructive/destructive interference, fading, and intersymbol interference (ISI)
Explanation: Multipath propagation occurs when signals reflect off surfaces (walls, buildings) and arrive at the receiver via different paths with different delays. This causes: (1) Fading - when signals combine destructively and cancel each other; (2) Intersymbol Interference (ISI) - when delayed signals from previous symbols interfere with current symbols; and (3) Signal fluctuation. OFDM and diversity antennas are used to mitigate these effects [^16^][^21^].
9 Correct Answer: D
D. Because it hears the CTS from a nearby receiver but its intended receiver is out of range of the ongoing transmission
Explanation: In the exposed terminal problem, node Z hears the CTS from receiver Y (who is receiving from X), so Z defers transmission. However, Z's intended receiver W might be out of range of X's transmission, meaning Z could have safely transmitted to W without interference. The unnecessary deferral reduces channel utilization. This is the trade-off of RTS/CTS: while it solves hidden terminals, it can create exposed terminals [^9^][^18^].
10 Correct Answer: B
B. It interconnects multiple BSSs to form an ESS and handles frame routing between access points
Explanation: The Distribution System (DS) provides the logical services necessary to handle address-to-destination mapping and seamless integration of multiple BSSs. When a frame needs to go from one BSS to another within an ESS, the DS routes it through the appropriate Access Point. The DS can be a switch, wired Ethernet LAN, or even a wireless network, and it enables mobility support and roaming between cells [^8^][^22^].
🔬 Section C: Analytical Questions - Answers
11 Correct Answer: C
C. Hidden terminal problem - C is out of A's range and cannot sense A's transmission, causing collision at B
Explanation: This is a classic hidden terminal scenario. Since A-B and B-C distances are half the transmission range, A and C are at full transmission range apart (A to C = A to B + B to C = range), meaning they are at the edge of each other's range or slightly beyond. C cannot reliably sense A's carrier, so CSMA/CA fails. Both may transmit to B simultaneously, causing collision. This demonstrates why carrier sensing alone is insufficient in wireless networks [^9^][^18^].
12 Correct Answer: B
B. Z hears X's RTS but not Y's CTS, so Z may transmit to W, potentially causing the exposed terminal problem if W is in range of X
Explanation: This scenario illustrates the exposed terminal problem complexity. Z is in range of X (transmitter) but not Y (receiver). Z hears X's RTS but not Y's CTS. In standard 802.11, hearing RTS makes Z defer. However, if Z were allowed to transmit (hearing only RTS but not CTS), and if W (Z's receiver) is in range of X, then Z's transmission would interfere with X→Y at W. The conservative approach is deferral, but this wastes capacity if W is not in range of X [^2^][^9^].
13 Correct Answer: A
A. This is a BSS transition within the same ESS; the station uses reassociation to maintain connectivity, and the DS ensures seamless handover
Explanation: Moving between APs within the same ESS is called BSS transition (or roaming). The station uses the reassociation service to transfer its association from one AP to another. Since all APs are connected via the Distribution System (DS), the DS maintains the station's connectivity and routes frames appropriately. This is different from ESS transition which involves moving between different ESSs and likely causes service disruption [^8^][^17^].
14 Correct Answer: D
D. 2.4 GHz performs better because lower frequencies have better penetration through obstacles and lower path loss
Explanation: Lower frequency signals (2.4 GHz vs 5 GHz) have longer wavelengths, which results in: (1) Better penetration through obstacles like concrete walls; (2) Lower free-space path loss (path loss increases with frequency); (3) Better diffraction around obstacles. While 5 GHz offers higher data rates and less congestion, 2.4 GHz provides superior coverage in obstructed environments. This is why 2.4 GHz is preferred for range-critical applications [^15^][^16^][^19^].
15 Correct Answer: C
C. RTS/CTS adds overhead for every transmission, and in dense networks, the exposed terminal problem causes unnecessary deferrals, reducing spatial reuse
Explanation: While RTS/CTS solves the hidden terminal problem, it introduces two throughput penalties: (1) Overhead - RTS and CTS frames consume airtime without carrying data payload; (2) Exposed terminals - in dense deployments, many nodes hear RTS/CTS exchanges and defer unnecessarily, reducing spatial reuse (simultaneous transmissions). Research shows RTS/CTS may decrease throughput in certain scenarios, leading to adaptive schemes where RTS/CTS is only used for large frames [^18^][^23^].