wirelessnetworkingnetwork-plusBeginner27 min read

What Is Extended Service Set Identifier in Networking?

Also known as: Extended Service Set Identifier, ESSID, wireless networking, SSID vs ESSID, Network+ wireless

Reviewed byJohnson Ajibi· Senior Network & Security Engineer · MSc IT Security
On This Page

Quick Definition

Imagine a large office building where you need Wi-Fi coverage everywhere. A single router might not reach every corner, so several access points are placed throughout the building, all sharing the same network name. That shared name is the Extended Service Set Identifier, or ESSID. It lets your device connect to the strongest signal as you move from room to room without having to log in again.

Must Know for Exams

The Extended Service Set Identifier is a key topic in the CompTIA Network+ exam, particularly under domain 2.0 on Network Implementations and domain 4.0 on Network Security. The exam objectives explicitly require candidates to understand wireless network architecture, including the differences between a BSS, ESS, IBSS (ad hoc), and the role of the SSID and ESSID. Candidates must be able to identify which scenario uses an ESS versus a standalone BSS.

In the Network+ exam, you might be asked to interpret a diagram showing multiple access points connected to a switch and a wireless LAN controller. The question will ask what term describes the network name that all the APs share. The correct answer is the ESSID. Another common question involves roaming: a user moves from one end of a building to another while on a voice call. The exam expects you to know that the ESSID allows the client to transition between APs without reauthentication.

The exam also tests troubleshooting. A scenario might describe users in different parts of a building connecting to different network names because the APs were configured with different SSIDs. The question asks why the users cannot roam. The answer is that the APs are not part of the same ESS because they do not share a common ESSID. You might also see questions about hidden SSIDs and why they are not a security solution.

On the CompTIA Security+ exam, the ESSID appears in the context of wireless attacks, specifically rogue access points and evil twin attacks. You need to understand that an attacker can set up an AP with the same ESSID as a legitimate network to capture credentials. The exam also covers 802.1X authentication and how it applies to an ESS, as well as the use of EAP (Extensible Authentication Protocol) for secure roaming.

The Cisco CCNA exam includes ESSID in its wireless fundamentals. Candidates must configure a WLC with an SSID that maps to a VLAN. The configuration ties the ESSID to a specific WLAN profile. CCNA questions might ask about the difference between a BSSID and an ESSID, or about the maximum length of an SSID (32 characters).

For the CWNA (Certified Wireless Network Administrator) exam, ESSID is a core concept. The exam covers beacon frames, probe requests, and association processes in detail. You will need to know how the ESSID is transmitted in frame headers and how clients use it during scanning. CWNA questions often ask about roaming behaviour and the role of the distribution system in an ESS.

Simple Meaning

Think of a wireless network name like the name of a store in a shopping mall. When you walk into the mall, you might see multiple branches of the same coffee shop on different floors. Each branch has its own counter and barista, but they all share the same brand name. You can walk into any branch, order your coffee, and no one asks who you are again because it is all the same company. The ESSID is like that brand name, but for a Wi-Fi network that covers a large area.

In a home, you usually have one Wi-Fi router with a single name, like HomeNetwork. That is a Basic Service Set Identifier (BSSID) for that single access point. But in a school, hospital, or office building, one router is not enough. The walls, floors, and distance block the signal. So network engineers install multiple access points, each with its own radio, but they configure them to use the exact same network name. That shared name across multiple access points is the Extended Service Set Identifier.

When you walk through the building with your phone, it keeps looking for the strongest signal. Your phone sees that the network name is the same everywhere, so it smoothly switches from one access point to another without dropping the connection. This is called roaming. The ESSID makes roaming possible because your device treats all those access points as part of one big network.

Without an ESSID, each access point would have a different name. You would have to disconnect from one and manually connect to the next as you moved around. That would be frustrating and impractical. The ESSID simplifies everything by giving a single identity to a collection of access points, making the wireless network feel like one seamless blanket of coverage.

It helps to think of the ESSID as a team jersey. Players on a soccer team all wear the same jersey, even though they are different individuals. When you watch the game, you can tell they are on the same team because of the jersey. Your device sees the ESSID as the team jersey, recognising that all these access points belong to the same network and it is safe to switch between them.

Full Technical Definition

