312-50v10 Exam QuestionsBrowse all questions from this exam

312-50v10 Exam - Question 82


Bob finished a C programming course and created a small C application to monitor the network traffic and produce alerts when any origin sends "many" IP packets, based on the average number of packets sent by all origins and using some thresholds.

In concept, the solution developed by Bob is actually:

Show Answer
Correct Answer: AD

Bob's application fits the description of a behavior-based Intrusion Detection System (IDS). This type of IDS monitors network traffic and raises alerts when there is a deviation from the normal behavior, which in this case is defined by the average number of packets sent by all origins. The term 'many' IP packets and the use of thresholds to detect anomalies point towards behavior-based monitoring rather than just a general network monitoring tool.

Discussion

6 comments
Sign in to comment
guidoleonardoOption: D
Oct 29, 2020

I was pretty sure that the answer were "D"

MagicianRecon
Nov 3, 2020

seems to be IDS to me as well

Castoret
Dec 8, 2020

I guess that an IDS is much more than a traffic monitoring but "in concept" I would also say "D"

MeganONO
Feb 16, 2021

I would also have said "D".

[Removed]Option: D
Jun 10, 2021

The word "many" implies a behavior.

beowolfOption: A
Jul 19, 2021

Read the question. Answer is there in the question. Monitor network. Not IDS.

avd12345Option: B
Nov 24, 2021

Monitor network and raise alerts -> so it should be IDS

ffactorOption: D
Sep 23, 2023

I'm guessing behavior based IDS. It is producing an alert when the traffic deviates from baseline.

4bd3116Option: D
Jul 14, 2024

is a behavior-based