The 802.11 standard provides a method for supplying different levels of access to different nodes in a wireless local area network (WLAN). This is handled through authentication and association. Each node and access point (AP) in the WLAN is required to keep an authentication state and an association state with each other node and AP that it is in contact with. Authentication is how a node gains access to the network. It is a proof of identity and that the node is allowed access to the network. This is comparable to physically attaching an ethernet cable to the node for a wired network. Along with authentication, there is a deauthentication service. This is used to disallow any further service to be provided to a node.
Once a node has been authenticated it must become associated with an AP. This is how the network determines where to send data that is intended for that node. It routes it through the AP that the node is associated with. This is why a node may only be associated with a single AP. There is also a disassociation procedure where by the node can disconnect from the WLAN. This prevents the AP from continuing to attempt to transmit data to this node after it has left the WLAN.
The final association procedure is designed to allow a smooth transition when a node moves from within the transmission range of one AP to another. This is the reassociation service. This service combines an association service with a notification of which AP it was previously associated with. This allows the new AP to accept the association, and request that any data buffered at the previous AP for the node be forwarded.
本文详细介绍了802.11标准中节点接入无线局域网的过程,包括认证与关联机制。认证确保节点身份合法并允许其接入网络;关联则决定了数据如何通过特定的接入点路由到目标节点。
3925

被折叠的 条评论
为什么被折叠?



