community
directory
books
authors
images
encyclopedia

Email:
Password:
Register

Knowledgerush Search

 

Google
  Web knowledgerush


Search for images of Port (computing)


Message boards   Post comment

Port (computing)

In computing, a port (derived from seaport) is usually an interface where data is sent and received. An exception is a software port (derived from transport), which is software that has been "transported" to another computer system (see below for details).

Hardware Port

A hardware port is an outlet on a piece of equipment into which a plug or cable connects. For instance, a computer may have a keyboard port, into which the keyboard is connected.

Network Port

A network port is an interface for communicating with a computer program over a network. Network ports are usually numbered and a network implemetation like TCP or UDP will attach a port number to data it sends; the receiving implementation will use the attached port number to figure out which computer program to send the data to.

In TCP and UDP the combination of a port and a network address (IP-number) is called a socket.

See also: List of well known ports

I/O or Machine Port

Nearly all processor families use the same assembly instructions for both memory access and hardware I/O (see memory-mapped I/O for details). However, Intel microprocessors have assembly instructions (IN and OUT) that are used specifically for hardware I/O. These instructions figure out which hardware device to communicate with using the concept of an I/O port or machine port. These ports are numbered based on which hardware device they refer to.

Intel microprocessors generally allow one octet to be sent or received during each instruction. The hardware device decides how to interpret data sent to it and what data to send to the processor. For example, a common use is to ask a hardware device which byte (in a data transfer) it will be sending next.

Software Port

Software is sometimes written for specific processors, operating systems, or programming interfaces. A software port is software that has been changed to work on another system. See porting for details.

Referenced By

Device driver | Eighty | Explicit Congestion Notification | IP switch | IP switch router | Layer 3 switch | Layer 4 switch | List of well known ports (computing) | Multilayer switch | Network congestion avoidance | Network layer firewalls | QoS-enabled switch | Quality of Service | RFC 2543 | RFC 3261 | Routing switch | Session Initiation Protocol | Switching router | Trace route | Traceroute | Traffic Shaping | Twenty-one | Wirespeed router

 

Compose Your Message

Your Email Address or Pen Name (optional):
Subject:
Your Message:
 

 

 

 

 

 

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Port (computing)".

 

Contact UsPrivacy Statement & Terms of Use

 
Copyright © 1999-2003 Knowledgerush.com. All rights reserved.