Computer Network & Network Security System β Application Layer, NEC licence examination syllabus (Nepal Engineering Council).
You can't fix what you can't see β these tools make network traffic visible.
ManagerThe central system that monitors the network.
AgentSoftware running on each managed device (router, switch, server), reporting its status.
MIBManagement Information Base β a structured database describing exactly what data each agent can report.
MRTG / PRTGMonitor and graph network traffic/bandwidth usage over time, typically using SNMP under the hood.
Packet TracerA network SIMULATION tool (by Cisco) β build and test virtual network topologies without needing real hardware.
WiresharkCaptures and inspects REAL packets flowing on an actual network β down to individual header fields β the tool professionals reach for when actually debugging a live network problem.
SNMP works in two directions, and the reason is the same trade-off as polling versus interrupts in the device-driver topic.
PollingThe manager asks each agent at intervals. Predictable load, and it detects a device that has died silently β but a fault occurring just after a poll goes unnoticed until the next one.
TrapThe agent reports an event immediately without being asked. Fast, and generates no traffic when nothing is wrong β but a trap from a device that has just failed may never be sent at all.
MRTG / PRTG"How much traffic, over time?" β long-term graphs of volume and utilisation. Good for capacity planning and spotting trends; says nothing about individual packets.
Wireshark"What exactly is in this conversation?" β every field of every packet. Definitive for diagnosis, and drowns you instantly if pointed at a busy link without a filter.
Packet Tracer"What would happen ifβ¦?" β a simulator, so nothing observed in it is real traffic. For learning and design, not diagnosis.
Create a free account to tick topics off, take notes as you read, watch the video lessons and get a day-by-day study plan built around your exam date.
Loadingβ¦