📖 What is Service Set Identifier (SSID)?
A Service Set Identifier (SSID) is a unique case-sensitive alphanumeric string that identifies a specific wireless local area network (WLAN). It acts as the network name that users see and select when connecting their devices to a wireless access point.
"Hiding the SSID (disabling SSID broadcast) is not a strong security measure, as it can be easily discovered with a packet sniffer."
📚 Certification: CompTIA Network+ Certification Exam (N10-009)
🔑 What are the Key Concepts of Service Set Identifier (SSID)?
- ▸ SSIDs are case-sensitive alphanumeric strings, meaning 'GuestWiFi' and 'guestwifi' are treated as two distinct networks by wireless clients and access points.
- ▸ Access points broadcast the SSID in beacon frames, allowing client devices to automatically discover and list available wireless networks within range.
- ▸ A single physical access point can support multiple SSIDs, allowing administrators to segment traffic into different VLANs for guests and employees.
- ▸ While the SSID is the logical network name, the BSSID is the physical MAC address of the specific radio transmitting the signal.
🎯 How does Service Set Identifier (SSID) appear on the N10-009 Exam?
You may be asked to evaluate the security effectiveness of disabling SSID broadcasting. The correct answer should highlight that this is merely security through obscurity and can be easily bypassed using packet sniffing tools.
A scenario might describe a business needing separate wireless access for corporate staff and guests using a single AP. Expect to identify the use of multiple SSIDs mapped to separate VLANs.
❓ Frequently Asked Questions
Does hiding the SSID provide a meaningful layer of security for a corporate network?
No, it does not. Because the SSID is still transmitted in cleartext during the association process, attackers using wireless scanners can easily identify the hidden network name.
Can multiple access points share the same SSID?
Yes, this is common in enterprise deployments. Using the same SSID across multiple APs allows clients to roam seamlessly between different coverage areas without disconnecting.