InterviewSolution
| 1. |
What Are The Types Of Pptp Encapsulated Packets? |
|
Answer» There are two types of PPTP encapsulated packets — one that handles control information and the other that handles data. Packets that transport control information USE TCP connection. On the other hand, data is transported as a payload in a PPP packet using a modified version of GRE protocol. Also, the payload can be in the FORM of IP, IPX datagram, APPLETALK, or a NETBEUI frame. There are two types of PPTP encapsulated packets — one that handles control information and the other that handles data. Packets that transport control information use TCP connection. On the other hand, data is transported as a payload in a PPP packet using a modified version of GRE protocol. Also, the payload can be in the form of IP, IPX datagram, AppleTalk, or a NETBEUI frame. |
|