Source note: these questions are original practice items modeled on the publicly listed NSE 4 FortiOS Administrator course objectives. They are not leaked or reproduced exam questions. Some items are flagged in-line (⚑) where FortiOS 7.x default behavior/terminology should be spot-checked against current documentation — see also the summary list on the NSE track hub.
Answered: 0/0
Correct: 0
01 Firewall Policy & NAT 18 questions
Q1An administrator adds a new, more specific firewall policy, but traffic is still being handled by an older, broader policy above it. What is the fix?Policy & NAT
Correct: B
First-match-wins evaluation means order must place specific policies before the broad ones that would otherwise shadow them.
Q2What is Central NAT designed to do compared to policy-based (per-policy) NAT?Policy & NAT
Correct: A
Central NAT separates SNAT decisions into their own reusable table instead of a toggle baked into each individual firewall policy.
Q3Which FortiGate IP pool type assigns each internal host its own dedicated public IP on a static 1:1 basis?Policy & NAT
Correct: B
One-to-One maps a single internal address to a single dedicated external address, unlike Overload which shares one external IP among many internal hosts via PAT.
⚑ Verify exact pool-type naming against current FortiOS 7.x documentation.
Q4Which of the following are valid FortiGate NAT IP pool types? (Select all that apply)Policy & NAT
Correct: A, B, C, D
FortiOS supports Overload, One-to-One, Fixed Port Range, and Port Block Allocation IP pool types; "Elastic Pool" is not a FortiGate NAT construct.
⚑ Verify the complete pool-type list against current FortiOS 7.x documentation.
Q5A VIP is created and referenced correctly in a firewall policy, yet external users still can't reach the published server. Which is NOT a productive first troubleshooting step?Policy & NAT
Correct: C
A factory reset destroys the working configuration and provides no diagnostic value — real troubleshooting isolates each dependent layer (server, policy, upstream routing) instead.
Q6What does a FortiGate do by default when a Virtual IP is configured, regarding ARP?Policy & NAT
Correct: B
VIPs typically trigger ARP replies (proxy-ARP style) so the mapped public address is reachable on that segment without a separate static route.
⚑ Verify current ARP-reply defaults/settings for VIPs against FortiOS 7.x documentation.
Q7What is a "local-in policy" used for on a FortiGate?Policy & NAT
Correct: B
Local-in policies govern traffic terminating on the FortiGate itself (management access), distinct from the regular policies governing transit traffic.
Q8After enabling Central NAT, an administrator can no longer find the "NAT" toggle inside individual firewall policies. Why?Policy & NAT
Correct: B
Central NAT is a mode switch — once enabled, SNAT is managed centrally rather than per-policy, which is why the familiar toggle disappears from individual policies.
Q9What is an Internet Service Database (ISDB) object used for in a firewall policy?Policy & NAT
Correct: B
ISDB objects save admins from manually tracking a cloud provider or SaaS vendor's changing IP ranges by referencing a Fortinet-maintained definition instead.
⚑ Verify current ISDB object behavior/availability against FortiOS 7.x documentation.
Q10What elements must minimally align for a firewall policy to match a session?Policy & NAT
Correct: A
This is the core match tuple every firewall policy is built on — zones/interfaces, addresses, and service must all align.
Q11A source NAT overload pool is exhausted (all available ports/addresses in use) during a traffic surge. What is the most likely symptom?Policy & NAT
Correct: B
Pool exhaustion blocks new translations from being allocated; already-established sessions are unaffected, but new ones queue or fail until capacity is freed.
Q12What is "Fixed Port" NAT primarily a trade-off between?Policy & NAT
Correct: A
Fixed Port keeps the original source port during translation, which some applications need, but it constrains how many sessions can share one translated address at once.
Q13Which of the following are valid components of a firewall policy match? (Select all that apply)Policy & NAT
Correct: A, B, C, D
These are the standard match fields; an administrator's password has nothing to do with policy matching.
Q14Why would an organization prefer address groups over listing many individual address objects directly in a policy?Policy & NAT
Correct: B
A group is a single point of maintenance — add/remove a member once instead of editing every policy that references those addresses individually.
Q15After a policy edit, internal users on VLAN 20 lose internet access while VLAN 10 keeps working. What should be checked first?Policy & NAT
Correct: A
Since only one VLAN is affected right after a policy edit, the fault almost certainly lives in that VLAN's specific policy match/NAT configuration, not a shared/physical-layer issue.
Q16What does a firewall policy's UUID primarily provide, distinct from its policy ID/sequence number?Policy & NAT
Correct: A
UUIDs stay stable across reordering/renumbering, which is useful for external tools (like FortiAnalyzer/FortiManager) tracking a policy's identity over time.
⚑ Verify UUID behavior/usage specifics against current FortiOS 7.x documentation.
Q17In a firewall policy, what does referencing a Traffic Shaping profile allow an administrator to do?Policy & NAT
Correct: B
Traffic shaping profiles attach QoS behavior (guaranteed/maximum bandwidth, priority) to whatever traffic the policy matches.
Q18Which of these can commonly serve as the "destination" in a FortiGate firewall policy? (Select all that apply)Policy & NAT
Correct: A, B, C
Address objects, VIPs, and ISDB objects can all populate the destination field; a login schedule is unrelated to destination matching.
02 SSL & IPsec VPN 16 questions
Q19What is the fundamental difference between IKEv1 and IKEv2 in terms of negotiation exchanges?VPN
Correct: A
IKEv2 streamlines the exchange count and adds native mobility/multihoming (MOBIKE) and other improvements over IKEv1's older two-phase, multi-mode structure.
Q20What is the difference between IKEv1 Main Mode and Aggressive Mode?VPN
Correct: A
Aggressive Mode trades some identity protection for fewer round-trips, which is why it's the common fallback for dial-up peers whose IP isn't known in advance.
Q21What is Auto Discovery VPN (ADVPN) designed to solve?VPN
Correct: A
In a hub-and-spoke design, ADVPN lets spokes negotiate a direct shortcut tunnel on demand instead of every spoke-to-spoke packet detouring through the hub.
⚑ Verify current ADVPN configuration requirements against FortiOS 7.x documentation.
Q22On most current FortiGate deployments, what is the standard/recommended way to configure a site-to-site IPsec VPN?VPN
Correct: B
Interface-mode (route-based) VPN treats the tunnel like any other routable interface, which is the modern standard approach and integrates cleanly with SD-WAN/routing.
⚑ Verify policy-based VPN mode's availability/default status on current FortiOS 7.x builds.
Q23What does NAT-T (NAT Traversal) solve for IPsec VPNs?VPN
Correct: A
Plain ESP doesn't have ports for NAT devices to translate consistently; NAT-T wraps it in UDP so a mid-path NAT device can handle it correctly.
Q24An IPsec site-to-site tunnel shows as "up" (Phase 1 and Phase 2 both established) but no traffic is actually passing between the two networks. What should be checked?VPN
Correct: A
A tunnel can be fully "up" while still passing zero traffic if the Phase 2 selectors don't cover the actual subnets in use, or if a firewall policy still blocks it.
Q25What is the purpose of Dead Peer Detection (DPD) intervals/retries?VPN
Correct: A
DPD interval/retry settings control the trade-off between fast failure detection and unnecessary renegotiation from transient blips.
Q26What authentication method is typically used for SSL VPN users authenticating against Active Directory without a separate certificate per user?VPN
Correct: A
The common pattern is directory-backed username/password auth, layered with MFA — avoiding the overhead of issuing/managing per-user certificates.
Q27What is the difference between SSL VPN split-tunnel and full-tunnel configuration?VPN
Correct: A
Split-tunnel reduces bandwidth/latency by only routing corporate-bound traffic through the tunnel; full-tunnel inspects everything at the cost of more VPN throughput.
Q28Why might an organization choose full-tunnel over split-tunnel for remote SSL VPN users despite the added bandwidth cost?VPN
Correct: A
Full-tunnel is a security-first trade-off — every byte the remote user sends gets the same inspection as if they were sitting in the office.
Q29Which of the following are valid Phase 1 authentication methods for an IPsec VPN on a FortiGate? (Select all that apply)VPN
Correct: A, B
IPsec Phase 1 authenticates peers using a pre-shared key or digital certificates — not an administrator's own GUI credentials.
Q30What does "Phase 2 selectors" (proxy-IDs) define in an IPsec VPN?VPN
Correct: A
Selectors define exactly which traffic is "interesting" enough to be sent down that Phase 2 SA — a mismatch here is a classic cause of a tunnel that's up but not passing the expected traffic.
Q31Two FortiGates peer an IPsec tunnel where one side defines Phase 2 selectors as 10.1.0.0/16 and the other defines 10.1.1.0/24. What is the likely outcome?VPN
Correct: B
Mismatched but overlapping selectors are a recurring real-world troubleshooting scenario — matching them exactly on both sides avoids ambiguity.
Q32Why would DPD combined with SD-WAN health-checks be used together for a redundant VPN design?VPN
Correct: A
DPD handles tunnel-level liveness while SD-WAN health-checks handle path-quality steering — combined, they give fast, informed failover between redundant VPN paths.
Q33What is a key difference between SSL VPN Web mode and Tunnel mode from a client access perspective?VPN
Correct: A
Web mode is scoped to bookmarked/published resources through a portal; Tunnel mode grants a fuller network-layer presence via a virtual adapter.
Q34Which of these commonly cause an IPsec Phase 1 negotiation to fail? (Select all that apply)VPN
Correct: A, B, C
All three are classic Phase 1 failure causes; a schedule set to "always" places no restriction and wouldn't itself cause a failure.
03 Security Profiles 14 questions
Q35What is the practical trade-off between flow-based and proxy-based inspection for security profiles?Security Profiles
Correct: A
This is a genuine architectural trade-off between inline speed and full-stream reconstruction depth.
Q36Why is SSL (deep) inspection required for Web Filter/App Control/IPS to be fully effective against modern HTTPS traffic?Security Profiles
Correct: A
Certificate-inspection mode only exposes SNI/CN; full/deep inspection is what's needed for engines to see actual page content and application behavior.
Q37After enabling full/deep SSL inspection, users start seeing browser certificate warnings on HTTPS sites. What is the most likely cause and fix?Security Profiles
Correct: B
Deep inspection re-signs sessions with the FortiGate's own CA — clients need to trust that CA or every site will show a certificate warning.
Q38What does the IPS profile's Botnet Protection / C&C IP blocking feature generally do?Security Profiles
Correct: A
This feature is specifically about catching outbound calls to known-bad C&C infrastructure — a signal that a host is already compromised.
⚑ Verify exact feature naming/location against current FortiOS 7.x documentation.
Q39What is the difference between an IPS profile's "Block" and "Monitor" actions on a matched signature?Security Profiles
Correct: A
Monitor is the standard way to safely evaluate a new/aggressive signature's impact before switching it to enforce (Block).
Q40What does Web Filter category-based blocking rely on to classify a URL?Security Profiles
Correct: A
Web Filter's category verdicts come from FortiGuard's continuously-updated URL categorization service.
Q41Why might an organization configure Web Filter overrides/exemptions for specific users or groups?Security Profiles
Correct: A
Overrides let admins carve out scoped exceptions (e.g. HR needing access to a normally-blocked category) without loosening policy organization-wide.
Q42What does Application Control identify traffic by, that a traditional port-based rule cannot?Security Profiles
Correct: A
App Control fingerprints the traffic itself, which is why it can distinguish two applications sharing the same port 443.
Q43How can Application Control be combined with traffic shaping for QoS purposes?Security Profiles
Correct: B
Identifying the application is the prerequisite for shaping it specifically — e.g. capping streaming video while leaving business apps unrestricted.
Q44What does Antivirus "Outbreak Prevention" (cloud query for a file hash) add beyond local signature matching?Security Profiles
Correct: B
Cloud lookups close the window between an outbreak starting and the next scheduled local signature update.
⚑ Verify exact Outbreak Prevention mechanics against current FortiOS 7.x documentation.
Q45What is a File Filter profile primarily used to control, distinct from Antivirus signature matching?Security Profiles
Correct: A
File Filter is a policy-based control on file type, independent of whether the file is actually malicious — e.g. blocking all .exe over email regardless of AV verdict.
Q46Which of the following security profile types benefit most from SSL inspection to be fully effective against HTTPS traffic? (Select all that apply)Security Profiles
Correct: A, B, C
All three engines need visibility into decrypted content to fully do their job against HTTPS; a schedule object isn't a content-inspection feature at all.
Q47A specific business-critical SaaS application breaks after deep SSL inspection is enabled, due to certificate pinning in its client. What is a common resolution?Security Profiles
Correct: B
Certificate-pinned apps break under re-signed connections by design; a scoped exemption is the standard fix rather than sacrificing inspection everywhere.
Q48Why would an organization still apply Antivirus and IPS profiles even on traffic already covered by a well-managed endpoint security stack?Security Profiles
Correct: B
Layered controls (defense-in-depth) cover gaps a single layer misses — including devices that never get consistent endpoint coverage in the first place.
04 Routing — Static & Policy Routes 12 questions
Q49What does a static route's administrative distance value represent?Routing
Correct: B
Administrative distance is a trust/preference ranking between competing route sources — lower always wins.
Q50By default, in what order does a FortiGate evaluate policy routes versus the standard routing table for a given packet?Routing
Correct: B
Policy routing is a forwarding override mechanism — it's checked ahead of the normal destination-based routing table lookup.
⚑ Verify exact policy-route vs. routing-table precedence against current FortiOS 7.x documentation.
Q51What is a "blackhole route" used for?Routing
Correct: A
A blackhole route intentionally sinks traffic for a prefix, commonly used to stop a summarized-but-unassigned block from silently leaking out a default route.
Q52Two static default routes exist toward different ISPs — one with distance 10, one with distance 20. Under normal conditions (both up), which route is used?Routing
Correct: B
Lower distance always wins when multiple routes compete for the same destination — this is the standard failover primary/backup pattern.
Q53What is ECMP (Equal-Cost Multi-Path) routing used for on a FortiGate?Routing
Correct: A
ECMP kicks in when multiple routes tie on distance/priority, spreading sessions across them rather than picking just one.
Q54A policy route is configured to force certain traffic out a secondary WAN interface, but that interface goes down. What commonly happens to the traffic the policy route was matching?Routing
Correct: B
Policy routes tied to a downed interface don't automatically self-heal in every configuration — this is exactly why interface/link monitoring is a real design consideration.
⚑ Verify exact default failover behavior for policy routes with a down interface against current FortiOS 7.x documentation.
Q55What is the practical purpose of setting a higher administrative distance on a backup static route to the same destination as a primary route?Routing
Correct: B
A deliberately higher distance is the standard way to define a passive backup route that only becomes active when the preferred route disappears.
Q56Why can asymmetric routing be problematic for a stateful firewall like a FortiGate?Routing
Correct: B
Stateful firewalls expect to see both directions of a session — if the return path bypasses the firewall or arrives on a different interface, state tracking breaks.
Q57What information, at minimum, does a static route entry require?Routing
Correct: A
A route without a destination and a next-hop/interface isn't a usable route — those two fields are the irreducible minimum.
Q58What is the purpose of the "priority" value on a FortiGate static route, distinct from administrative distance?Routing
Correct: B
Priority is a secondary tie-breaker layered on top of distance, giving finer control when two routes would otherwise be equally preferred.
⚑ Verify exact priority-vs-distance interaction against current FortiOS 7.x documentation.
Q59Why would an administrator use a policy route instead of a plain static route for certain traffic?Routing
Correct: B
Static routing only considers the destination; policy routing adds source/interface/service granularity for forwarding decisions traditional routing can't express.
Q60After adding a new static default route with a lower distance than the existing one, internet-bound traffic unexpectedly starts using a slower backup ISP link. What is the most likely explanation?Routing
Correct: B
This is a common real-world gotcha — route selection follows distance/priority rules, not actual link speed or quality, unless SD-WAN/health-checks are layered in.
05 SD-WAN 10 questions
Q61What is the purpose of a Performance SLA (health-check) in FortiGate SD-WAN?SD-WAN
Correct: A
SLA health-checks are the measurement layer SD-WAN rules act on — no measured link quality, no informed steering decision.
Q62What is the difference between the SD-WAN strategies "Lowest Cost (SLA)" and "Best Quality"?SD-WAN
Correct: A
Lowest Cost (SLA) optimizes for cost among SLA-compliant members; Best Quality optimizes purely for measured performance.
⚑ Verify exact strategy names/behavior against current FortiOS 7.x documentation.
Q63What happens when an SD-WAN member fails to meet its configured SLA thresholds under a "Lowest Cost (SLA)" rule?SD-WAN
Correct: B
This is the core self-healing behavior of SLA-aware SD-WAN rules — failed SLA triggers steering to the next viable member.
Q64What is an SD-WAN Zone in FortiGate SD-WAN configuration?SD-WAN
Correct: A
SD-WAN zones abstract the underlying interfaces so policies can be written against the zone once, rather than each member individually.
Q65Why does secure SD-WAN combine path selection and security inspection in a single appliance, rather than backhauling branch traffic to a central firewall?SD-WAN
Correct: B
Consolidating path selection and inspection at the branch avoids the latency/cost penalty of backhauling everything to a central hub first.
Q66An SD-WAN rule using "Maximize Bandwidth (SLA)" strategy is configured across three links that all meet SLA. What does this strategy generally do with eligible traffic?SD-WAN
Correct: B
"Maximize Bandwidth" strategies spread eligible sessions across multiple compliant links rather than pinning everything to one.
⚑ Verify exact strategy name/behavior against current FortiOS 7.x documentation.
Q67What is the difference between active and passive health-check monitoring for an SD-WAN member?SD-WAN
Correct: A
Active probing adds synthetic traffic to measure health directly; passive monitoring infers health from actual traffic without adding overhead.
⚑ Verify passive health-check availability/behavior against current FortiOS 7.x documentation.
Q68Health-check correctly marks a WAN member as down, but users on an SD-WAN rule using "Manual" strategy still experience an outage instead of failing over. Why?SD-WAN
Correct: B
"Manual" is deliberately static-order — SLA-reactive failover is a property of SLA-aware strategies, not the Manual one.
⚑ Verify exact Manual-strategy failover behavior against current FortiOS 7.x documentation.
Q69What does the "cost" value represent in the context of an SD-WAN "Lowest Cost (SLA)" rule?SD-WAN
Correct: A
"Cost" is an administrator-assigned relative weight, not a live billing feed — it just needs to reflect which links should be preferred when several meet SLA.
Q70Which of the following are valid FortiGate SD-WAN rule strategies? (Select all that apply)SD-WAN
Correct: A, B, C, D
These four are the standard SD-WAN rule strategies; "Random Assignment" is not one of them.
⚑ Verify the complete/current strategy list against FortiOS 7.x documentation — naming has evolved across versions.
06 HA 10 questions
Q71What is FGCP (FortiGate Clustering Protocol)?HA
Correct: A
FGCP is the underlying clustering protocol that lets FortiGate units form, monitor, and fail over within an HA pair.
Q72What is the key operational difference between Active-Passive and Active-Active FortiGate HA modes?HA
Correct: A
Active-Passive dedicates one unit to standby; Active-Active shares the processing load across members while still providing redundancy.
Q73What is the purpose of dedicated HA heartbeat interfaces between cluster members?HA
Correct: B
Heartbeat links are the cluster's private control channel — losing them is exactly what can trigger a split-brain condition.
Q74Why is session synchronization (session pickup) important for HA failover to be seamless for existing connections?HA
Correct: B
Session pickup mirrors the state table to the standby unit continuously — without it, a failover effectively resets in-flight sessions.
Q75What generally happens to client-facing MAC addressing during an HA failover, and why does this matter?HA
Correct: B
A shared virtual MAC/IP is what makes failover transparent to the rest of the network — no stale ARP entries to wait out.
⚑ Verify exact virtual MAC behavior across HA modes against current FortiOS 7.x documentation.
Q76What is a "split-brain" condition in an HA cluster, and what commonly causes it?HA
Correct: B
Split-brain is a real, well-known HA failure mode — both members "go active" when they lose the ability to coordinate over heartbeat.
Q77What is the purpose of configuring monitored/link-monitor interfaces in an HA setup, beyond monitoring the peer unit itself?HA
Correct: B
Link monitoring extends failover triggers beyond "is the peer unit alive" to "is the active unit's actual path still usable."
Q78Why must HA cluster members typically run matching firmware versions and comparable hardware models?HA
Correct: B
Cluster formation and synchronization assume compatible members — mismatches are a common cause of clusters that won't form or sync properly.
Q79After an HA failover, active VoIP calls drop even though session pickup is enabled. What is a plausible explanation?HA
Correct: B
Session pickup improves survivability but isn't an absolute guarantee for every traffic type — real-time/UDP-heavy flows are more sensitive to the brief disruption than a resilient TCP session.
⚑ Verify current session-pickup coverage/limitations for specific traffic types against FortiOS 7.x documentation.
Q80What does the HA "override" setting, combined with device priority, influence?HA
Correct: B
Override controls whether "preemption" happens — a returning higher-priority unit forcing another failover versus just rejoining as standby.
⚑ Verify exact override/priority interaction against current FortiOS 7.x documentation.
07 FSSO / Authentication 10 questions
Q81What is the core purpose of FSSO (Fortinet Single Sign-On)?FSSO
Correct: B
FSSO's value is transparency — the user's existing domain login becomes the identity the firewall uses, with no second login prompt.
Q82What is the difference between the FSSO Collector Agent method and DC (Domain Controller) polling / agentless mode?FSSO
Correct: B
Both get login events from AD, but by different mechanisms — a persistent monitoring agent versus periodic polling.
⚑ Verify exact FSSO deployment mode names/behavior against current FortiOS 7.x documentation.
Q83How does FSSO-based authentication differ from a captive portal for firewall policy matching?FSSO
Correct: B
The two sit at opposite ends of the transparency spectrum — FSSO infers identity, captive portal actively demands it.
Q84What allows a firewall policy to be written against an Active Directory security group (e.g. "Finance") rather than individual users or IPs?FSSO
Correct: A
Group membership flows through FSSO into the FortiGate's user/group awareness, letting policies target "Finance" instead of maintaining IP lists.
Q85What is the difference between LDAP and RADIUS as authentication server types configured on a FortiGate?FSSO
Correct: A
Both are valid, widely-used auth backends, but with different protocol models — directory bind versus dedicated AAA exchange.
Q86What does adding FortiToken (or another second factor) to firewall/VPN authentication provide?FSSO
Correct: B
MFA's whole value is defeating credential-only compromise — a leaked password alone is no longer sufficient.
Q87A user successfully logs into their Windows domain account, but FortiGate policies still show their traffic as "unknown user" and apply the default/guest policy. What is a likely cause?FSSO
Correct: B
"Unknown user" almost always traces back to the login-event pipeline (agent connectivity, permissions, or polling health) rather than anything about the user's credentials.
Q88What is RSSO (RADIUS Single Sign-On) used for, distinct from FSSO?FSSO
Correct: A
RSSO fills the same transparent-mapping role as FSSO, but for environments where identity events arrive via RADIUS accounting rather than AD.
⚑ Verify exact RSSO use cases/configuration against current FortiOS 7.x documentation.
Q89What is explicit web proxy authentication, and how does it differ from transparent FSSO?FSSO
Correct: A
Explicit proxy auth is the "ask, don't infer" counterpart to FSSO's transparent approach.
Q90Which of the following can serve as a valid authentication source/method referenced by a FortiGate firewall policy? (Select all that apply)FSSO
Correct: A, B, C, D
All four are legitimate identity sources a policy can reference; a DNS record has no authentication role.
08 Session & Session-Helper Behavior 6 questions
Q91What is the purpose of a session helper (ALG) like the FTP or SIP helper on a FortiGate?Session
Correct: B
ALGs exist specifically because some protocols embed addressing info inside their payload, which plain NAT never touches — the helper fixes that up.
Q92Why does FTP specifically often require a session helper to function correctly through NAT?Session
Correct: B
FTP's classic two-channel design is the textbook example of why ALGs exist — the data channel's addressing lives inside the payload, invisible to plain NAT.
Q93An organization deploys a dedicated third-party SBC (Session Border Controller) for SIP and starts seeing call-signaling interoperability issues after the FortiGate's SIP session helper also tries to modify SIP traffic. What is a reasonable operational response?Session
Correct: B
Two devices both trying to rewrite SIP signaling is a known real-world interoperability problem — disabling/tuning the FortiGate's SIP ALG for that path is the standard fix when a dedicated SBC already handles it.
⚑ This is a well-known operational pattern, but exact CLI toggle/scope should be verified against current FortiOS 7.x documentation.
Q94What commonly happens when the FortiGate's session table reaches capacity?Session
Correct: B
Session table capacity is a real, model-dependent ceiling — exhausting it blocks new session creation rather than something more dramatic.
Q95Why do TCP, UDP, and ICMP sessions typically have different default idle-timeout behavior in the session table?Session
Correct: B
TCP's explicit FIN/RST signaling gives the firewall a clean teardown signal that connectionless UDP/ICMP simply don't have, hence the differing default timeout philosophy.
Q96Which of the following protocols commonly rely on an ALG/session-helper due to embedding IP/port information inside their application-layer payload? (Select all that apply)Session
Correct: A, B, C
FTP, SIP, and TFTP are classic ALG candidates because of embedded addressing; fully encrypted HTTPS payload is opaque to a session helper by design.
09 Logging 4 questions
Q97What is a key trade-off of relying on local disk/memory logging on the FortiGate itself versus sending logs to FortiAnalyzer/FortiCloud?Logging
Correct: B
Local disk/memory is finite and rotates quickly under load — centralized logging exists precisely to solve retention and cross-device correlation at scale.
Q98Why is it useful to include the matched policy ID when reviewing traffic logs during troubleshooting?Logging
Correct: B
The policy ID collapses "which of dozens of rules handled this" into a direct lookup, which is exactly what's needed when troubleshooting unexpected behavior.
Q99What is the purpose of configuring alert email or SNMP traps for specific critical events (e.g. HA failover, disk full, high CPU)?Logging
Correct: B
Alerting closes the gap between "the log recorded it" and "a human actually noticed" for events that need timely attention.
Q100Why might an administrator deliberately lower the logging severity threshold (log more verbosely) temporarily while troubleshooting an issue, then raise it back afterward?Logging
Correct: B
This is standard operational practice — trade verbosity for detail during active troubleshooting, then dial back down to keep steady-state log volume manageable.