Describe the educational, diagnostics, network baseline measurements, and security reasons to capture network traffic.

What will be an ideal response?


For educational purposes. Taking the time to examine a series of captured packets is a great learning experience. If you have wondered what really goes on behind the scenes when a Web page is loading, or an email is being sent, analyzing the captured traffic will show you.

For diagnostics. Perhaps a network device has stopped working, such as a network printer. Is traffic getting to the printer? Is the printer sending any replies or acknowledgements?

For network baseline measurements. It is typically good to know what normal traffic patterns look like on a network. Then anything that diverges from the normal patterns can be investigated.

For security reasons. If an attack is taking place, capturing the traffic will provide evidence that may possibly lead to the identity of the attacker and the techniques used to perform the attack.

Computer Science & Information Technology

You might also like to view...

____ adjustments let you apply predetermined pictures, tiles, or patterns.

a. Pattern b. Pickup c. Filter d. Tiled

Computer Science & Information Technology

Because tables involve a considerable amount of code, it can be difficult to debug a problem in your table code. Outline a good strategy for creating tables.

What will be an ideal response?

Computer Science & Information Technology

Which of the following display gadgets, or customizable mini-programs that display continuously updated information?

A) Quick Launch toolbar B) Address Bar C) Notification area D) Windows Sidebar

Computer Science & Information Technology

What is the complexity of a selection sort?

A. O(n2) B. O(n) C. O(log2n) D. O2

Computer Science & Information Technology