I. Networking Fundamentals
1. Explain role and function of network components
1.2. TCP and UDP Frames
TCP Frame: TCP frame fields: Total 20 bytes long.
- Sequence Number
- AcK number
- Data offset
- Reserved
- Control bit
- Window
- Urgent Pointer
- Options
- Padding
- Check Sum
- Source port
- Destination port
UDP Frame: UDP frame fields: Total 8 bytes long.
- Length
- Source port
- Destination port
- Check Sum