Kyūkei Master Hub
SCS2111 | Phase 7: Wireless, Network Security & Enterprise Defense
👁️ -- opens | 0%
SCS2111 Phase 7: Wireless & Security
PHASE 07

Wireless Networks, CSMA/CA & Enterprise Network Defense

Mastering IEEE 802.11 standards, CSMA/CA collision avoidance mechanics, WPA3 encryption, Stateful Firewalls, and Access Control Lists (ACLs).

1. IEEE 802.11 Wireless Standards Evolution

802.11b / g

Legacy 2.4GHz Wi-Fi

802.11b (11 Mbps) / 802.11g (54 Mbps). Operates on 2.4GHz spectrum. High interference; non-overlapping channels: 1, 6, and 11.

802.11n / ac

Dual-Band MIMO

802.11n (600 Mbps, 2.4/5GHz) / 802.11ac (1.3 Gbps, 5GHz). Introduces MIMO (Multiple-Input Multiple-Output) spatial streams.

802.11ax

Wi-Fi 6 / 6E

Introduces OFDMA (Orthogonal Frequency-Division Multiple Access) and 6GHz spectrum. High-density client efficiency.

2. CSMA/CA Collision Avoidance Protocol Mechanics

Because wireless RF transceivers cannot detect collisions while transmitting on the same frequency channel, wireless networks utilize Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA):

  1. Carrier Sense (Listen Before Talk): The client listens to the RF channel. If busy, it defers transmission and waits for the channel to become idle.
  2. Inter-Frame Spacing (DIFS): Once idle, the client waits for a DIFS (DCF Inter-Frame Space) period.
  3. Random Backoff Timer: If the channel remains clear, the client picks a random backoff slot timer before sending.
  4. RTS / CTS Handshake (Optional): Client transmits a Request to Send (RTS) frame to Access Point (AP). AP replies with a Clear to Send (CTS) frame, reserving the channel and notifying nearby stations via Network Allocation Vector (NAV) timers to pause transmission.
  5. ACK Confirmation: Receiver sends a positive ACK frame upon clean frame reception. If missing, sender assumes collision and exponentially doubles backoff window.

3. Enterprise Network Defense & Firewall Architectures

Firewall Technologies

Stateful Packet Inspection (SPI)

Maintains a dynamic state table tracking active TCP connections. Automatically permits return traffic matching established outgoing sessions while blocking unauthorized external inbound probes.

NAT / PAT

Network Address Translation

Translates private RFC 1918 internal IP addresses to a single public IP address using TCP/UDP source port mapping (Port Address Translation - PAT / Overload).