TCP Endpoints
TCP uses port numbers similar to UDP, but the port space is disjoint from UDP
Each TCP endpoint is identified by:
(IP address, port number)
So, an entire connection is identified by the 4-tuple:
(IP1, port; IP2, port)
Previous slide
Next slide
Back to first slide
View graphic version