From owner-freebsd-questions Fri Apr 13 1: 2:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from jen.netforge.net (134-fw.dsl.bandwidthbrokers.net [206.228.147.134]) by hub.freebsd.org (Postfix) with ESMTP id BEE8837B506 for ; Fri, 13 Apr 2001 01:02:37 -0700 (PDT) (envelope-from khtao@netforge.net) Received: from arcane (arcane.netforge.net [206.228.147.126]) by jen.netforge.net (8.9.3/8.9.3) with SMTP id DAA49992; Fri, 13 Apr 2001 03:05:42 -0500 (EST) (envelope-from khtao@netforge.net) Message-ID: <002f01c0c3f0$eda5b040$7e93e4ce@netforge.net> From: "Kane Tao" To: "lists" Cc: References: Subject: Re: Ports versus ports Date: Fri, 13 Apr 2001 03:08:31 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From: "lists" To: Sent: Friday, April 13, 2001 2:33 AM Subject: Ports versus ports > Well I am dilligently reading as much of the various discussions as time > and vocabulary will allow, and I am happy to report that I am able to > understand and follow more and more of what is being discussed. Which > isn't to say I understand much. :-) > > Anyhow, I understand that there are ports - as in stuff that has been > recompiled to work in a new environment (such as FreeBSD) from another > environment (say, Linux). > > Then, there are ports - as in that to which a number is assigned by IANA > for TCP and UDP. > > Having R(some of)TFM, I have a question or two. > > It isn't coincidence that these things have the same name is it? > What precisely do these things have in common and what separates them? > > Thanks ya'll. > > thanks, > > chris > > lists@vivdev.com > _____________________________________________ > > /"\ ASCII Ribbon campaign against E-Mail > \ / in gratuitous HTML and Microsoft > X proprietary formats. > / \ Post no attachments to the lists! > _______________________________________________ > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message The term port as refered to in networking is a device you can connect to...e.g. a serial port TCP/IP ports are the same thing except that they are logical constructs...an IP port is a one of many connections that can be established from one PC to another (PC not being the only device possible). For example FTP tries to connect to port 21 on the other computer. That means that on the server side there is a program (FTP server) listening in on port 21 and waiting to respond to any requests issued to that port. The ports collection is a set of programs that have been "ported" over from another system. That means they have been converted to run on FreeBSD. A program that can run on many different systems is called "portable" (or multi-platform/platform independent). Basically in this use of the word it uses the definition "brought over" rather than "a point of destination for ships". To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message