packet size

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

packet size

L4 Transporter

Hi,

How the packet size  impact throughput .

Why do we require higher throughput when the packet size is small. 

How do we identify the packet size during the poc time ?

which service will be using the smaller packet size ?

 

Thanks

3 REPLIES 3

L4 Transporter

Hi @simsim ,

 

To make it simple, smaller packet size means the whole chunk of data into smaller packets, and need to add l2/l3 headers for each. 

example

for transferring 900Mb of actual data we need to transfer 100 Mb of headers. considering the link speed, 1 Gbps, per second only 900Mb is transfered ( less throughput)

If the packet size is high, we need only less number of l2/l3 headers, may be 980 Mb data need 20Mb header, which gives higher actual throughput.

 

You can check MTU of patch using ICMP packet with df bit set.

Usually voice packets will be smaller.

Hi,

I did not get the below point 

 

"for transferring 900MB of actual data we need to transfer 100 MB of headers. considering the link speed, 1 GBps, per second only 900MB is transfered ( less throughput)"

Thanks

Hi @simsim ,

 

I was just giving an analogy ( please dont consider Byte or bit difference or interframe gap).

i was just conveying that if your actual data is packed to smaller packet size, you need to have overhead for all, all togather matching to link speed. so actual data transferred will be lower. But if you have bigger packet size, the number of packet will be less, you need header for all (header size will be the same regardless of data size). so you can transfer more data at a given time.

Usually packet per second will be almost same for one platform for any packet size, which gives more data transfer for bigger packets.

  • 4192 Views
  • 3 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!