Skip to content

Commit 2c76300

Browse files
committed
[mod3-04] wrong acronym
1 parent 1f8223f commit 2c76300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mod3-04.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ <h2>Ad-Hoc Topology</h2>
335335
<p>In <strong>ad-hoc</strong> wireless, <u>devices connect one another, without the need of an orchestrating device</u> such as an AP.</p>
336336
<p>Every device in an ad-hoc network has <strong>equal (p2p) status</strong>.</p>
337337
<p>Only <strong>requirements to join an ad-hoc topology</strong> is to support this topology (called <em>Indipendent Basic Service Set</em>, <strong>IBSS</strong>, in 802.11 standards) and being in the coverage range of any other participating device.</p>
338-
<p>Basically ad-hoc means that devices can <strong>spontaneously form a WLAN</strong>, withouth relying on existing infrastructure.</p>
338+
<p>Basically ad-hoc means that devices can <strong>spontaneously form a WLAN</strong>, without relying on existing infrastructure.</p>
339339
<p>Examples of ad-hoc networks are bluetooth pairings, but mind that <strong>802.11 ad-hoc is not limited to 2 devices</strong>.</p>
340340
</section>
341341
</section>
@@ -351,7 +351,7 @@ <h2>Infrastructure Mode Topology</h2>
351351
<h2>BSS - Basic Service Set</h2>
352352
<img src="http://i.imgur.com/T1CvLoe.gif" style="float: left; margin: 10px; width: 300px;">
353353
<p>BSS is the simplest infrastructure topology, because <strong>it consists of a single AP and its connected STAs</strong>.</p>
354-
<p>The <strong>coverage area of the AP is called <em>Basic Service Area</em></strong> (BSS). Outside of the BSA, a client cannot communicate with other devices in the BSS.</p>
354+
<p>The <strong>coverage area of the AP is called <em>Basic Service Area</em></strong> (BSA). Outside of the BSA, a client cannot communicate with other devices in the BSS.</p>
355355
<p>Therefore, BSS and BSA are often used as synonims.</p>
356356
<p><strong>Each BSS is uniquely identified by the L2 MAC address of its AP</strong>, which is known as <strong><em>Basic Service Set Identifier</em></strong> (BSSID). There is a <u>1:1 relationship between BSS and BSSID</u>.</p>
357357
</section>

0 commit comments

Comments
 (0)