Now a day everyone wants to get high speed on their internet connection. Today I will guide you the way that will help you get most of the internet speed from your internet connection.
For this you need to set your
MTU packet size according to your connection, let me explain to you what MTU first
is.
What is MTU?
MTU stands for maximum
transmission unit, a maximum transmission unit (MTU) is the biggest packet or
frame size, specified in eight-bit bytes (octets) that can be sent in a packet
or frame-based network such as the internet.
The maximum MTU size is
1500-byte over most of the internet.
So you must determine your internet connection MTU packet size, that be will help you improve internet
speed.
So let's get
started,
Step 1: Determine the MTU Size
For this, you need to run the given command in Command Prompt and open your CMD with administrative right.
A new window will open just like below.
ping google.com -f -l 1492
In this command, we tested the packet size with 1492 size and all packet sizes are lost, as shown below.
Lets reduce packet size and try again, here you have to try until you will find actual pack size by reducing the values. In my case it is 1440. as shown below.
So now we have our actual packet size, which is 1440 in my case. Now add 28 to your actual packet size. 1440+28=1468--> actual packet size which needs to be set.
netsh int ipv4 set subinterface “Ethernet” mtu=1468 store=persistent
Copy and paste the above command, just change the packet size according to your value.
You can verify the packet size setting under given command
netsh interface ipv4 show subinterfaces
Note: Use under the given command for Wi-Fi adopter packet size
netsh int ipv4 set subinterface “Wi-Fi” mtu=1468 store=persistent
All done open any speed test website and check your up and download speed.