Match each network attack vector to its primary technical mechanism or observed network anomaly.
- Rogue DHCP ServerSends unauthorized IP configuration settings to client endpoints, redirecting network traffic to an attacker-controlled gateway.
- TCP SYN FloodExhausts the connection backlog queue of a target host by sending half-open TCP requests with spoofed source addresses.
- MAC FloodingOverflows a Layer 2 switch lookup memory table with random source address frames, forcing the switch into a broadcast state.
- SSL/TLS StrippingIntercepts web communications to transparently downgrade encrypted HTTPS session requests to unencrypted HTTP.
Cevap
Rogue DHCP Server matches issuing unauthorized IP configuration settings to client endpoints; TCP SYN Flood matches exhausting the target host connection backlog queue with half-open requests; MAC Flooding matches overflowing the Layer 2 switch CAM table to force broadcast state; SSL/TLS Stripping matches downgrading HTTPS communications to unencrypted HTTP.
Each network attack vector targets a specific layer or operational protocol: Rogue DHCP misdirects network layer routing by spoofing configuration offers; TCP SYN floods exhaust transport layer state queues; MAC flooding saturates data link layer switch address tables; SSL/TLS stripping manipulates application/session layer encryption negotiation.
Adım Adım Çözüm
Anahtar Kavram
Common Network Attack Types and Vectors