The Extended Service Set Identifier (ESSID) is a 32-character alphanumeric string, case-sensitive, that identifies a wireless local area network (WLAN) consisting of multiple access points (APs) working together as part of a single logical network. It is defined in the IEEE 802.11 standard under the concept of an Extended Service Set (ESS). The ESSID is essentially the same as the SSID when referring to a network with multiple APs, but technically the term ESSID emphasises that the network spans more than one Basic Service Set (BSS).

Each individual access point in an ESS broadcasts its own Basic Service Set Identifier (BSSID), which is the MAC address of that AP's radio. The BSSID is unique to each AP. However, all APs within the same ESS broadcast the same ESSID. This allows client devices to associate with any AP in the ESS and roam between them without reauthentication, provided the APs are connected to the same distribution system, typically a wired Ethernet backbone.

The 802.11 standard specifies that the ESSID is included in beacon frames, probe response frames, and association request frames. Beacon frames are sent periodically by each AP to announce the network name and other capabilities. Clients use the ESSID to identify which network they want to join. When a client sends a probe request, the AP responds with the ESSID if it matches. During association, the client selects an AP based on signal strength and other metrics, but the ESSID ensures it is joining the correct logical network.

In enterprise deployments, the ESSID is often tied to a Wireless LAN controller (WLC) that manages multiple lightweight APs. The controller enforces a common configuration, such as security settings, VLAN assignments, and Quality of Service policies, across all APs sharing the same ESSID. This central management ensures that a client experiences consistent performance and authentication regardless of which AP it connects to.

Security protocols like WPA2 and WPA3 operate at the BSS level and ESS level. The pre-shared key (PSK) or 802.1X authentication applies to the entire ESS, meaning a client that authenticates with one AP can seamlessly transition to another AP within the same ESS. However, the transition still requires a reauthentication process at the 802.11 level, though newer standards like 802.11r (Fast Roaming) optimise this handoff to reduce latency.

The ESSID is distinct from the network's security setup. A network can have a hidden ESSID, where the AP does not broadcast the name in beacon frames. Clients must know the exact ESSID to connect. This provides a minimal layer of obscurity but does not replace encryption. The ESSID is also used in wireless intrusion detection systems (WIDS) to monitor for rogue APs that might use the same ESSID to impersonate a legitimate network.

Real-Life Example

Imagine a large public library with several floors. The library has one main entrance on the ground floor. Each floor has its own checkout desk with a librarian. The library issues you a single library card that works on every floor. When you walk in, you show your card at the ground floor desk. The librarian scans it and lets you enter. Later, you go up to the second floor. You do not need to show your card again because the system already knows you are a valid member. The desks on each floor are connected through a central computer system that keeps track of all members.

In this analogy, the library card is your device's authentication credentials. The checkout desks are the access points. The central computer system is the distribution system that connects all the desks. And the library name, like City Central Library, is the ESSID. No matter which floor you visit, you see the same library name on the directory. You know you are still inside the same library, so you do not panic or try to find a different building.

Now consider what would happen if each floor had a different name. The ground floor desk might be called Floor 1 Checkout, and the second floor desk might be called Floor 2 Checkout. When you go to the second floor, you would have to apply for a new card because the system does not recognise you. That would be inconvenient. The ESSID prevents this by ensuring all desks share the same name and are part of the same trusted system.

Mapping this to Wi-Fi: your phone is the library member. Each access point is a checkout desk. The wired network connecting the APs is the central computer system. The ESSID is the library name. When you walk from the break room to the conference room, your phone automatically hands off from one AP to another because both broadcast the same ESSID. You stay connected to the network without interruption, just like you stay a valid library member across all floors. This seamless experience is the whole purpose of the ESSID.

Why This Term Matters

In real IT work, the ESSID is the foundation of enterprise wireless networking. Without it, covering a large office, warehouse, or campus with Wi-Fi would require users to manually switch networks as they moved around. That is not practical for productivity. The ESSID allows network administrators to design a single wireless network that spans hundreds of thousands of square feet, supporting hundreds or thousands of users simultaneously.

For network engineers, understanding ESSID is critical when planning site surveys. They must ensure that the signal from multiple APs overlaps enough to allow smooth roaming, but not so much that interference occurs. The ESSID configuration ties all these APs together into one logical network, making management simpler. Consistent ESSID naming also reduces support tickets because users do not get confused by multiple network names.

