What Is an SSID?
An SSID (Service Set Identifier) is simply the name of a Wi-Fi network — the text you see in the list when you go to connect, like AttilaTech-Guest. It can be up to 32 characters. It identifies which wireless network you want to join, and nothing more. An SSID is not a security feature, and hiding it does not meaningfully protect you.
SSID vs BSSID vs ESSID
Three similar-looking terms that get confused constantly. The distinction is genuinely useful once it clicks.
| Term | What it is | Example |
|---|---|---|
| SSID | The network name — human-readable, up to 32 characters. | AttilaTech-WiFi |
| BSSID | The MAC address of a single access point's radio. Uniquely identifies one AP. | 00:1A:2B:3C:4D:5E |
| ESSID | The SSID when it is shared by multiple APs forming one network. In practice, people just say SSID. | AttilaTech-WiFi on 12 APs |
Here is why this matters practically. In an office with twelve access points, all twelve broadcast the same SSID so that your laptop sees one seamless network and roams between them without you noticing. But each AP has its own unique BSSID. When you walk from one end of the building to the other, your SSID never changes — but your BSSID does, silently, every time you roam to a nearer AP.
This is exactly what you look at when troubleshooting roaming problems: the client is on the right SSID but stuck on a distant BSSID with a weak signal because it has not yet decided to roam.
How your device finds an SSID
There are two mechanisms, and the difference explains a lot about the "hidden SSID" debate.
- Passive scanning. Every access point transmits a beacon frame roughly ten times per second, announcing its SSID, supported rates and security settings. Your device simply listens on each channel and collects them. This is how the Wi-Fi list populates itself without you doing anything.
- Active scanning. Your device sends a probe request — either a broadcast one ("is anyone there?") or a directed one naming a specific SSID ("is AttilaTech-WiFi here?"). Access points reply with a probe response.
Once your device picks an SSID, it associates with the AP, authenticates using the security method (WPA2 or WPA3), and then normal traffic flows. The SSID's job is finished at that point — it is a label used to select a network, not something that protects it.
Does hiding your SSID improve security?
The short answer: no, not meaningfully — and it can make things slightly worse. This is one of the most persistent myths in home networking, so it is worth taking apart properly.
When you "hide" an SSID, the AP stops including the name in its beacon frames. The beacons are still transmitted — they must be — they just carry a blank SSID field. Here is the problem:
- The SSID is still broadcast in plaintext elsewhere. Every time a legitimate client associates, the SSID appears unencrypted in the association frames. Any passive sniffer sees it within seconds. Free tools do this automatically.
- Your devices now shout the name constantly. A client configured for a hidden network cannot wait for a beacon — it must actively probe for it, by name, everywhere it goes. So your phone walks around the city broadcasting "is AttilaTech-WiFi here?" to every coffee shop it passes. That is a genuine privacy leak, and it makes your devices trackable.
- It breaks things. Hidden SSIDs cause connection problems, slower roaming, and headaches with IoT devices and guests.
- It deters nobody who matters. It stops a curious neighbour. It does not delay a real attacker by even a minute.
The security of your Wi-Fi comes almost entirely from WPA3 (or WPA2-AES) with a long, random passphrase. That is the control that does the work. Hiding the SSID is security theatre — effort spent on something that does not defend you, which is worse than doing nothing, because it feels like progress.
Practical SSID naming
A few things worth getting right, because SSIDs are more consequential than they look:
- Do not include personal information. An SSID like
Patel_Flat_403tells anyone in range your surname and your flat number. SSIDs are visible to everybody nearby, permanently. - Do not advertise your hardware. Leaving the default
TP-Link_A4F2orNETGEAR47tells an attacker your router make and model, which tells them which known vulnerabilities and default credentials to try. - Use separate SSIDs for separate trust levels. A corporate SSID and a guest SSID, mapped to different VLANs, so guests cannot reach internal systems. This is real segmentation and it genuinely matters.
- Keep the same SSID across all your APs so clients roam seamlessly. Do not name them
WiFi-Floor1,WiFi-Floor2— that forces users to manually reconnect as they walk around. - Avoid special characters and emoji. They break older clients in unpredictable ways.
SSID in the exam and on the job
For CCNA, the wireless section expects you to know the SSID/BSSID distinction, understand beacons and probes, and recognise that the SSID is an identifier rather than a security control. That last point is the one that trips people up, because the intuition is so strongly the other way.
On the job, the SSID is where wireless design decisions become visible. How many SSIDs you run (each one costs airtime — beacons are transmitted at the lowest data rate, so more SSIDs means less capacity for actual data), how they map to VLANs, and how consistently they are deployed across APs all directly affect the user experience.
A common real-world mistake: broadcasting eight SSIDs from every AP "for flexibility". The beacon overhead alone can consume a meaningful slice of your available airtime. Most well-designed networks run two or three. Learn more in wireless LAN fundamentals and Wi-Fi channels explained.
Frequently asked questions
What does SSID stand for?
Service Set Identifier. It is simply the name of a Wi-Fi network, up to 32 characters, that you see when choosing a network to connect to.
What is the difference between SSID and BSSID?
The SSID is the network name and can be shared by many access points. The BSSID is the MAC address of one specific access point radio, so it uniquely identifies a single AP.
Does hiding my SSID make my Wi-Fi more secure?
No. The SSID still appears in plaintext when clients associate, so any sniffer sees it in seconds. Worse, your devices must then actively probe for the name everywhere they go, which leaks it publicly and makes them trackable.
Can two networks have the same SSID?
Yes, and it is normal. All access points in one building typically share an SSID so clients roam seamlessly between them. Each AP still has its own unique BSSID.
How many SSIDs should I broadcast?
As few as possible, usually two or three. Every SSID transmits its own beacons at the lowest data rate, so each extra SSID consumes airtime and reduces the capacity available for real data.
Related articles
Want hands-on training?
Learn this on real Cisco lab devices with placement support at Attila Technologies, Ahmedabad.