Share via


Data Transfer

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

Once the three phases of negotiation have been completed, PPP begins to forward data to and from the client and the server. Data is sent by PPP when IP passes it a packet to transmit. Each transmitted data packet is wrapped in a PPP header, which is removed by the receiving computer. If data compression was selected in Phase 1 and negotiated in Phase 3, data will be compressed before transmission. If data encryption was similarly selected and negotiated, the data (optionally compressed) will be encrypted before transmission. PPP then passes the packet to the miniport driver, for example, AsyncMAC, which performs appropriate framing and then transmits it to the physical layer. Packet reception is done using these same steps in reverse order.

See Also

Concepts

Creating a PPP Dial-up Session