# Autonomous Access Point
An autonomous access point is a self-contained wireless device that manages its own configuration, security, and client connections. It operates independently without needing a central wireless LAN controller, making it suitable for small-scale deployments where each access point is configured and managed individually.
**Pronunciation:** aw-ton-uh-muhs ak-ses point
**Difficulty:** Intermediate
**Synonyms:** Standalone AP, Fat AP, Thick AP, Intelligent AP
**Categories:** Computer Networking, Wireless Technology
**Tags:** Networking, Wireless, Wi-Fi, Hardware, Infrastructure
Canonical: https://scaleengineer.com/glossaries/autonomous-access-point
---
## Definitions

- **Autonomous Access Point in Wireless Networking:** An **Autonomous Access Point**, also known as a **Standalone AP** or **Fat AP**, is a wireless access point that functions as a self-contained, intelligent device. It does not require a Wireless LAN Controller (WLC) for its operation, as all management, control, and data forwarding logic resides within the AP itself.

***Key Concepts***
*   **Decentralized Intelligence**: Each autonomous AP makes its own decisions regarding radio channel selection, power levels, security enforcement, and client authentication. All configuration is stored locally on the device.
*   **Individual Management**: Administrators must configure and manage each **Standalone AP** separately, typically through a web-based graphical user interface (GUI) or a command-line interface (CLI). This makes scaling difficult, as a configuration change must be applied to every single AP.
*   **Full Functionality**: It handles all 802.11 protocol functions, including beaconing, probe responses, client association/authentication, and data encryption/decryption.

***Usage***
This architecture is best suited for environments where the number of APs is small and centralized management is not a priority. Common use cases include:
*   Small Office/Home Office (SOHO)
*   Small businesses (e.g., cafes, retail shops)
*   Temporary or remote deployments where a controller is not feasible.

***Example***
A typical consumer-grade wireless router purchased for home use is a perfect example of an **Autonomous Access Point**. It manages its own SSID, password, security settings, and connected devices without relying on any external controller.

## Etymology

The term 'Autonomous' originates from the Greek 'autonomos', meaning 'having its own laws' or 'self-governing'. 'Access Point' refers to a networking hardware device that allows other Wi-Fi devices to connect to a wired network. Thus, an 'Autonomous Access Point' is a self-governing device for network access.

## First used

Late 1990s

## Historical context

In the early days of Wi-Fi technology in the late 1990s and early 2000s, all access points were autonomous. These **Fat APs** were the original architecture for deploying wireless networks. Each device was a self-sufficient unit, containing all the necessary intelligence to manage wireless clients, security, and radio frequencies.

This model worked well for small-scale deployments like homes and small businesses. However, as organizations began deploying Wi-Fi across large campuses and multiple buildings, the limitations of this architecture became apparent. Managing, configuring, and updating hundreds or thousands of individual **Standalone APs** was a logistical nightmare. This operational challenge directly led to the development of the controller-based architecture in the mid-2000s, which introduced the concept of a central Wireless LAN Controller (WLC) managing multiple 'Lightweight' Access Points. This new model simplified management and enabled seamless roaming and centralized policy enforcement, becoming the standard for enterprise environments.

## Q&A

- **What is the main difference between an autonomous access point and a lightweight access point?:** The primary difference lies in their management and intelligence. An **Autonomous Access Point** is self-contained; it handles its own configuration, security policies, and firmware updates. It operates independently and is managed individually, typically via a web interface or CLI.

A Lightweight Access Point (LAP), on the other hand, is 'thin' because it offloads most of its functions to a central Wireless LAN Controller (WLC). The WLC manages configuration, policies, and updates for all connected LAPs, making it a centralized architecture ideal for large-scale deployments. In essence, **Standalone APs** are decentralized, while LAPs are centralized.

## Usage examples

- For our small branch office with only a few users, we deployed an **Autonomous Access Point** because it was cost-effective and didn't require a central controller.
- The network administrator had to manually log into each **Fat AP** to update the firmware after a new security vulnerability was discovered.
- Unlike modern controller-based systems, each **Standalone AP** in the old network operated independently, making centralized monitoring and policy enforcement a significant challenge.

## Related terms

- Lightweight Access Point (LAP)
- Wireless LAN Controller (WLC)
- SSID (Service Set Identifier)
- Wi-Fi
- IEEE 802.11
- Wireless Bridge

## Popular related terms

- Lightweight Access Point (LAP)
- Wireless LAN Controller (WLC)
- Mesh Wi-Fi
- Wi-Fi Extender
