Navigation :
Untitled Document
Brief 2 Interface


An interface defines the communication boundary between two entities, such as a piece of software, a hardware device, or a user. It generally refers to an abstraction that an entity provides of itself to the outside. This separates the methods of external communication from internal operation, and allows it to be internally modified without affecting the way outside entities interact with it, as well as provide multiple abstractions of itself. It may also provide a means of translation between entities which do not speak the same language, such as between a human and a computer. Because interfaces are a form of indirection, some additional overhead is incurred versus direct communication. The interface between a human and a computer is called a user interface. Interfaces between hardware components are physical interfaces.

The physical interfaces usually using hardware port to connect each other. A hardware port is an electrically wired outlet on a piece of equipment into which a plug or cable connects. These hardware ports have different physical shapes such as male, female, round, rectangular, square, oblong, etc. There is some standardization to physical properties and function. For instance, most computers have a keyboard port (currently round, or telephone type), into which the keyboard is connected.

Hardware ports can almost always be divided into two groups:
- Serial ports send and receive one bit at a time via a single wire pair (Ground and +/-).
- Parallel ports send multiple bits at the same time over several sets of wires.


Last modified at : Thursday, December 11st 2008 14:02:01.
Home
Bahasa Indonesia
122380 Times
1 online
Eliminate the impossible and whatever remains, however improbable, must be the truth.

Sherlock Holmes

Administrator srugN - Electronic Engineering Polytechnic Institute of Surabaya