In cybersecurity, the ESSID is important because rogue access points can mimic a legitimate ESSID to trick users into connecting. This is called an evil twin attack. IT professionals must monitor for APs broadcasting the same ESSID that are not authorised. They also need to configure encryption and authentication carefully, because all APs under the same ESSID inherit the same security context. A weak PSK on one AP compromises the entire ESS.

For system administrators who manage mobile devices, the ESSID appears in configuration profiles. They push settings to devices that tell them which ESSID to connect to, what security type to use, and whether to connect automatically. Understanding the ESSID helps them troubleshoot when devices fail to roam or connect to the wrong AP.

In cloud infrastructure, some virtual offices rely entirely on wireless connectivity. The ESSID ensures that employees can move between conference rooms and hot desks without dropping VPN or voice calls. Voice over Wi-Fi (VoWiFi) is especially sensitive to roaming delays, and the ESSID underpins the entire roaming architecture. Without it, unified communications would not work reliably in large deployments.

How It Appears in Exam Questions

Exam questions about the ESSID usually fall into several categories. The first is definitional or identification questions. These present a short description and ask you to pick the correct term. For example: A network administrator configures four access points with the same network name to cover a large office. What is this network name called? The options include SSID, ESSID, BSSID, or IBSS. The correct answer is ESSID because it is an extended service set.

The second category is scenario-based questions about roaming. A typical question reads: A user reports that their smartphone drops the Wi-Fi connection when they walk from the cafeteria to the conference room. The network has multiple access points with different SSIDs. What should the administrator do to fix the problem? The answer is to configure all access points with the same SSID, creating an ESS, so the device can roam seamlessly. These questions test the practical consequence of not using an ESSID.

The third category is security scenario questions. For example: A security analyst notices that an unknown access point is broadcasting the same network name as the corporate Wi-Fi. What type of attack is this? The answer is an evil twin attack. The follow-up might ask how to detect it, with answers involving checking the BSSID against a list of authorised MAC addresses.

The fourth category is configuration questions, especially in simulation or drag-and-drop formats. You might be given a network diagram with three APs and a switch. The task is to configure the APs so that clients can roam. You would need to set the same ESSID on all three APs and ensure they are connected to the same VLAN. Some exams present a command-line interface where you type commands like set ssid CorporateNet or config wlan ssid CorporateNet.

The fifth category is troubleshooting questions that combine ESSID with other concepts. A user cannot connect to the Wi-Fi, but other users can. The AP is broadcasting the ESSID, but the client cannot see it. The question might test knowledge of hidden SSIDs, channel interference, or MAC filtering. The ESSID is one piece of the puzzle, and the exam expects you to think systematically.

The sixth category is comparison questions. You might be asked to distinguish between BSSID and ESSID. For instance: Which identifier is unique to each access point? Answer: BSSID. Which identifier is shared across multiple access points? Answer: ESSID. These questions are common in the Network+ and CCNA exams.

Finally, some questions ask about standards. You might be asked what IEEE standard defines the ESS, or what the maximum length of an ESSID is. The answer is 32 characters, case-sensitive. Knowing this detail can earn you a point on the exam.

Practise Extended Service Set Identifier Questions

Test your understanding with exam-style practice questions.

Practise

Example Scenario

A small company, GreenTech Solutions, moves to a new office that has two floors. The previous tenant installed a single consumer Wi-Fi router on the first floor. Employees on the second floor have weak signals and frequent disconnections. The IT manager decides to install a second access point on the second floor. She connects both APs to the same network switch and configures them with the same Wi-Fi network name: GreenTechWiFi. She also enables the same WPA2 password on both APs.

Now, when an employee walks from the ground floor to the second floor while on a video call, their laptop automatically switches from the first-floor AP to the second-floor AP. The call does not drop because the network name is the same on both APs. The employee does not need to reconnect or re-enter the password. This is the ESSID in action. The network name GreenTechWiFi is the ESSID. It spans two Basic Service Sets (the two APs) and forms one Extended Service Set. The IT manager successfully created an ESS by using the same ESSID on multiple APs, ensuring seamless coverage throughout the office.

Common Mistakes

Thinking that ESSID and SSID are completely different things.

Technically, the ESSID is a type of SSID. The SSID is the generic term for a wireless network name. When you have a single access point, it is just an SSID. When you have multiple APs sharing the same name, it is called an ESSID to emphasise that it is an extended service set. They are not separate concepts; ESSID is the SSID of an Extended Service Set.

