- TCP connections are
stateful:
- You cannot
change
the TCP state after the
TCP connection has been
established
|
- TCP connections are
identified by:
(SrcIP, SrcPort#, DestIP, DestPort#)
|
- Therefore:
- Existing TCP connection
must
continue to
use the
same
(DestIP, DestPort#):
Result:
- Existing TCP connections will
be interrupted !!!
|
|
|