Ask Your Question
0

what happened to the network?(from a noob)

asked 2018-11-30 09:11:05 +0000

wendywu gravatar image

updated 2018-11-30 09:13:34 +0000

I 'm a noob. I captured two packets in two days, it shows the same two problemS :

1.'FIN ACK'& 'RST'

2.'tcp dup ack'& 'tcp out of order'

From materials I learned before, they are very serious problems. Am I right?
please help me analyse it , thanks a lot!

CLOUDSHARK1

CLOUDSHARK2

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-12-01 14:33:19 +0000

updated 2018-12-01 14:35:14 +0000

From the captures you have provided I don't see any serious problem.

FIN, ACK and RST

This is quite usual way to stop TCP connection. Can be observed very often.

Dup ACKs, out-of-orders

This is TCP built-in mechanism for handling lost and reordered packets. In your case it seems there are regular out-of-order packets coming to receiver. Although the consistent pattern is interesting, this is nothing TCP couldn't take care of, and in this case the influence of reordering is unnoticeable.

From materials I learned before, they are very serious problems. Am I right?

It depends. They could be or could be not (as it is in your traces).

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2018-11-30 09:11:05 +0000

Seen: 649 times

Last updated: Dec 01 '18