HP3000-L Archives

October 2001, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Jeff Kell <[log in to unmask]>
Reply To:
Jeff Kell <[log in to unmask]>
Date:
Tue, 9 Oct 2001 20:23:41 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (19 lines)
Another rendition of the difference...

A "port" is a division of the UDP or TCP protocols, ranging 1-65535.

A "socket" is a unique tuple of source-IP/source-port/dest-IP/dest-port
within a protocol (TCP in this instance since UDP is connectionless).

A "call socket" is a special case of an "unbound" socket that is
listening for a connection (TCP) or packet (UDP).

Multiple sockets can co-exist on the same machine (typically the host
or server side) on the same port; they are made unique by having
different source-IP/source-port combinations.

Jeff

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2