Resources: 

Open your terminal of choice and list the interfaces available:

netsh interface ipv4 show subinterfaces
Looking at the list find the name of the interface you want. In my example its Ethernet0:

netsh interface ipv4 set subinterface "Ethernet0" mtu=9000 store=persistent
The default MTU value should usually be 1518. In my example I set this to 9000 to allow jumbo packages on my 10GB network.

Tasks:

  1. Write a computer program to discover the MTU and MSS size of your communication network. 
  2. What is the difference between MTU and MSS?
  3. Compare the discovered MSS with the MTU size displayed in your operating system. Explain the reason, with a diagram. 

Delivery: Demonstrate your work while recording the screen, upload the video on YouTube.

Deadline: None. However, it is expected that you complete the tasks by the first week.

Questions:

  1. How did  you discover the MTU/MSS on your system with the PING command?
  2. What is the role of the DF flag?
  3. Write the command to send an ICMP ping request to 8.8.8.8 of size 5000 Bytes with DF set to one.

By wpadmin

Related Post

Leave a Reply

Your email address will not be published. Required fields are marked *