InterviewSolution
| 1. |
How Does Pptp Work? |
|
Answer» A PPTP CLIENT and a PPTP SERVER use TUNNELING to route PACKETS through a private network. However, both these computers ensure that they use only those routers that know the address of the private network’s intermediary server, to ensure the packets are secure. A PPTP client sends a packet through the established tunnel to the PPTP server. In turn, this server gets the destination address and sends it ACROSS a private network to the destination computer. A PPTP client and a PPTP server use tunneling to route packets through a private network. However, both these computers ensure that they use only those routers that know the address of the private network’s intermediary server, to ensure the packets are secure. A PPTP client sends a packet through the established tunnel to the PPTP server. In turn, this server gets the destination address and sends it across a private network to the destination computer. |
|