S06 - Anatomy of a Packet
- OSI and TCP/IP model review
- Ethernet - The Frame Header
- OSI Layer 2 and TCP/IP Layer 1
- Format: Destination MAC, Source MAC, Ethertype, (Data, etc.), FCS
- Wireshark doesn't show the FCS or Preamble
- You will also see multicast, broadcast, and unicast frames
- Network Layer Packet
- OSI Layer 3 - IPv4 and IPv6
- Format: Packet
- Assignment
- Focus on packet number two and answer the following questions. What is the destination MAC address? (Use format xx:xx:xx:xx:xx:xx)
- 00:00:0c:0c:00:0e
- What is the source MAC in this packet?
- 00:0c:29:65:3b:25
- What is the IP identification number? (Use format xxxxxx with no commas)
- 32371 (or 0x7e73)
- What is the IP Time To Live?
- 128
- What is the Source IP?
- 192.168.1.10
- Now change pcaps to the server side. Open udemy-server-slowfiledownload.pcapng. Which packet corresponds to the packet we were analyzing on the client side? What is the frame number?
- Frame 11
- Focus on this frame. What is the source MAC?
- 00:00:0c:9c:00:ff
- What is the destination MAC?
- 00:06:5b:00:02:ff
- What is the IP ID?
- 32371
- What is the IP TTL?
- 127
- How many routers did this packet go through?
- 1
- Was there a NAT (Network Address Translation) along the path? Y/N
- No