156-215.80 · Question #315
If the first packet of an UDP session is rejected by a security policy, what does the firewall send to the client?
The correct answer is A. Nothing. When the first packet of a UDP session is rejected by the security policy, the firewall sends nothing back to the client because UDP is a connectionless protocol.
Question
If the first packet of an UDP session is rejected by a security policy, what does the firewall send to the client?
Options
- ANothing
- BTCP FIN
- CTCP RST
- DICMP unreachable
How the community answered
(20 responses)- A90% (18)
- C5% (1)
- D5% (1)
Why each option
When the first packet of a UDP session is rejected by the security policy, the firewall sends nothing back to the client because UDP is a connectionless protocol.
UDP is a connectionless, stateless protocol with no built-in handshake mechanism, so there is no protocol-level way to signal rejection back to the sender in the same way TCP uses RST or FIN. When the firewall drops or rejects a UDP packet, it silently discards it, leaving the client to time out waiting for a response.
TCP FIN is a graceful connection termination signal specific to TCP sessions; it has no meaning for UDP traffic and cannot be sent in response to a UDP packet.
TCP RST is used to immediately terminate a TCP connection; it is not applicable to UDP sessions since there is no TCP connection to reset.
ICMP unreachable messages may be generated by routers for routing failures, but a security policy drop action on a UDP packet results in silent discard without sending any ICMP response.
Concept tested: Firewall behavior on UDP session rejection stateless protocol
Source: https://sc1.checkpoint.com/documents/R80.10/WebAdminGuides/EN/CP_R80.10_SecurityManagement_AdminGuide/html_frameset.htm
Topics
Community Discussion
No community discussion yet for this question.