From the course: Wireshark Essential Training
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Generating a frame - Wireshark Tutorial
From the course: Wireshark Essential Training
Generating a frame
- [Instructor] Now that you understand the different layers, let's build out a frame. Now when frame formation occurs and the encapsulation process takes place, we start out with a stump of data. Well, the data might be a web request. The next thing that happens is we create a segment and that would either be your TCP or UDP header. And within that segment, we have the source and destination port address. The next part of encapsulation is adding the IP header. Now at the network layer, it's called a packet. And within that, we have a source and destination IP address. The last part of this frame formation is the frame header. And within that, of course, we have the MAC address. And with a frame, not only is there a header, we also have a trailer. That is the frame check sequence. This is to provide error detection on a network by creating a cyclic redundancy check value that the network will check as it's traveling…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.