Understand that all ESSIDs are SSIDs, but not all SSIDs are ESSIDs. The difference is context: ESSID refers specifically to a network with multiple access points. In everyday conversation, people say SSID even for multi-AP networks, but for exams, remember the precise term.

Confusing ESSID with BSSID.

The BSSID is the MAC address of a specific access point's radio, and it is unique to that AP. The ESSID is the shared network name. They are two different identifiers. A common exam trick is to ask which identifier is unique per AP, and learners who mix them up choose ESSID.

Remember that BSSID is like a serial number for each access point (unique), while ESSID is like a brand name shared by many products. If you see a question about a unique identifier for an AP, the answer is BSSID.

Believing that a hidden ESSID provides real security.

Hiding the ESSID by disabling beacon broadcasting does not encrypt the network. The ESSID is still sent in probe requests and association frames in plain text, so anyone using a wireless sniffer can discover it. It also causes clients to send probe requests more frequently, which can actually expose the ESSID more easily.

Treat hidden SSID as a convenience feature that reduces clutter, not as a security control. Always use WPA2 or WPA3 encryption and strong authentication for real security. On the exam, you should know that hiding the SSID is not listed as a security measure in the CompTIA objectives.

Assuming that all APs with the same ESSID automatically allow roaming.

Roaming also requires that the APs are connected to the same distribution system (usually the same wired network and VLAN), and that the security configuration is consistent. If one AP uses WPA2 and another uses WPA3, or if they are on different subnets, roaming may fail or cause a session interruption.

The ESSID is necessary for roaming, but it is not sufficient. You must also ensure unified configuration across all APs, including security settings, VLAN assignment, and controller management. For exams, remember that an ESS requires a common distribution system.

Thinking that the ESSID can be longer than 32 characters.

The IEEE 802.11 standard limits the ESSID (and SSID) to a maximum of 32 octets (characters). Some devices may accept longer strings, but they are not compliant with the standard and can cause interoperability issues.

Always keep the network name at or under 32 characters. This is a common exam fact, especially for Network+ and CWNA. If a question mentions a 40-character SSID, you know immediately it is invalid.

Exam Trap — Don't Get Fooled

An exam question describes a network with three access points, each configured with the same SSID. The question asks: 'What is this configuration called?' The options include 'Basic Service Set', 'Extended Service Set', 'Independent Basic Service Set', and 'Distribution System'.

Many learners choose 'Distribution System' because they see multiple APs connected to a switch. Read the question carefully. Look for keywords like 'same SSID' or 'same network name'.

If the question is about the network name shared across APs, the answer is Extended Service Set. If the question is about the wired network connecting the APs, the answer is Distribution System. Practice distinguishing between the wireless topology (BSS, ESS, IBSS) and the supporting infrastructure (DS).

Commonly Confused With

Extended Service Set IdentifiervsBasic Service Set Identifier (BSSID)

The BSSID is the MAC address of a single access point's wireless radio. It is unique to each AP. The ESSID is the shared network name used by multiple APs in an extended network. The BSSID identifies a specific AP, while the ESSID identifies the entire logical network.

In a library with three checkout desks, the BSSID is like the employee ID number on each librarian's badge (unique to each person), while the ESSID is the library name 'City Central Library' (shared by all desks).

Extended Service Set IdentifiervsService Set Identifier (SSID)

The SSID is the generic term for a wireless network name. The ESSID is a specific type of SSID used when multiple access points form an extended service set. All ESSIDs are SSIDs, but an SSID used by a single standalone AP is not an ESSID. The distinction is subtle but appears in exams.

A home router using the name 'HomeNet' is an SSID. A corporate network with 50 APs all using 'CorpWiFi' is an ESSID. The name is the same type of string, but the context of multiple APs makes it an extended service set.

Extended Service Set IdentifiervsDistribution System (DS)

The distribution system is the wired network backbone that connects multiple access points together, typically a switch or a set of switches. The ESSID is a name broadcast by the APs. The DS is the physical infrastructure that enables communication between APs and the rest of the network.

Think of a city bus system. The ESSID is the bus route number (e.g., Route 42) that passengers see on the front of the bus. The distribution system is the network of roads, bus stops, and maintenance depots that allow the buses to operate. They work together, but they are different things.

