Wireless APs
- Wireless Access Points provide connectivity between wireless station and between wireless and wired networks
- Wireless is half-duplex, kind of like a Hub
- one device can communicate at a time
APs operate in 3 different modes
- Autonomous (rarely but sometimes called Local-MAC)
- Self-contained system, configured individually
- RF Parameters, security, QoS, VLANs, etc. are all configured locally
- Typically connected to a Trunk port
- Lightweight APs (also called Split-MAC)
- Form a CAPWAP (Control and Provisioning of Wireless APs) tunnel with the WLC
- The Lightweight AP handles all real-time operations, like wireless traffic, encryption/decryption, etc.
- Media Access Control duties (RF, security, QoS, authentication, etc.) are all offloaded to the WLC via the encrypted tunnel
- All traffic from the AP is tunneled to the WLC through the CAPWAP
- Control Tunnel: 5246 UDP
- Data tunnel: 5247 UDP
- Lightweight APs connect to Access Ports, because all traffic is destined for the WLC
- Cloud-based
- Between an Autonomous and Lightweight configuration
- Data is routed locally, like an autonomous AP
- Management traffic and Media Access Control Duties are tunneled to the cloud controller
- Cisco Meraki is a popular option
Service Sets
- All devices in a service set share the same SSID (service set identifier)
- Three main kinds of service sets
- Independent
- IBSS (Independent Basic Service Set), also an "ad hoc" network
- Two or more devices connect without using an AP
- AirDrop, etc.
- Infrastructure
- BSS (Basic Service Set)
- Clients connect to each other via an AP
- a BSSID uniquely identifies the AP
- The BSSID is the MAC address of the AP's radio
- It is not the SSID
- Wireless devices request to "associate" with the BSS
- Associated devices are called "clients" or "stations"
- The BSA (Basic Service Area) is the coverage area around an AP
- ESS (Extended Service Set)
- Two or more BSSs connected over a LAN wired network
- BSSs are extensions of the same network
- The SSID can be the same
- The BSSID will be unique
- Each BSS should use a different channel to avoid interference
- Roaming is when devices travel between BSSs
- Assisted Roaming is defined by defined by IEEE 802.11k
- Fast Transition (FT) Roaming is defined by IEEE 802.11r
- BSAs should overlap about 10-15%
- This reduces interference and ensures a smooth transition
- Mesh
- MBSS (Mesh Basic Service Set)
- Mesh APs use two radios
- One provides BSS to wireless clients
- Second provides "backhaul network" used to bridge traffic from AP to AP
- At least one AP is connected to the wired network called a Root Access Point (RAP)
- Other APs are called MAPs (Mesh Access Points)
- A protocol is used to determine the beast path through the mesh
- Similar to dynamic routing protocols
- The upstream wired network is called the *DS (Distribution System)
- Each wireless BSS or ESS is mapped to a VLAN in the wired network
- It's possible for an AP to provide multiple WLANs mapped to separate VLANs on the wired network
- Each WLAN uses a unique BSSID
- The VLANs are trunked to the DS
- Other devices
- an AP in repeater mode rebroadcasts another AP's signal
- If there's only one radio, it halves the throughput (send and receive signals have to wait for each other to finish)
- With two radios, it can broadcast on one channel, return traffic with the other
- A workgroup bridge (WGB) acts as a wireless client of another AP, and can be used to connect wired devices to the wireless network
- Two kinds
- Universal Workgroup Bridge (uWGB) is an 802.11 standard that only connects to one device
- What Cisco calls WGB is #Cisco-Proprietary, and allows multiple wired clients to be bridged to the wireless network
- Outdoor Bridge
- Can be used to connect networks over long distances without a physical cable
OSI or TCP/IP Layer
CCNA Exam Topic
#extop-1-1 #extop-2-6 #extop-2-7
Contributors
Sources