Timers and Events
Uses for timers: TCP timers (RTX, persist, keep-alive, 2*MSL, delayed ACK), frag reassembly, ARP cache, IGMP reports
Timers generally run off the computer’s clock interrupt, often divided down to intervals such as 10ms up to 500ms
Two common techniques: use system-defined periodic dispatcher [common in TCP/IP], use specific deadline