Difficulty: Easy
Correct Answer: Network Monitor
Explanation:
Introduction / Context:
When planning network segmentation or server relocation, administrators need visibility into traffic volumes per host. Windows NT offered several TCP/IP tools, but only some are suitable for measuring packet flows and bandwidth usage. This question evaluates knowledge of the correct utility for network traffic analysis in an NT environment.
Given Data / Assumptions:
Concept / Approach:
Windows NT includes Network Monitor (and an agent) that captures and analyzes packets, showing per-host traffic statistics and protocols. While Performance Monitor can show interface counters, Network Monitor provides protocol-level visibility and capture capabilities, making it preferable for identifying the top talkers and understanding traffic composition.
Step-by-Step Solution:
Verification / Alternative check:
Cross-check by enabling Performance Monitor counters (Bytes Total/sec) on NICs to validate trends, then use Network Monitor to capture a representative interval for detailed confirmation of the highest traffic generator.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming open connections imply high traffic; a single idle TCP session may contribute little. Always measure bytes or frames over time. Ensure captures occur during peak windows to avoid misleading off-peak data.
Final Answer:
Network Monitor
Discussion & Comments