Book Image

Windows Server 2016 Administration Fundamentals

Book Image

Windows Server 2016 Administration Fundamentals

Overview of this book

Windows Server 2016 is the server operating system developed by Microsoft as part of the Windows NT family of operating systems, developed concurrently with Windows 10. This book is designed to get you started with Windows Server 2016. It will prepare you for your MTA 98-365 exam. With step-by-step instructions driven by targeted, easy-to-understand graphics, you will be able to understand the roles, features, functions, and quirks of Windows Server 2016. The book begins with the basics of Windows Server 2016, which includes the installation process and basic configuration. You will then move on to roles and features such as Active Directory, Hyper-V, Remote Access, Storage, and Printer. With the help of real-world examples, you will get to grips with the fundamentals of Windows Server 2016, which will help you solve difficult tasks the easy way. Later, the book also shows you maintenance and troubleshooting tasks, where with the help of best practices you will be able to manage Windows Server 2016 with ease. Each chapter ends with a questionnaire to ensure you make the best use of the content provided. By the end of this book, you will have the knowledge required to administer and manage Windows Server environments.
Table of Contents (15 chapters)

Understanding the Active Directory infrastructure (3.3)

AD a Microsoft technology is a distributed database that stores objects in a hierarchical, structured, and secure format. AD's objects typically represent users, computers, peripheral devices, and network services. Each object is uniquely identified by its name and attributes. The domain, the forest, and the tree represent logical divisions of an AD infrastructure. AD uses the following protocols and services:

  • Lightweight Directory Access Protocol (LDAP): It is used to access the directory services data
  • Kerberos: Kerberos securely authenticates and proves identity between users and servers on the network
  • Domain Name System (DNS): DNS is used to translate domain names into IP addresses

AD is managed through the following snap-ins in Microsoft Management (MMC) (mmc.exe):

  • Active Directory Administrative Center (dsac...