Blog Entry of 2006-Nov-13 in Network Monitoring Basics, PRTG 6
Five Questions to Ask Yourself as You Consider Monitoring Solutions: Part 5/5
- Packet Sniffer: The Packet Sniffer inspects all network data packets passing a PC's network card(s) and classifies network traffic by IP address, protocol and other parameters.
Advantage: Exact data, traffic can be accounted by IP and protocol.
Disadvantage: High load on monitoring system for high-traffic systems; network topology must be changed, so that all packets in the network are sent to the analyzing machine. - NetFlow: The NetFlow protocol is supported by most Cisco routers to measure bandwidth usage. Although it is the most complex method to set up, it is also the most powerful method for monitoring high-traffic networks and can classify traffic by IP address, protocol and other parameters.
Advantage: Best choice for high-traffic networks that need protocol analysis
Disadvantage: Only works with Cisco routers. - SNMP: Simple Network Management Protocol is the most basic method of gathering bandwidth and network-usage data. It can be used to monitor bandwidth usage of routers and switches -- port-by-port -- as well as to perform device readings for memory and CPU load.
Advantage: Low bandwidth and CPU load caused by monitoring itself. Best choice for high-traffic networks that don't need protocol analysis
Disadvantage: Traffic can only be monitored in totals per device/port and cannot be differentiated by protocol.