Extended Service Set IdentifiervsIndependent Basic Service Set (IBSS)

An IBSS is an ad hoc network where wireless devices communicate directly with each other without an access point. An ESS requires at least one access point and uses a distribution system. The ESSID names an infrastructure network, while an IBSS may use an SSID but is not an extended service set.

Two laptops sharing files directly via Wi-Fi without a router form an IBSS. The network name they use is an SSID but not an ESSID because there is no access point and no extended coverage. In contrast, an ESSID always implies at least one AP and usually multiple APs.

Step-by-Step Breakdown

1

Planning the Wireless Coverage Area

A network administrator surveys the building to identify areas with weak or no Wi-Fi signal. They decide where to place additional access points to create overlapping coverage zones. Each AP will cover a cell, and the cells must overlap by 10-15 percent to allow seamless roaming. This planning ensures that a client moving through the building always stays within range of at least one AP.

2

Connecting Access Points to the Distribution System

Each access point is physically connected to a wired Ethernet switch using a network cable. The switch is part of the distribution system, which carries traffic between APs and the rest of the network. All APs must be on the same VLAN to ensure that clients do not need to change IP subnets when roaming. The distribution system also connects to the wireless LAN controller if one is used.

3

Configuring the Common ESSID

The administrator configures each access point with the same network name, for example, 'CompanyWiFi'. This name is the ESSID. The APs also receive identical security settings, such as WPA2-PSK with the same passphrase, or 802.1X authentication with the same RADIUS server configuration. Consistency across all APs is critical for smooth roaming.

4

Broadcasting Beacon Frames

Each access point begins broadcasting beacon frames at regular intervals, typically every 100 milliseconds. These beacons contain the ESSID, supported data rates, encryption type, and other capabilities. Clients use these beacons to discover available networks. If the ESSID is hidden, the beacon frame still exists but does not include the name, though the name is still sent in other frames.

5

Client Scanning and Association

A client device, such as a laptop, scans the airwaves for beacon frames or sends probe requests. When it sees the ESSID 'CompanyWiFi', it selects the AP with the strongest signal. The client sends an association request to that AP, including the ESSID in the frame. The AP responds with an association response, and the client joins the network.

6

Roaming Between APs

As the client moves away from the first AP, the signal weakens. The client starts monitoring other APs broadcasting the same ESSID. When it finds a stronger signal, it initiates a reauthentication or reassociation with the new AP. Because both APs share the same ESSID and are on the same distribution system, the transition is smooth. The client may use 802.11r or 802.11k to speed up this handoff.

7

Maintaining Session Continuity

The distribution system ensures that the client's data traffic is forwarded to the correct AP. If the client was in a VoIP call or had an open connection to a server, the session is maintained because the IP address does not change. The ESSID infrastructure makes this possible by treating all APs as part of one logical network.

Practical Mini-Lesson

Let us take a deeper look at how the ESSID works in practice. When you configure a wireless network for a medium-sized business, you typically start with a wireless LAN controller (WLC) and several lightweight access points (LAPs). The WLC centralises management. You create a WLAN profile on the controller, and within that profile, you set the ESSID. You also configure security, VLAN assignment, and quality of service parameters. The controller then pushes this configuration to all the LAPs associated with it. Each LAP accepts client connections using that same ESSID.

In a smaller deployment without a controller, you configure each AP individually via its web interface. This is common with standalone or cloud-managed APs like those from Ubiquiti or TP-Link Omada. You must manually enter the same ESSID, security type, and password on every AP. If you miss one, that AP will broadcast a different network name, breaking the ESS. This is a frequent source of roaming complaints. Users near that AP will see a separate network and may connect to it, but they will lose connectivity when they move away because the other APs do not recognise their session.

Network professionals also need to understand the relationship between the ESSID and the distribution system. The distribution system is the wired network that interconnects the APs. Usually, this is a switched Ethernet network. For roaming to work, all APs in the same ESS must belong to the same Layer 2 broadcast domain, meaning they are on the same VLAN and IP subnet. If a client roams to an AP on a different subnet, its IP address no longer works, and the session breaks. This is why you often see the same ESSID mapped to a single VLAN in enterprise designs.

