Network monitoring fails differently from the things it watches. The network can be perfectly healthy while your monitoring quietly goes blind.
Almost every network signal arrives over UDP — SNMP on 161, traps on 162, syslog on 514, flow records on 2055/6343 — and UDP drops silently. When a collector's socket buffer fills, the kernel discards datagrams and increments a counter almost nobody watches. Your flow charts dip, an operator assumes traffic fell, and the truth is that the data never made it off the wire. The same blind spot hides in a dozen places: an SNMP poller that falls behind and reports devices as down, a BGP session that stays Established long after it stopped carrying routes, a NetFlow v9 template that desyncs after an exporter reboot and decodes every field wrong, a counter that rolls over and paints a 4-billion-packet spike that never happened.
These guides are for engineers who already run a network and the monitoring around it — not an introduction to subnetting. The goal is the mental model of how the monitoring pipeline actually behaves, the failure patterns that keep recurring, the signals that catch them before an outage, and the runbooks you wish you'd had during the last 2 a.m. incident where everything was green and nothing worked.