A customer reports that their laptop frequently disconnects from the office Wi-Fi and reconnects after a few seconds. The network uses WPA2-PSK with AES encryption. The technician checks the router logs and sees repeated '4-way handshake timeout' errors. What is the most likely cause of this issue?
Weak signal can cause the 4-way handshake to time out, leading to disconnections.
Why this answer
The '4-way handshake timeout' error indicates that the laptop and access point are failing to complete the WPA2 authentication handshake. Intermittent signal loss due to distance causes packets (including EAPOL frames used in the handshake) to be dropped, leading to repeated timeouts and disconnections. WPA2-PSK with AES is not the issue; the physical layer is the bottleneck.
Exam trap
CompTIA A+ often tests the distinction between Layer 2 authentication failures (4-way handshake) and Layer 3 IP configuration issues (DHCP), so candidates mistakenly choose DHCP lease time when they see 'timeout' in the error.
How to eliminate wrong answers
Option A is wrong because the network uses WPA2-PSK with AES, so the laptop cannot be using WEP; WEP is an outdated protocol that would not even associate with a WPA2 network. Option B is wrong because a short DHCP lease time would cause IP address renewal issues, not 4-way handshake timeouts; the handshake occurs at Layer 2 before DHCP is involved. Option D is wrong because the router logs show WPA2-PSK is in use (the customer reports it), and WPA2-Enterprise would require 802.1X authentication (e.g., RADIUS), not cause a PSK handshake timeout.