Hardware

SSID (Wi-Fi Network Name)

Service Set Identifier

An SSID is the visible name of a Wi-Fi network. Devices use the SSID to identify and connect to a specific wireless network.

An SSID (Service Set Identifier) is the name broadcasted by a Wi-Fi access point that devices use to identify and join a wireless network. When you see a list of Wi-Fi networks on your phone — 'HomeNetwork', 'Starbucks WiFi', 'xfinitywifi' — each name is an SSID.

What an SSID is technically

The SSID is a 1–32 byte identifier encoded as UTF-8 (or arbitrary bytes in legacy implementations) that is embedded in the 802.11 management frames transmitted by an access point. It appears in beacon frames — management frames broadcast by the AP roughly every 100 ms — as well as in probe response frames sent in reply to a client's probe request. The SSID field is technically just a label; it carries no authentication or encryption information itself.

BSSID: the access point's MAC address

While the SSID is the human-readable network name, the BSSID (Basic Service Set Identifier) is the hardware identifier of a specific access point — its MAC address. When multiple access points share the same SSID (as in a mesh network), each has a different BSSID. Your device stores both the SSID and the BSSID in its list of saved networks. Network analysis tools like Wi-Fi Analyzer display BSSIDs alongside SSIDs, which is useful for diagnosing roaming issues and identifying which physical AP your device is connected to.

Hidden SSIDs — what they are and why they provide no real security

An access point configured to "hide" its SSID simply omits the SSID field from beacon frames, broadcasting an empty or null SSID instead. The network still exists and still transmits beacons — the SSID is just not included in them. Any passive Wi-Fi scanner (including free phone apps) can reveal hidden SSIDs by capturing the probe request frames that connected clients send, or by capturing the probe response when a client tries to connect. Hiding the SSID adds zero cryptographic protection and only inconveniences legitimate users who need to manually enter the network name. A strong WPA3 or WPA2-AES password is the correct security measure.

Multiple SSIDs on one router

Modern routers can broadcast multiple SSIDs simultaneously from the same hardware, each with independent settings:

  • Guest network — a separate SSID with client isolation enabled; visitors get internet access but cannot reach devices on your main network
  • IoT VLAN — a dedicated SSID for smart home devices (TVs, cameras, thermostats), isolated from computers and phones to contain the security impact of a compromised device
  • Band-split SSIDs — separate SSIDs for 2.4 GHz and 5 GHz (e.g., "HomeNet" and "HomeNet-5G") allow manual control over which band each device uses, overriding the router's band-steering algorithm

How devices join a network

The connection process has several distinct phases. First, the client device either passively scans (listening for beacon frames) or actively scans (broadcasting probe request frames listing saved SSIDs). Access points that match a saved SSID respond with a probe response containing their capabilities. The client then selects an AP and sends an authentication request — for WPA2/WPA3 this is an open-system authentication frame, with the actual credential exchange happening in the subsequent association phase. Finally, a four-way handshake (WPA2) or SAE exchange (WPA3) establishes the session encryption keys, and the client is associated and can pass data.

Why duplicate SSIDs cause problems

If your SSID accidentally matches a neighbour's network name — which is common with ISP default names like "NETGEAR" or "Linksys" — your device may connect to whichever signal is stronger at the moment. If your neighbour's network is stronger but has a different password, your device will fail to authenticate and show as "unable to connect." Even if both networks use the same password, your device may roam between them unpredictably, causing disconnections and variable performance. Always use a unique SSID that no neighbour is likely to replicate.

SSID naming best practices

  • Do not include your router model or ISP name — this reveals hardware information useful to attackers scanning for known vulnerabilities
  • Do not include your name, address, or apartment number — this links the network to you physically
  • Use a name that is recognisable to you but meaningless to others
  • Keep it under 20 characters to display fully on all devices
  • Avoid special characters that cause display problems on older devices (stick to alphanumeric and spaces)

Frequently Asked Questions

Can two networks have the same SSID?

Yes — and this is intentional in mesh networks and enterprise Wi-Fi. Your device connects to the strongest signal among all access points broadcasting the same SSID. Accidentally having the same SSID as a neighbour causes devices to connect to the stronger of the two, which is a common cause of unexpected slow speeds.

Does SSID affect Wi-Fi speed?

No — the SSID is just a name identifier. Speed is determined by the frequency band, channel, protocol (Wi-Fi 5/6/6E), signal strength, and interference — none of which the SSID affects.

Related Terms

More From This Section