InterviewSolution
| 1. |
What Is Http Tunneling? |
|
Answer» HTTP tunneling is used to encapsulate other protocols within the HTTP or HTTPS protocols. Normally the intranet is blocked by a firewall and the network is exposed to the outer WORLD only through a specific WEB server port, that listens for only HTTP REQUESTS. To use any other protocol, that by passes the firewall, the protocol is embedded in HTTP and send as HttpRequest. HTTP tunneling is used to encapsulate other protocols within the HTTP or HTTPS protocols. Normally the intranet is blocked by a firewall and the network is exposed to the outer world only through a specific Web server port, that listens for only HTTP requests. To use any other protocol, that by passes the firewall, the protocol is embedded in HTTP and send as HttpRequest. |
|