Remote Access
Purpose
Use Remote Access Service (RAS) to create client applications. These applications display RAS common dialog boxes, manage remote access connections and devices, and manipulate phone-book entries. RAS also provides the next generation of server functionality for the Remote Access Service (RAS) for Windows. The RRAS server functionality follows and builds upon the Remote Access Service (RAS).
Where applicable
The Remote Access Service is applicable in any computing environment that uses a Wide Area Network (WAN) link or a Virtual Private Network (VPN). RAS makes it possible to connect a remote client computer to a network server over a WAN link or a VPN. The remote computer then functions on the server's LAN as though the remote computer was connected to the LAN directly. The RAS API enables programmers to access the features of RAS programmatically.
Developer audience
The RAS API is designed for use by C/C++ programmers. Microsoft Visual Basic programmers may also find the API useful. Programmers should be familiar with networking concepts.
Run-time requirements
Some of the functions in the RAS API are supported only on network servers and other functions are supported only on network clients. For more specific information about which operating systems support a particular function, refer to the Requirements sections in the documentation.
The enhanced RAS functionality of RRAS is available for Windows NT Server 4.0 by installing the 'RRAS redistributable'. All the functionality of RRAS is incorporated into Windows 2000 Server, Windows Server 2003, and Windows Server 2008. RRAS applications cannot run on Windows NT Workstation 4.0 or on client operating systems, such as Windows 95. For more specific information about which operating systems support a particular function, refer to the Requirements sections in the documentation.
In this section
Topic | Description |
---|---|
Remote Access Service |
Remote Access Service (RAS) provides remote access capabilities to client applications on computers running Windows. |
Remote Access Service Administration |
Remote Access Service Administration provides a set of functions for administering user permissions and ports on RAS servers. Using these functions, you can develop a RAS server administration application. |