Xeams Home » Products » Xeams » Knowledge Base
Document information
| Document ID: | 318 |
|---|
| Subject: | What is a TCP/IP binding |
|---|
| Creation date: | 2/8/09 9:21 AM |
|---|
| Last modified on: | 3/13/09 7:59 PM |
|---|
Address binding
A machine may have one or more IP addresses associated with a network card. For example:
- 127.0.0.1 - Every machine has this address and is called the loop-back address
- 192.168.1.12
When you run a server on a machine it listens for incoming client connections. Administrators can selectively pick which IP addresses a server process listens on. This selective picking is called binding. For example, if you just bind to the loop-back, clients running on the same machine can connect to the server
User comments
Posted by ABOZAR on 10/29/11 4:10 AM
Add a comment to this document
Do you have a helpful tip related to this document that you'd like to share
with other users? Please add it below. Your name and tip will appear at the
end of the document text.