Parallels RAS Best Practices Guide
ProductsSupportPartnersDocumentation
  • Introduction
  • Active Directory and Infrastructure Services Considerations
    • Active Directory
    • DNS
    • DHCP
    • File Services
  • Installation Procedures
    • Windows Server Requirements
    • Windows Server Roles & Features
  • Remote Access Configuration
    • Remote Desktop and Terminal Server Performance Settings
    • General Performance Related Settings
    • CPU Optimization
    • Optimizations
    • Configure RemoteFX
      • General Purpose RemoteFX Settings
        • Remote FX Settings for Windows Server 2008 R2
        • RemoteFX settings for Windows Server 2012 and 2012 R2
        • RemoteFX Settings for Windows Workstations Running Remote PC Agents and Guest Agents
        • Configure RemoteFX Adaptive Graphics
        • Configure RemoteFX Lossless Graphics
        • Use the Hardware Default Graphics Adapter for all Remote Desktop Services Sessions
        • Remote FX USB Redirection
        • Enable Audio / Recording Redirection
        • Audio and Video Playback
        • Time Zone Redirection
        • Device and Resource Redirection
        • Remote Session Environment (H.264, RemoteFX, Adaptive Acceleration)
        • Windows Server 2008 R2 RemoteFX Compatibility
    • RDP Optimizations
      • For Windows Server 2008 and Windows Server 2008 R2
      • For Windows Server versions 2012/2012 R2/2016/2019
    • RDP Security
    • Locking Down TS/RDS Host
    • Disable Administrative Components
    • Antivirus Exclusions
  • Printer and Drive Mapping
    • Printer and Drive Mapping
    • Printing/Scanning Compression
  • Miscellaneous
    • Load Balancing
    • Groups
    • Filtering
    • Disable Application Monitoring
    • Server Reboots
    • Backups
    • Large File Upload / Download via Drive Redirection
    • Remove Gateway Browsing from Your LAN
    • Remove Self-Signed Certificate Error
    • Remote PCs
    • VDI
  • Parallels RAS User Portal
Powered by GitBook

Social media

  • Facebook
  • Twitter
  • LinkedIn
  • YouTube

Other Resources

  • Feedback

© 2025 Parallels International GmbH. All rights reserved.

On this page
Export as PDF
  1. Active Directory and Infrastructure Services Considerations

DNS

PreviousActive DirectoryNextDHCP

Last updated 9 months ago

The Domain Name System (DNS) is a hierarchical distributed database that contains mappings of DNS domain names to various types of data, such as IP addresses. DNS allows you to use friendly names to easily locate computers and other resources on a TCP/IP network.

DNS is a key infrastructure component frequently used by various Parallels RAS components. While standard file-based storage, such as the hosts file, will provide proper DNS resolution in Proof of Concept (POC) environments, Parallels recommends implementing Active Directory integrated DNS in enterprise deployments.

Parallels recommends the use of the DNS zone integrated with Active Directory so that organizations can have the benefit of using secure dynamic updates, as well as the ability to use Access Control List (ACL) editing features to control which machines can update the DNS system.

Dynamic updates are a key feature of DNS, which allows domain computers to register their name and IP addresses with the DNS server automatically when they come online or change IP addresses through the DHCP server. The DNS Server service allows dynamic update to be enabled or disabled on a per-zone basis on each server that is configured to load either a standard primary or directory-integrated zone. By default, the DNS Client service dynamically updates host (A) resource records in DNS when the service is configured for TCP/IP. This form of update eliminates the need for manual entries of names and IP addresses into the DNS database.

There is a security concern when automatic update from a client to the DNS database could take place and thus create the possibly for a malicious entry. Therefore, secure dynamic updates will verify that the computer that is requesting the update to the DNS server also has an entry in the Active Directory database. This means that only computers that have joined the Active Directory domain can dynamically update the DNS database.

More information on how DNS works can be found at .

Reverse Lookup

In most Domain Name System (DNS) lookups, clients typically perform a forward lookup, which is a search based on the DNS name of another computer as it is stored in a host (A) resource record. This type of query expects an IP address as the resource data for the answered response.

DNS also provides a reverse lookup process in which clients use a known IP address and look up a computer name based on its address.

https://technet.microsoft.com/library/cc772774.aspx