Investigate packet details
In this reading, you'll re-examine IPv4 and IPv6 headers. Then, you'll explore how you can use Wireshark to investigate the details of packet capture files. Internet Protocol (IP) Packets form the foundation of data exchange over a network, which means that detection begins at the packet level. The Internet Protocol (IP) includes a set of standards used for routing and addressing data packets as they travel between devices on a network. IP operates as the foundation for all communications over the internet. IP ensures that packets reach their destinations. There are two versions of IP that you will find in use today: IPv4 and IPv6. Both versions use different headers to structure packet information. IPv4 ▶️IPv4 is the most commonly used version of IP. There are thirteen fields in the header: Version : This field indicates the IP version. For an IPv4 header, IPv4 is used. Internet Header Length (IHL) : This field specifies the length of the IPv4 header including any Options...