The Protocol Stack applet and the accompanying notes (such as How do I use the applet? and What concepts is the applet illustrating? ) can be used as the basis of a series of laboratory experiments as shown below. Some of the experiments have questions to supplement the explanation.
Experiment One: 3000 Byte MTU / 3000 Byte MTU
This first experiment explores the simplest case which is when the maximum transmission unit (MTU) of each network does not require the network layer to fragment the packet. The applet assumes that the packet originating from the application layer on the source machine is 2000 bytes. The source transport layer prepends a 20 byte header. The source network layer also wants to prepend a 20 byte header resulting in a packet going to the source data link layer with a size of 2040 bytes. This size must be less than or equal to the MTU of the first network since the MTU is the maximum size of the packet the data link layer can accept. The data link layer will prepend a 16 byte header before placing the packet on the network, but the data link layer header does not count as part of the MTU.
In this experiment in the applet select the 3000 Byte radio button for both the first and second networks. Click the Start button and watch the simulation.
Experiment Two: 1500 Byte MTU / 3000 Byte MTU
Repeat experiment one except for the first network select a 1500 Byte MTU.
Experiment Three: 1500 Byte MTU / 1000 Byte MTU
Repeat experiment two except for the second network select a 1000 Byte MTU.
Experiment Four: 3000 Byte MTU / 1000 Byte MTU
Repeat experiment three except for return to the first network select and change it back to a 3000 Byte MTU.