×
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Contact US

Log In

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

TCP Retransmission

TCP Retransmission

TCP Retransmission

(OP)
I am working with a situation of slow performance on an application that we use.

I have taken packet captures of this application and noticed that there were a lot of retransmissions.  When I look at the packets, there is an HTTPS packet and then like .000001 seconds later there is a TCP that says that it is a retransmission of the HTTPS packet.

Has anyone see anything like this before and if so what is the cause of it?  This is saying that up to 50% of the packets are retransmitted.

Thanks for your help in advance.
Terry

RE: TCP Retransmission

how big are the packets?  is there a df in the packet?

RE: TCP Retransmission

(OP)
the packets are 1380 bytes.  Not sure what you mean by "DF" in the packet.  If you mean difference, there is no difference in either packet, except for the relative time is different.

Thanks.

RE: TCP Retransmission

DF is 'dont fragment'  is this a new issue?  has this ever worked?

RE: TCP Retransmission

(OP)
It has been working, the users have been complaining of slowness and this application is outside our organization.  This is an issue that I just noticed because the user was complaining about slowness.

The DF bit is set to 1 on both packets.

RE: TCP Retransmission

so that i understand.... users at your company are going to www.abc.com (at another location outside your org) and you are seeing dropped packets on your network.  correct?  are there dropped packets for this website only?  what is your head end device?  do you see the same behavior going to yahoo.com?  can you call the vendor, is anyone else experiencing slowness?  is there increased traffic cause of the holiday?

RE: TCP Retransmission

(OP)
It looks like something going on internally, but still unsure.

thanks for your help.

RE: TCP Retransmission

The DF bit should be set to zero.

/

tim@tim-laptop ~ $ sudo apt-get install windows
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Couldn't find package windows...Thank Goodness!

RE: TCP Retransmission

It shouldn't matter what the DF bit is set to, although an efficient network should not allow fragmentation to occur, so I would tend to like the DF bit being set.
 
The DF bit means "Do not fragment".
   
Normally, if a router attempts to route a packet larger than the MTU size accepted by the next router, the first router will simply fragment the packet and send it as two packets instead. This places additional overhead on both the router and the destination host as well as creating a Murphy's Law situation at any firewall or filtering device the packet fragments have to traverse.
 
If the DF bit in the packet is set to 1, this means the first router is not allowed to fragment the packet. In this case, the router drops the packet, and sends a special ICMP "Destination unreachable" packet back to the packet's source, which decodes as "fragmentation needed and DF bit set" and includes the maximum MTU available for the path. The source host updates its registry with the new maximum MTU size and sends further packets at the right size.
 
That's my understanding of it, anyway.

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Tek-Tips Forums free from inappropriate posts.
The Tek-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members! Already a Member? Login

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close