Another practical consideration is channel planning. Each AP operates on a specific channel within the 2.4 GHz or 5 GHz band. Overlapping channels cause interference. A good site survey assigns non-overlapping channels (e.g., channels 1, 6, and 11 in 2.4 GHz) to adjacent APs. The ESSID is the same, but the channels differ. Clients handle this automatically as part of the roaming process. However, scanning all channels takes time, so newer standards like 802.11k provide a list of neighbour APs to speed up the scan.

What can go wrong? Common issues include APs broadcasting the ESSID with different security settings, causing clients to fail authentication when roaming. Another issue is that if APs are not synchronised, a client might associate with an AP but the distribution system does not forward the client's traffic to that AP correctly. This is called a stuck client. Also, if the AP firmware is inconsistent, some clients may not recognise the network as belonging to the same ESS.

Professionals should also be aware of how the ESSID interacts with client devices. Some older or poorly designed clients do not roam well even with a proper ESSID. They stick to the first AP they connected to until the signal is almost gone. This is called sticky client behaviour. Network engineers can mitigate it by adjusting the minimum signal strength threshold on the AP, forcing low-signal clients to disconnect and look for a better AP.

Finally, the ESSID is a fundamental building block of wireless QoS. For voice and video applications, you can prioritise traffic based on the ESSID or VLAN associated with it. This ensures that critical applications get the bandwidth they need across all APs in the ESS.

Memory Tip

When you see 'Extended Service Set Identifier', think of 'Extended' as meaning 'multiple APs under one name'. The letter E in ESSID stands for 'Extended' — more than one access point working together. The letter B in BSSID stands for 'Basic' — one AP, one radio. Match the first letter to the scope.

Covered in These Exams

Current Exam Context

Current exam versions that test this topic — use these objectives when studying.

Related Glossary Terms

Frequently Asked Questions

Is the ESSID the same as the Wi-Fi name I see on my phone?

Yes, in most cases. When you see a network name like 'HomeWiFi' or 'OfficeNet' on your device, that is the SSID. If the network uses multiple access points with that same name, it is technically an ESSID. For everyday use, the terms are interchangeable, but for exams, remember that ESSID implies multiple APs.

Can I have an ESS with only one access point?

Technically no. An Extended Service Set requires at least two access points to extend coverage. A single AP creates a Basic Service Set (BSS). If you have one AP, the network name is just an SSID, not an ESSID. However, some vendors use the terms loosely, so on the exam, go by the formal definition.

Does hiding the ESSID improve security?

No. Hiding the ESSID prevents it from appearing in beacon frames, but the name is still sent in other frames like probe requests and association requests. Anyone with a wireless sniffer can discover it. Hiding the SSID is not considered a security measure in certification exams. Always use encryption and authentication instead.

What is the maximum length of an ESSID?

The maximum length is 32 characters, and it is case-sensitive. The characters can be letters, numbers, spaces, and most special characters, but some devices may have issues with certain symbols. Keeping it under 32 characters ensures compatibility with all 802.11 devices.

Do all access points in an ESS need to be from the same manufacturer?

No, they do not need to be from the same manufacturer, but they must all comply with the 802.11 standard. In practice, using the same vendor makes management easier, especially with features like fast roaming and centralised control. Mixed-vendor environments may still work, but you might encounter interoperability issues with advanced features.

What is the difference between an ESS and a mesh network?

An ESS uses a wired distribution system to connect APs, while a mesh network uses wireless links between APs. Both can share the same ESSID and support roaming. The ESSID concept applies to both, but the underlying infrastructure differs. In exams, ESS usually implies a wired backbone, but mesh networks are also considered Extended Service Sets if they share a common SSID.

Summary

The Extended Service Set Identifier, or ESSID, is the network name used when multiple wireless access points work together to cover a large area, allowing devices to roam seamlessly without reconnecting. It is a core concept in enterprise wireless networking, built on the IEEE 802.11 standard.

Understanding the ESSID helps you grasp how roaming works, why consistent configuration matters, and how to troubleshoot connectivity issues in multi-AP environments. For certification exams like CompTIA Network+, Security+, and Cisco CCNA, you must distinguish the ESSID from the BSSID, SSID, and distribution system. You should also recognise that hiding the ESSID does not provide security, and that roaming requires both a shared ESSID and a proper distribution system.

The ESSID is a small string of up to 32 characters, but it has a big impact on network usability and performance. Remember it as the team name that unites all the players on the wireless field.