If I increase it's value for my internet connection, will it make my internet faster? or it won't make any effect? I always wondered this, but could not find the answer.
Thanks.
MTU (Maximum Transmission Unit)
Started by TcM, Feb 04 2007 01:10 AM
13 replies to this topic
#1
Posted 04 February 2007 - 01:10 AM
|
|
|
#2
Posted 04 February 2007 - 02:41 AM
#3
Posted 15 March 2007 - 02:28 AM
Well, Its better to try them and restore default settings if it did anything Wrong.
And I have seen people changing it.
RUN > regedt32
And I have seen people changing it.
RUN > regedt32
#4
Posted 06 May 2007 - 07:36 AM
I once did something awhile back that made the Net faster. It only works if you have DSL or Cable; not dial-up.
#5
Posted 10 May 2007 - 08:48 AM
xXHalfSliceXx said:
I must say, very helpful lol.Sionofdarkness said:
I once did something awhile back that made the Net faster. It only works if you have DSL or Cable; not dial-up.
Thanks.
#6
Posted 10 May 2007 - 08:52 AM
If your connection speed increases, then of course, it will be faster. Of course it isn't sure that you can feel it, it depends on how much it increases at one time. If you go from 512kb/s, you may not feel it when you're changing to 1024kb/s, but if you go from 1024kb/s to 10240kb/s (10mb/s), then you'll feel it.
If you want to test your connection, there's lots of different places on the internet, to check it. One of my favorites are:
Speedtest.net - The Global Broadband Speed Test
If you want to test your connection, there's lots of different places on the internet, to check it. One of my favorites are:
Speedtest.net - The Global Broadband Speed Test
#7
Posted 10 May 2007 - 09:21 AM
Yes, I use that website too. I really like it. But of course from 1024kb/s with tweaks you will not go to 10240kb/s, but I have 2mb, if I can make it a little bit faster that would be great!! (No need to feel it, just be it)
#8
Posted 10 May 2007 - 06:08 PM
increase it to what?
the MTU is 1500, never change it
it's actually 1518, but if it's 1500 keep it that way. it's the largest size for a packet.
you can't have a 2000 byte packet. packets are very structured, and you'll mess up your internet connection.
each 1500 byte packet comes with a lot of stuff, like source and destination MAC(layer 2), source and destination IP(layer 3), port numbers, CRC(cyclic redundancy check, aka error checking), and then some room for data.
so 1500, keep it at that.
the MTU is 1500, never change it
it's actually 1518, but if it's 1500 keep it that way. it's the largest size for a packet.
you can't have a 2000 byte packet. packets are very structured, and you'll mess up your internet connection.
each 1500 byte packet comes with a lot of stuff, like source and destination MAC(layer 2), source and destination IP(layer 3), port numbers, CRC(cyclic redundancy check, aka error checking), and then some room for data.
so 1500, keep it at that.
#9
Posted 11 May 2007 - 03:19 PM
Well but making it bigger means that it will hold more data at once, I can't see what is wrong with that....
#10
Posted 11 May 2007 - 06:13 PM
you are not understanding me
1500 is an Ethernet standard
google it
you can't make it bigger. your NIC will send out the maximum of 1500 to the wire. the router or switch you are behind, it won't keep listening for things over 1500. it's the biggest it gets. it just stops after 1500. you'll mess up whatever data you are sending.
it's a STANDARD.
if you followed the google link:
it's the largest allowed. older NICs, like 10 Mbps NICs, (as opposed to the 10/100/1000 NICs), might have had problems reading a full 1500 byte packet due to speed limitations. if it took to long to process, you'd get collisions on the wire. so you have an option of setting it lower for the sake of older, slower NICs.
get me yet?
1500 is an Ethernet standard
google it
you can't make it bigger. your NIC will send out the maximum of 1500 to the wire. the router or switch you are behind, it won't keep listening for things over 1500. it's the biggest it gets. it just stops after 1500. you'll mess up whatever data you are sending.
it's a STANDARD.
if you followed the google link:
Quote
For example a 1500 byte packet, the largest allowed by Ethernet at the network layer (and hence most of the Internet), would block up a 14.4k modem for about one second.
it's the largest allowed. older NICs, like 10 Mbps NICs, (as opposed to the 10/100/1000 NICs), might have had problems reading a full 1500 byte packet due to speed limitations. if it took to long to process, you'd get collisions on the wire. so you have an option of setting it lower for the sake of older, slower NICs.
get me yet?
#11
Posted 12 May 2007 - 01:07 AM
Yes, I think that I got the concept.. now at the end of the day, that means that I could get corrupted data?
#12
Posted 12 May 2007 - 06:53 AM
corrupted? yeah, probably.
some error checking along the way probably won't even allow you to send the packet.
even IPv6 will be using 1500 byte packets.
the packet has to go through alot of hoops before it makes it to your destination. dozens of routers, switches, repeaters, ect.
these devices, at least the layer 2/3 ones, will only forward 1500 bytes. the rest, it'll probably think there was a collision and jam up the line in wait signals.
so not only would you get lost/corrupted data, but you'd be dramatically slowing down the network due to backoff algorithms performed after a collision is detected on the line.
this is basic networking stuff.
some error checking along the way probably won't even allow you to send the packet.
even IPv6 will be using 1500 byte packets.
the packet has to go through alot of hoops before it makes it to your destination. dozens of routers, switches, repeaters, ect.
these devices, at least the layer 2/3 ones, will only forward 1500 bytes. the rest, it'll probably think there was a collision and jam up the line in wait signals.
so not only would you get lost/corrupted data, but you'd be dramatically slowing down the network due to backoff algorithms performed after a collision is detected on the line.
this is basic networking stuff.


Sign In
Create Account


Back to top











