networking - when ip conflict, how tcp react? -


when 2 computers set same ip address in lan(such 192.168.1.100), both of them may receive incomplete packets. how tcp on them react situation ? ask retransmission ?

my understanding tcp reset connections because of sequence number errors. so, connections mysteriously , randomly disconnect, depending on when stack detects sequence number error.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -