nerdexam
Check_Point

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.

Security Gateway Troubleshooting

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)
  • A
    90% (18)
  • C
    5% (1)
  • D
    5% (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.

ANothingCorrect

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.

BTCP FIN

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.

CTCP RST

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.

DICMP unreachable

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

#UDP#packet rejection#firewall behavior#stateless protocol

Community Discussion

No community discussion yet for this question.

Full 156-215.80 Practice