MCSA Windows Server 2016 Study Guide: Exam 70-741
eBook - ePub

MCSA Windows Server 2016 Study Guide: Exam 70-741

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

MCSA Windows Server 2016 Study Guide: Exam 70-741

About this book

Ultimate coverage and hands-on practice for the second MCSA Windows Server 2016 exam

MCSA Windows Server 2016 Study Guide: Exam 70-741 offers complete preparation for the second exam in the MCSA series. With comprehensive coverage of all exam objectives led by a four-time Microsoft MVP winner, this book is your ideal companion for thorough preparation. Optimize your study time with hundreds of practice questions that pinpoint your weak spots, and try your hand at real-world application with exercises that reflect the MCSA skill set. Access to the Sybex interactive online practice test environment provides electronic flashcards, a glossary, practice exams and more, so you can study anywhere, any time; this invaluable study guide goes beyond mere review to help you enter the exam with full confidence in your abilities.

The Microsoft Certified Solutions Associate certification puts your skills in demand—but first you must pass a series of three exams; exam 70-741 is the second step, testing your Windows 2016 networking knowledge and skills. This book covers everything you need to know, giving you the exam-day advantage of comprehensive prep.

  • Master 100 percent of the exam objective domains
  • Learn how these skills are applied in real-world scenarios
  • Solidify your understanding with hands-on exercises
  • Access electronic flashcards, practice exams, and more!

How well do you deploy, manage, and maintain a server? Can you expertly configure file and print servers, network access and services, and network policy server infrastructure? Have you configured and managed Active Directory and Group Policy? Don't leave anything to chance— MCSA Windows Server 2016 Study Guide: Exam 70-741 tells you all you need to know to pass with flying colors.

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access MCSA Windows Server 2016 Study Guide: Exam 70-741 by William Panek in PDF and/or ePUB format, as well as other popular books in Informatik & Zertifizierungsleitfäden in der Informatik. We have over one million books available in our catalogue for you to explore.

Information

Chapter 1
Configuring TCP/IP

THE FOLLOWING 70-741 EXAM OBJECTIVES ARE COVERED IN THIS CHAPTER:
  • images
    Configure IPv4 and IPv6 addressing
    • Configure IP address options
    • Configure IPv4 or IPv6 subnetting
    • Configure supernetting
    • Configure interoperability between IPv4 and IPv6
    • Configure ISATAP
    • Configure Teredo
In this chapter, I will discuss the most important protocol used in a Microsoft Windows Server 2016 network: Transmission Control Protocol/Internet Protocol (TCP/IP).
TCP/IP is actually two protocols bundled together: the Transmission Control Protocol (TCP) and the Internet Protocol (IP). TCP/IP is a suite of protocols developed by the US Department of Defense’s Advanced Research Projects Agency in 1969.
This chapter is divided into two main topics: First I’ll talk about TCP/IP version 4, and then I’ll discuss TCP/IP version 6. TCP/IP version 4 is still used in Windows Server 2016, and it was the primary version of TCP/IP in all previous versions of Windows. However, TCP/IP version 6 is the latest release of TCP/IP, and it has been incorporated into Windows Server 2016.

Understanding TCP/IP

I mentioned that TCP/IP is actually two protocols bundled together: TCP and IP. These protocols sit on a four-layer TCP/IP model.

Details of the TCP/IP Model

The four layers of the TCP/IP model are as follows (see Figure 1.1):
Application Layer The Application layer is where the applications that use the protocol stack reside. These applications include File Transfer Protocol (FTP), Trivial File Transfer Protocol (TFTP), Simple Mail Transfer Protocol (SMTP), and Hypertext Transfer Protocol (HTTP).
Transport Layer The Transport layer is where the two Transport layer protocols reside. These are TCP and the User Datagram Protocol (UDP). TCP is a connection-oriented protocol, and delivery is guaranteed. UDP is a connectionless protocol. This means that UDP does its best job to deliver the message, but there is no guarantee.
Internet Layer The Internet layer is where IP resides. IP is a connectionless protocol that relies on the upper layer (Transport layer) for guaranteeing delivery. Address Resolution Protocol (ARP) also resides on this layer. ARP turns an IP address into a Media Access Control (MAC) address. All upper and lower layers travel through the IP protocol.
Link Layer The data link protocols like Ethernet and Token Ring reside in the Link layer. This layer is also referred to as the Network Access layer.
Image described by caption and surrounding text.
FIGURE 1.1 TCP/IP model

How TCP/IP Layers Communicate

When an application like FTP is called upon, the application moves down the layers and TCP is retrieved. TCP then connects itself to the IP protocol and gets released onto the network through the Link layer (see Figure 1.2). This is a connection-oriented protocol because TCP is the protocol that guarantees delivery.
Chart shows process of TCP/IP where source host (application) leads to link and link leads to application (destination host) using network packets.
FIGURE 1.2 TCP/IP process
When an application like TFTP gets called, the application moves down the layers, and UDP is retrieved. UDP then connects itself to the IP protocol and gets released onto the network through the Link layer. This is a connectionless protocol because UDP does not have guaranteed delivery.

Understanding Port Numbers

TCP and UDP rely on port numbers assigned by the Internet Assigned Numbers Authority (IANA) to forward packets to the appropriate application process. Port numbers are 16-bit integers that are part of a message header. They identify the application software process with which the packet should be associated. For example, let’s say that a client has a copy of Internet Explorer and a copy of Mail open at the same time. Both applications are sending TCP requests across the Internet to retrieve web pages and email, respectively. How does the computer know which return packets to forward to Internet Explorer and which packets to forward to Mail...

Table of contents

  1. Cover
  2. Title Page
  3. Copyright
  4. Dedication
  5. Acknowledgments
  6. About the Authors
  7. Introduction
  8. Assessment Test
  9. Chapter 1 Configuring TCP/IP
  10. Chapter 2 Configuring DNS
  11. Chapter 3 Configuring DHCP
  12. Chapter 4 Implement IP Address Management
  13. Chapter 5 Configuring Network Access
  14. Chapter 6 Understanding File Services
  15. Chapter 7 Configuring High Availability
  16. Chapter 8 Implementing Software Defined Networking
  17. Appendix Answers to the Review Questions
  18. Advert
  19. EULA