First page Back Continue Last page Summary Graphics
Refresher
Three protocol types
- TCP - connection based
- UDP - connectionless
- ICMP - used by ping
Each network packet header contains at least:
- Type of communication (TCP, UDP, ICMP)
- Source address and port
- Destination address and port
- Flags (SYN and ACK) for TCP packets
Notes: