PPP Dial-Up Sequence

ID: Q124036


The information in this article applies to:


SUMMARY

This article defines Point-to-Point Protocol (PPP) and discusses its Dial Up sequence implemented with the Windows NT Server version 3.5 Remote Access Service (RAS).


MORE INFORMATION

What is PPP?

The Point-to-Point Protocol is a set of industry standard protocols that enable remote access solutions to interoperate in a multi-vendor network. PPP support in Windows NT version 3.5 ensures that Windows workstations can dial up to remote networks through any industry standard PPP remote access server. It also enables Windows NT Server to receive calls from, and provide network access to other vendors' remote access workstation software. PPP support for TCP/IP, IPX, and NetBEUI makes Windows NT version 3.5 an "Internet-ready" and ideal mobile computing operating system for networks ranging from small workgroups to large enterprises.

PPP Dial-Up Sequence

The dial up sequence for PPP involve the following:

  1. Negotiate Link Control Protocols (LCP). LCP is used to establish and configure link and framing parameters such as maximum frame size. For additional information, refer to the PPP Framing section below.


  2. Negotiate Authentication Protocols. Authentication protocols are used to determine what level security validation the remote access server can perform, and what the server requires. The level of security that can be negotiated ranges from clear text password authentication to encrypted authentication to callback security. For more information on each type of authentication protocol, refer to the Authentication Protocols section below.


  3. Negotiate Network Control Protocols (NCP). NCPs are used to establish and configure different network protocol parameters, such as IP, IPX and NBF. This includes negotiating protocol header compression and compression control protocol. For more information on each type of NCPs, refer to the Network Control Protocols section below.


After the above negotiations, the resulting connection remains active until the line is disconnected due to any of the following reasons:

PPP Framing

PPP framing defines how data is encapsulated before transmission on the wide area network (WAN). By providing a standard framing format, PPP ensures that various vendors' remote access solutions can communicate and recognize data packets from each other. PPP uses HDLC framing for serial, ISDN and X.25 data transfers.

Authentication Protocols

Negotiation of authentication protocols occurs immediately after link quality determination and before network layer negotiation. The two most common types of authentication protocols are as follows:

Windows NT version 3.5 will always negotiate encrypted authentication when communicating with each other. When connecting to third-party remote access servers or client software, RAS may negotiate clear text authentication if the third-party product does not support encrypted authentication.

Network Control Protocols

The three most common types of Network Control protocols are as follows:




The Microsoft NBF extension for PPP is documented at:
FTP://FTP.MICROSOFT.COM/DEVELOPR/RFC/NBFCP.TXT.
This document is a proposed RFC for the NBF control protocol.



The third-party products discussed here are manufactured by vendors independent of Microsoft; we make no warranty, implied or otherwise, regarding these products' performance or reliability.

Additional query words: prodnt slip


Keywords          : kbnetwork ntras NTSrvWkst 
Version           : 3.5 4.0
Platform          : winnt 
Issue type        : kbinfo 

Last Reviewed: February 16, 1999