Book Image

MCSA Windows Server 2016 Certification Guide: Exam 70-741

By : Sasha Kranjac, Vladimir Stefanovic
Book Image

MCSA Windows Server 2016 Certification Guide: Exam 70-741

By: Sasha Kranjac, Vladimir Stefanovic

Overview of this book

MCSA: Windows Server 2016 is one of the most sought-after certifications for IT professionals which include working with Windows Server and performing administrative tasks around it. It targets Exam 70-740, Exam 70-741, Exam 70-742 and Exam 70-743 certifications and the demand for these certifications is increasingly high. This book will start with installation, upgrade and migration to Windows Server 2016, cover imaging and deployment and proceed with High Availability and Clustering. Then we will deep dive into fundamental concepts like Core networking, DNS, DHCP, Storage and proceed to Hyper-V, Network Access and Distributed File System. It will also explain Advanced Networking topics such as Software Defined Networking and High-Performance Networking. Furthermore, it will also cover advanced Identity topics in Windows Server 2016 such as Active Directory installation and configuration, Group Policy, Active Directory Certificate Services, and Active Directory Federation Services and Rights Management. Towards the end of this book, test questions and mock preparation items will help in preparing for the certifications with more ease. By the end of this book, you will be able to complete MCSA: Windows Server 2016 certification with more confidence.
Table of Contents (9 chapters)

Configuring DNS zones

DNS organizes and manages the namespace database in a specific physical structure using zones. Zones are physical namespace boundaries that contain information about one or more domains and their members:

For example, the itdemolabs.com zone contains both the itdemolabs.com and helsinki.itdemolabs.com domains. Other domains are stored and managed in two separate zones, with each having its own separate zone database.

There are three types of DNS zones, as follows:

  • Primary zone: This is the original zone, or the first created copy of a database, where all zone resources are managed.
  • Secondary zone: This is the read-only copy of the primary zone and it is updated and managed using zone updates and zone transfers from the primary zone.
  • Stub zone: This is the read-only copy of the primary zone database that contains only the resource records needed to locate...