First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

PSH, ACK flag while application is not working

  • retag add tags

We are providing internet to servers, Application running on that Server will use Internet to show some articles to users.

We are facing issue that sometime Application get internet and show articles and videos to users but sometime no.

we get packet Capture on both Scenario and get following difference.

Lot of packets with PSH, ACK flag once application facing issue with Internet but no PSH, ACK Packet once it's working fine.

My queries are:

  1. What is purpose of PSH, ACK flag why it cause this issue
  2. How to troubleshoot it further to get reason of this PSH, ACK flag.
atifjauhar80's avatar
1
atifjauhar80
asked 2022-09-08 12:40:22 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

From my understanding the PSH flag in the TCP segment is set by the sender to tell the receiver to immediately process the data received to that point. As frames move back and forth between sender and receiver, each TCP Segment has a field called the "Acknowledgement Number", which is a message back to the 'other side' indicating how much data has been received to that point. This is denoted by the "ACK" label in Wireshark. If an Ethernet frames is 'lost' on the network, the receiver will keep the Acknowledgement number the same in subsequent segments sent - a note to the sender to resend data from that point.

I am not sure the PSH and ACK are the root cause of your issue. When the server fails to connect to a web site, are you seeing the server perform a DNS lookup for web site? Are you seeing the server try to open a new TCP connection to the internet web site?

DavidB's avatar
1
DavidB
answered 2022-09-14 14:45:49 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer