200-201 · Question #407
Which type of evasion technique is accomplished by separating the traffic into smaller segments before transmitting across the network?
The correct answer is D. fragmentation. Fragmentation is an evasion technique where network traffic is broken into smaller segments before transmission, making it harder for security devices to inspect.
Question
Which type of evasion technique is accomplished by separating the traffic into smaller segments before transmitting across the network?
Options
- Aencryption
- Btunneling
- Cproxies
- Dfragmentation
How the community answered
(43 responses)- A2% (1)
- B5% (2)
- C2% (1)
- D91% (39)
Why each option
Fragmentation is an evasion technique where network traffic is broken into smaller segments before transmission, making it harder for security devices to inspect.
Encryption scrambles data to protect its confidentiality and integrity, rather than breaking it into smaller segments for evasion.
Tunneling encapsulates one protocol inside another, creating a 'tunnel' through a network, but doesn't inherently involve splitting traffic into smaller segments for evasion.
Proxies act as intermediaries for network requests, often to hide client IP addresses or cache content, but they do not primarily involve segmenting traffic for evasion.
Fragmentation involves splitting a larger packet into multiple smaller packets, which can sometimes bypass intrusion detection systems (IDS) or firewalls that are not configured to reassemble and inspect fragmented packets effectively.
Concept tested: Network evasion techniques - fragmentation
Source: https://learn.microsoft.com/en-us/windows/win32/winsock/icmp-fragmentation-and-reassembly-2
Topics
Community Discussion
No community discussion yet for this question.