Boost up your Internet Speed instantly


Recently I came across this technique to increase the speed of wireless network you are using at your home or work from one of my faculty. I searched a lot regarding this got a very simple solution for Wireless as well as for LAN connections..

This technique is all about configuring MTU (Maximum Transmission Unit), which is the size (in bytes) of the largest protocol data unit that the layer can pass onwards.

.

Lets start it simply

  • Open the Run box by pressing “Windows key + R”
  • Type in “cmd” and press Enter.

Now to see the default parameters of your PC or machine enter the below statement and press Enter.

netsh interface ipv4 show subinterfaces

You will get something like this

MTU         State  Bytes In    Bytes Out  Interface
----------  -----  ---------   ---------  -------------
4294967295  1      0           13487914   Loopback Pseudo-Interface 1
1500        1      3734493902  282497358  Wireless Network Connection
1500        1      0           0          Local Area Connection

———————————————————————————————————————————-

Now to change the default values of MTU enter the below statement.

In the following statement i have used “mtu=1400″ as an example. You can set your MTU values on your own. But remember one thing try to keep it unique (by setting it a bit lower than what the mass uses  on the same network).

.

If you are using a LAN (Local Area Network) connection:

netsh interface ipv4 set subinterface "Local Area Connection" mtu=1400 store=persistent

If you are using a Wireless connection:

netsh interface ipv4 set subinterface "Wireless Network Connection" mtu=1400 store=persistent

Now start your browser and look what who have done to your internet speed. I m sure you will feel its running more than twice the speed it was..

.

.

If you have any other way out to increase the speed over the network, please feel free to share it here…


About

A common guy with uncommon dreams, passionate about new and emerging technologies. I share here what i find new, useful and helpful to others also. Thank you for spending your precious time here!


2 Comments and Pings

  • Social comments and analytics for this post…

    This post was mentioned on Twitter by Harsh_Ajmera: Boost up your Internet Speed instantly (http://bit.ly/cEuMDa) http://bit.ly/cEuMDa...

    1. Icechen1 says:

      Nice post about MTU, do you allow me feature it in http://pbjbreaktime.com/2010/08/7-ways-speed-up-broadband/ ?

    Leave a Reply

    Note: All fields are mandatory.

    Recommend us on Google