Penguin

Differences between version 9 and predecessor to the previous major change of port.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 9 Last edited on Saturday, September 6, 2003 2:30:50 pm by CraigBox Revert
Older page: version 6 Last edited on Friday, May 23, 2003 2:01:01 am by SandWiki Revert
@@ -11,9 +11,11 @@
  - From ports(7) 
  
 !! 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. 
+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.  
+  
+The best analogy I've seen for this is where a business has one telephone number (which corresponds to your computer's [IP] address), and then every service/person in the business has their own extension number (which corresponds to a service on the computer using a specific port number)
  
 !! 4. I/O ports 
  
 A separate address space to talk to I/O devices. ''AddToMe'' 
@@ -21,5 +23,7 @@
 !! Question: 
  
 Found this page for 'port wiki' search. Interested in finding out about what Wiki types are suitable for conversion to other Wiki types if Wiki software platform is changed and the content is desired to be introduced to a new Wiki style software. 
  
-Are database or flat file systems preferable to start, if this is possible? Is 'PortableWiki ' or 'PortingWiki ' a better description? 
+Are database or flat file systems preferable to start, if this is possible? Is 'Portable Wiki ' or 'Porting Wiki ' a better description?  
+  
+''Most wiki's I've found allow exporting for backup, for instance this wiki (which is a Php Wiki) allows export as [MIME] files, and many allow importing from flatfiles, however most of them have different markup, so although you can get information between them, you can't easily get them to keep all the markup etc you used before'' -- PerryLorier