digital8 Second Lieutenant
Joined: 29 Sep 2005
Posts: 1002
|
Posted: Sat Oct 01, 2005 3:15 pm Post subject: Bounce (network) |
|
|
Bounce, often abbreviated as BNC, is used to relay traffic and connections in computer networks.
Using a bouncer allows a user to hide the original source of his connection, providing privacy as well as providing the possibility of routing traffic through a specific location. A bouncer can also be used to hide the true target that a user connects to.
One common usage is over IRC (Internet Relay Chat) via programs like psyBNC running on remote servers. In such an environment, where it is very easy to ascertain a user's IP Address a BNC may help to hide the original connection source, as well as providing the opportunity for fun "vhosts" or "vanity hosts". The use of a vhost does not conceal the connection any better, but merely adds an amusing statment as the hostname.
BNCs are also often used for the FTP protocol, again to either hide the user and server from each other and also to route traffic through a specific location.
This should not be confused with e-mail, which may redirect or "bounce" back to the sender if the recipient's mailbox is full.
Example:
User A logs onto IRC directly and appears as USER!user@127.0.0.1
User A logs onto IRC indirectly through a bnc and appears as USER!user@user.is.the.best.net
NB. user.is.the.best.net is a fictional example, and is this context it would resolve to the IP Address of the BNC. |
|