How do you flush the ARP cache on Windows?
netsh interface ip delete arpcache
How do you view the ARP cache on Windows?
arp -a
How do you flush the ARP cache on Linux?
ip -s -s neigh flush all
How do you view the ARP cache on Linux?
arp -n
What allows session multiplexing?
What layer 4 device uses them?
Layer 4 ports
stateful firewalls