无线网络扫描方式相关资料翻译

来源:http://www.wireless-center.net/Wireless-Internet-Technologies-and-Applications/1874.html

这里是其中的一段。

原文:

The IEEE 802.11 family station (shortened to 802.11 station) needs to first look for access points within its coverage range and synchronize with a specific BSS. There may be several IEEE 802.11 family systems in the same location, and the 802.11 station needs to lock onto a preferred or preconfigured BSS. To facilitate this, access points send out periodic information that is broadcast within their coverage area.

This periodic information is referred to as a beacon and contains information such as BSS ID (helps identify the BSS), ESS ID (identifies the ESS), PHY layer parameters, and the native clock of the access point. The 802.11 station can passively listen for all the beacons in a neighborhood and synchronize its clock with the access points. Once a list of valid beacons is obtained, the 802.11 station selects an access point based on a selection criterion (PHY layer parameters, ESS ID, and load in the system). This method of selection is known as passive scanning.

Another method is known as active scanning, where the 802.11 station proactively looks for access points in the neighborhood by sending probe requests. The access points that hear these probe requests respond with a probe response that contains broadcast information similar to the beacon frames mentioned earlier. Again, the 802.11 station selects the best BSS that fits its selection criteria.

译文:

IEEE 802.11协议族的站点(简称802.11站点)需要先寻找到它的接收范围内的接入点并且与一个特定的基本服务集(BSS)同步。可能在同一个地方会有多个IEEE 802.11协议族的系统,而802.11站点需要锁定到一个优选的或者预配置的基本服务集。为了帮助实现这一点,接入点定时在它们的信号范围内发送广播信息。

这个定时发送的信息被称为信标(Beacon),包含一些信息,例如基本服务集标识(用来区分基本服务集),扩展服务集标识(ESS ID,用来区分扩展服务集),物理层参数,接入点的时钟。802.11站点可以被动地接收附近所有这些信标帧并且将自己的时钟与接入点同步。一旦获取了一个可用的信标帧列表,该802.11站点就会依据一个选择标准(物理层参数,扩展服务集标识,系统负载)来选择一个接入点。 这种选择方法被称为被动扫描。

另一种方法被称为主动扫描,在这种方式中,802.11站点主动向周围发送探测请求(Probe Request)帧以寻找接入点。接听到这些探测请求的接入点会回复一个探测响应(Probe Response)帧,其中包含了与前面提到信标帧类似的广播信息。同样,该802.11站点依据自己的选择标准来选择最适合的基本服务集。

无线网络扫描方式的分类,文章翻译

原文在这里:http://www.wireless-center.net/WLANs-WPANs/2435.html

这里翻译的是其中的一段:

扫描

802.11标准定义了被动和主动扫描,而它们是一个无线网卡用来寻找接入点的方法。被动扫描是强制性的,每个网卡都扫描单个的信道,以寻找到最好的接入点信号。每隔一段时间,接入点会广播一个信标帧(Beacon),而无线网卡在扫描的时候接收到这些信标帧,并且记录下对应的信号强度。信标帧中包含关于该接入点的信息,包括无线服务集标识(SSID)以及支持的传输速率。无线网卡可以使用这个信息,加上信号强度,来比较各个接入点,以决定使用哪一个接入点。

可选的主动扫描是类似的,除了一点,无线网卡通过广播一个探测请求(Probe Request)帧来开始这个过程,而所有在信号范围内的接入点都会回复一个探测响应(Probe Response)帧。主动扫描使得一个无线网卡可以接收到接入点的立即响应,而不用等待信标帧的发送。然而缺点是,主动扫描给网络带来了附加的开销,因为要传送探测请求帧和探测响应帧。

被设置成特殊(ad hoc)模式的站点,也就是802.11标准所指的独立基本服务集。在这个模式中,某一个站点一直发送信标帧,以向新的站点提示网络的存在。传送信标帧的责任者是这样确定的:每个站点等待一个信标帧发送时间间隔以及一段随机的附加时间。如果一个站点等待了一个信标帧发送时间间隔以及一段随机的附件加时间之后,还没有收到另一个站点的信标帧,则该站点发送一个信标帧。这样就将发送信标帧的职责分发给了所有的站点。