Differences between version 3 and predecessor to the previous major change of port.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Thursday, February 27, 2003 4:49:02 am | by AristotlePagaltzis | Revert |
Older page: | version 1 | Last edited on Wednesday, February 26, 2003 10:13:14 pm | by GlynWebster | Revert |
@@ -1,7 +1,17 @@
Means several things.
-!! 1.
+!! 1. Adjustment of software for different environments
''Porting'' is making software that runs on one type of computer or OperatingSystem run on another. Programs designed to make this process easy are said to be ''portable''. The success of the [Unix] OperatingSystem is largely due it being very portable.
-(
AddToMe: I/O ports?
TCP/IP ports?
)
+!! 2. [BSD]'s package management system
+
+Related to meaning 1. ''
AddToMe''
+
+!! 3. TCP process identification number
+
+
TCP/IP has
ports which when associated with an IP identify uniquely one end of a [TCP] (or [UDP]
) connection. Some ports are 'well known' and by convention programs listen on them, for instance port 22 by convention will have an ssh daemon listening on it. /etc/services (services(5)) lists all these ports.
+
+!! 4. I/O ports
+
+A seperate address space to talk to I/O devices. ''AddToMe''