nse4_fgt-72 Exam QuestionsBrowse all questions from this exam

nse4_fgt-72 Exam - Question 42


Which statement correctly describes NetAPI polling mode for the FSSO collector agent?

Show Answer
Correct Answer: CD

NetAPI polling mode for the FSSO collector agent can increase bandwidth usage in large networks. This is because it polls user login sessions on the domain controller periodically, and in a large network, this frequent polling can generate significant bandwidth consumption.

Discussion

17 comments
Sign in to comment
NaturehasITOption: C
Feb 13, 2023

I really want to advise all who is studying and taking the exam soon.This Q: Question #: 42, the ans is : C. NetAPI polling can increase bandwidth usage in large networks. Reason being, when NetAPI: polls sessions created on the DC, it only polls user logins and NOT logouts. And as such it does this every 9seconds if default timer is used. Hence, it will generate alot of bandwidth in large networks.

LAFNELLOption: B
Oct 25, 2023

Answer is B you can check FortiGate Infrastructure 7.2 Study Guide p.128 NetAPI: Polls temporary sessions created on the DC when users logs in or logs out and calls the NetSessionEnum function on Windows.

Kain1077Option: C
Sep 19, 2023

Polling doesn't do use user logout only logins. The correct answer is C, increase network bandwidth.

netwkguy99Option: D
Sep 25, 2023

I think D stands as the correct answer because the question is asking what correctly describes the polling mode. In this case, the polling method scans a Microsoft or Windows DC using the windows API (netapi32.dll) for logged in users. https://community.fortinet.com/t5/FortiGate/Technical-Note-FSSO-NetAPI-polling-bandwidth-usage-calculator/ta-p/196417

Slash_JMOption: B
Sep 22, 2023

FortiGate Infrastructure 7.2 Study Guide p.128

johncz88Option: C
Sep 23, 2023

C is the correct answer.

Kiran_k2Option: B
Oct 7, 2023

Ans B : The NetAPI polling use the NetSessionEnum Microsoft API from netapi32.dll to detect the users that have established session on the domain controller.

Matawa100Option: C
Nov 8, 2023

FSSO CANNOT get logout on an AD server. Answer is C.

MtoEOption: C
Nov 20, 2023

NetAPI polling does not track user log out through NetSessionEnum function. This function is used to retrieve info about session established on a server but it does not specifically track user log outs

ybkdmOption: C
Jan 10, 2024

The answer is C

darkdante24Option: B
Jan 16, 2024

B is correct as NetAPI is capable to poll both login and logout sessions. The only drawback of this mentioned in fortinet documents is regarding the miss login events when DC is under heavy system load

andromeda78Option: B
Jan 24, 2024

NetAPI: polls temporary sessions created on the DC when a user logs in or logs out and calls the NetSessionEnum function on Windows.

paulosrsfOption: C
Jan 28, 2024

The information about logout is completely wrong. It only gets login info from the DC. The right answer is C.

Mallu_92Option: C
Mar 18, 2024

C is correct, It was mentioned also in the self-study for the test in LESSON 03: Fortinet Single Sign-On (FSSO)

MengtingLiangOption: C
Apr 29, 2024

C P128

Cisco_SE_765Option: B
Jun 6, 2024

B is the one

LoneWarriorOption: C
Jun 17, 2024

Can anyone explain why their answer is B? Every resource I can find shows that the NetSessionEnum function only returns logon events and not logout. My answer is C