mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 15:05:42 -05:00
vault backup: 2023-03-27 10:25:19
This commit is contained in:
parent
a8085ed590
commit
714e28595e
@ -30,6 +30,9 @@ IEEE 802 Standards
|
|||||||
- 802.11aj -- 15Gbps, mmWave
|
- 802.11aj -- 15Gbps, mmWave
|
||||||
- 802.11ay -- 20Gbps, mmWave
|
- 802.11ay -- 20Gbps, mmWave
|
||||||
|
|
||||||
|
> [!INFO] millimeter wave still not popular but very fast. might be dangerous to human health. very short range
|
||||||
|
> wifi has different frequency band in different countries. same frequency band but different "sub freqs" - channel
|
||||||
|
|
||||||
Operation Modes of 802.11
|
Operation Modes of 802.11
|
||||||
- Independent or ad-hoc mode
|
- Independent or ad-hoc mode
|
||||||
- Nodes in an ad-hoc network communicate without any need for network infrastructure such as an AP, or network level services such as DHCP, DNS
|
- Nodes in an ad-hoc network communicate without any need for network infrastructure such as an AP, or network level services such as DHCP, DNS
|
||||||
@ -39,9 +42,14 @@ Operation Modes of 802.11
|
|||||||
- Higher network layers such as data link and IP are configured using the same methods as any wired Ethernet. Most commonly DHCP is used
|
- Higher network layers such as data link and IP are configured using the same methods as any wired Ethernet. Most commonly DHCP is used
|
||||||
- Further security measures may be employed to manage security risks associated with wireless
|
- Further security measures may be employed to manage security risks associated with wireless
|
||||||
|
|
||||||
|
> [!INFO] more bandwidth = higher speed but less range
|
||||||
|
|
||||||
Ad Hoc mode
|
Ad Hoc mode
|
||||||

|

|
||||||
> [!INFO]
|
> [!INFO] e.g., peer to peer directly between laptops. e.g., airdrop, bluetooth, android wifi direct
|
||||||
|
> can set up computer to copmuter network.
|
||||||
|
> you can make any host an access point. and set it up as a server to route traffic to the internet. but this would be a slow AP
|
||||||
|
> dont need configuration. i.e., no DHCP nor DNS
|
||||||
|
|
||||||
Infrastructure mode
|
Infrastructure mode
|
||||||

|

|
||||||
@ -120,4 +128,42 @@ Security Issues
|
|||||||
- Man-in-the-middle attacks
|
- Man-in-the-middle attacks
|
||||||
- AP Spoofing
|
- AP Spoofing
|
||||||
|
|
||||||
> [!INFO]
|
> [!INFO]
|
||||||
|
|
||||||
|
Uses of Wireless
|
||||||
|
- When cables are a hassle/liability ✔
|
||||||
|
- Transient networks ✔
|
||||||
|
- Hotspots✔
|
||||||
|
- Backup links ✔
|
||||||
|
- Reliability ✗
|
||||||
|
- Security (can be managed) ✗
|
||||||
|
- Speed ✗
|
||||||
|
|
||||||
|
Channel Layout
|
||||||
|
- 13 channels (1, 2, …, 13)
|
||||||
|
- Hex-pattern layout for non-overlapping channels
|
||||||
|
- But don’t forget that space is 3D
|
||||||
|
- Limit number of nodes to about 30 per AP
|
||||||
|

|
||||||
|
|
||||||
|
Antenna Types
|
||||||
|
- Omni-directional
|
||||||
|
- Diversity antennas
|
||||||
|
- High-gain Omni
|
||||||
|
 
|
||||||
|
|
||||||
|
Antenna Types
|
||||||
|
- Directional
|
||||||
|
- Panel, Yagi, Parabolic
|
||||||
|
- Shown is a Wave-Guide “cantenna”
|
||||||
|
- Trade off polar coverage for distance
|
||||||
|
- dBi is used to measure the gain: 10*log10(PD/PO), PD is the power for directional, PO is the power for standard omnidirectional.
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user