View all questions & answers for the NSE 7 - Enterprise Firewall 7.6 Administrator Exam Materials exam


Question 57 Discussion

If you configure set tcp-mss-sender and set tcp-mss-receiver in a firewall policy, how does it affect the size and handling of TCP packets in the network? (Choose one answer)

  • A. Applying commands in a firewall policy determines the largest payload a device can handle in a single TCP segment.
  • B. The maximum segment size permitted in the firewall policy determines whether TCP packets are allowed or denied.
  • C. The TCP packet modifies the packet size only if no fragmentation occurs.
  • D. The commands affect the payload size of the packet and the size of the IP header for handling TCP packets.
Correct Answer: A

Brave-Dump Clients Votes

A 100%

Comments



Adam 2026-01-20 03:10:53

Selected Answers: A


From Study Guide:
The maximum segment size (MSS) is only the payload size and does not include the TCP headers.
You configure this parameter within a firewall policy and it determines the largest payload a device can handle in a single TCP segment.

config firewall policy
edit <policy id>
set tcp-mss-sender <mss value>
set tcp-mss-receiver <mss value>
end