What is MTU size? why we define in Tunnel or Routing interface? Why not in Switching port?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2014 06:01 AM
IF I send 50 MB data in 10 Mbps link, rate of tranferring data is 1.28 MBps, is it a size of a data, If yes, then it means we can send only one packet in one second and that packet size is 1.28MB?
- Labels:
-
Small Business Switches
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2014 08:59 AM
We define the Maximum Transmission Unit [MTU] on Tunnel/Routing interface so that packets greater that limit be fragmented or dropped before they are encapsulated.
Ethernet switch ports have MTU as well. Ethernet frame is data + L2 header incl. checksum and ranges from 64 bytes to 1518 bytes. GE ethernet supports jumbo packets of 9k bytes. So GE switch can support jumbo frames upto around 9,000 bytes. If not configured to accept baby giants/jumbo even switch would drop larger frames.
Data doesn't ride on the link all alone. There are packet header overheads, inter-packet delays etc. at works. Larger the MTU, lower the overhead more the throughput. 10Mbps link can transfer 10Mega bits per seconds or 1.25 MB/sec. Also, MTU/packet size is not the only criteria for filling up the data pipe to its limits.
HTH.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2014 03:08 AM
Hi vasanth_edw,
like rais said the MTU is not the only thing that can limit your throughput. Also TCP could limit your throughput see http://en.wikipedia.org/wiki/TCP_tuning How is your RTT?
How many concurrent connection do you have?
I would like to offer you my help so contact me :)
kind regards,
Flo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2014 05:27 AM
two concurrent connection
