TestOut Server Pro 2016: Networking - English 4.0.x LESSON PLAN

Size: px
Start display at page:

Download "TestOut Server Pro 2016: Networking - English 4.0.x LESSON PLAN"

Transcription

1 TestOut Server Pro 2016: Networking - English 4.0.x LESSON PLAN Revised

2 Table of Contents Introduction Section 0.1: Server Pro 2016: Networking Introduction... 4 Section 0.2: The TestOut Simulator... 5 DNS Section 1.1: DNS Overview and Installation... 6 Section 1.2: DNS Name Resolution... 8 Section 1.3: Primary and Secondary DNS Zones Section 1.4: Zone Properties and Auxiliary DNS Zones Section 1.5: DNS Records Section 1.6: DNS Record Management Section 1.7: Single-Label Name Resolution Section 1.8: DNS Server Properties Section 1.9: DNS Protection Section 1.10: DNS Policies Section 1.11: DNS Monitoring and Troubleshooting TCP/IP Section 2.1: IPv4 Addresses Section 2.2: IPv6 Addresses Section 2.3: IPv4-to-IPv6 Transitional Technologies DHCP Section 3.1: Install DHCP Section 3.2: DHCP Scopes Section 3.3: DHCP Options Section 3.4: Advanced Scopes Section 3.5: Centralized DHCP and PXE Section 3.6: DHCP Policies Section 3.7: Advanced DHCP Management Section 3.8: Maintain the DHCP Database Section 3.9: Troubleshooting DHCP IP Address Management (IPAM) Section 4.1: IPAM Installation Section 4.2: IPAM DNS and DHCP Section 4.3: Advanced IPAM Administration and Auditing Routing and Remote Access (RRAS) Section 5.1: Routing Section 5.2: Install VPN Section 5.3: VPNs Section 5.4: Connection Profiles DirectAccess (DA) Section 6.1: DirectAccess Installation Section 6.2: DirectAccess Troubleshooting Network Policy Server (NPS) Section 7.1: Install Network Policy Server (NPS) Section 7.2: NPS Templates Section 7.3: NPS Network Policies Section 7.4: NPS Connection Request Policies Section 7.5: RADIUS Accounting Section 7.6: Manage NPS Policies... 77

3 Distributed File System (DFS) and BranchCache Section 8.1: Distributed File System (DFS) Namespaces Section 8.2: Configure DFS Replication Section 8.3: Optimize DFS Replication Section 8.4: Manage the DFS Replication Database Section 8.5: BranchCache Installation and Configuration High Performance Network Solutions Section 9.1: NIC Teaming and Switch Embedded Teaming (SET) Section 9.2: QoS with Data Center Bridging (DCB) Section 9.3: Virtual Machine Queue (VMQ) and Receive Side Scaling (RSS) Section 9.4: SMB Direct and SMB Multichannel Section 9.5: Single-Root IO Virtualization (SR-IOV) Implement Software-Defined Networking (SDN) Section 10.1: Implement SDN Section 10.2: Implement Hyper-V Network Virtualization (HNV) Section 10.3: Implement Software Load Balancer (SLB) Section 10.4: Implement Windows Server Gateways Section 10.5: Implement Data Center Firewall Policies Practice Exams Practice Exams Appendices Appendix A: Approximate for the Course

4 0.1: Server Pro 2016: Networking Introduction Lecture Focus Questions: What are the course prerequisites? What major topics are covered in the course? What certification does this course prepare me for? Video/Demo Server Pro 2016: Networking Introduction 3:36 Total Video 3:36 Total About 4 minutes

5 0.2: The TestOut Simulator Lecture Focus Questions: How do I open the lab interface? How do I see the lab exhibits? How do I navigate to different servers in the lab interface? How do I open a virtual machine console? In this section, you will learn to: Open the lab interface. Review lab exhibits. Navigate to different servers in the lab interface. Open a virtual machine console. Video/Demo Using the Simulator 3:38 Total Video 3:38 Lab/Activity Explore Hyper-V Servers Total About 9 minutes

6 1.1: DNS Overview and Installation Lecture Focus Questions: What are the primary functions of a Domain Name System? In what way is DNS a distributed database? In what way is DNS a hierarchical database? What are the parts of an FQDN? How does an FQDN identify a host? What are the advantages of installing DNS on a Nano Server? In this section, you will learn to: Install DNS. Install DNS on Nano Server. Key terms for this section include the following: Term Definition Domain Name System (DNS). (dot) Domain Fully Qualified Domain Names (FQDN) Top-Level Domain (TDL) Second-Level Domain Third-Level Domain Hostname A service that resolves fully qualified domain names (FQDNs) to IP addresses and IP addresses to FQDNs. The root domain, or root of the DNS domain tree, denotes a fully qualified unambiguous domain name. The FQDN includes the host name and all domain names separated by periods. The final period, which is for the root domain, is normally omitted and only implied. Sometimes known as a first-level domain, a TDL is the last part of a domain name (.com,.edu,.gov). TDLs are managed by the Internet Corporation of Assigned Names and Numbers (ICANN). Additional domains, or second-level domains, are registered to an individual or organization for use on the internet. Third-level domains are only used in the United Kingdom (UK) and are associated with the co.uk first- and second-level name domains. Thirdlevel domains are registered to individuals or organizations for use on the internet in the same way second-level domains are registered in the rest of the world. An example of a third-level domain in the DNS domain tree is bbc.co.uk. The hostname is the part of a FQDN that represents a specific host. It is the left-most name in an FQDN. For example, "www" is the hostname of

7 In an FQDN, any domain between the hostname and the second-level domain is a sub-domain. Sub-domains are not registered. Responsibility for sub-domains lies with the individual or organization Sub-Domain that registered the second-level domain. Docs.microsoft.com and news.google.com are examples of sub-domains in the DNS domain tree. This section helps you prepare for the following certification exam objectives: Exam Objective TestOut Server Pro 2016: Networking Microsoft Networking with Windows Server Install and Configure DNS Install and configure forwarders 1.1 Install and configure DNS servers Determine DNS installation requirements Determine supported DNS deployment scenarios on Nano Server Install DNS Video/Demo DNS Overview 4: Installing DNS 2: Installing DNS on Nano Server 8:08 Total Video 14:47 Lab/Activity Install DNS Fact Sheets DNS Overview and Installation Facts Number of Exam Questions 3 questions Total About 28 minutes

8 1.2: DNS Name Resolution Lecture Focus Questions: How does a DNS client perform name resolution? What is the purpose of the DNS client cache? What is the purpose of the hosts file? What is the purpose of the DNS server cache? What is an authoritative DNS? Under what conditions should a conditional forwarder be used? When does a DNS server use DNS forwarding? When does a DNS server use Root Hints? What is involved in the DNS delegation process? What is the purpose of a stub zone? In this section, you will learn to: Configure forwarding. Configure conditional forwarders. Configure root hints. Configure delegations. Key terms for this section include the following: Term Definition DNS Client A client computer that is configured to send name resolution queries to a DNS server. DNS Client Cache (DNS Resolver Cache) Host File DNS Server DNS Server Cache Authoritative DNS DNS Forwarding Conditional Forwarding Stub Zone A temporary database maintained by the DNS client that contains previously resolved FQDNs and their matching IP addresses. A plain text file that maps FQDNs to IP addresses. A type of name server that responds to DNS queries using a database of hostnames and their associated records. A temporary database maintained by the DNS server that contains previously resolved FQDNs and their matching IP addresses. A DNS server that holds original and definitive DNS records for the domains it is responsible for. Occurs when one DNS server queries another DNS server when it can't resolve a FQDN. Occurs when a DNS server forwards queries for certain DNS domains to certain DNS servers. A DNS zone containing a list of authoritative DNS servers for a specific DNS domain.

9 The process of resolving FQDNs by first contacting root DNS Root Hints servers followed by contacting delegated DNS servers. The process of responding to DNS queries by delegating to a DNS Delegation server that is lower in the DNS tree, but closer to the requested FQDN. This section helps you prepare for the following certification exam objectives: Exam Objective 1.1 Install and Configure DNS TestOut Server Pro 2016: Networking Microsoft Networking with Windows Server Install and configure forwarders Configure Root Hints 41.1 Install and configure DNS servers Configure forwarders Configure Root Hints Configure delegation Video/Demo DNS Name Resolution 15: Configuring Forwarding 3: Configuring Conditional Forwarders 3: Configuring Root Hints 3: Configuring Delegations 4:47 Total Video 31:14 Lab/Activity Configure Forwarders Configure Conditional Forwarders Fact Sheets Name Resolution Facts Number of Exam Questions 10 questions Total About 57 minutes

10 1.3: Primary and Secondary DNS Zones Lecture Focus Questions: What is the difference between forward lookup and reverse lookup zones? How are reverse lookup zones named? What is the difference between a standard zone and an Active Directoryintegrated zone? What is the difference between a primary zone and a secondary zone? What events trigger a zone transfer? Why are Active Directory-integrated zones transfers considered to be secure? What are the differences between the four Active Directory-integrated zone replication scope options? In this section, you will learn to: Create a primary zone. Create a secondary zone. Create an Active Directory-integrated zone. Create a reverse lookup zone. Convert a zone to Active Directory-integrated. Key terms for this section include the following: Term Definition DNS Zone Any distinct, contiguous portion of the domain name space in the Domain Name System. Forward Lookup Zone Reverse Lookup Zone Standard Zone Primary (Master) Zone Secondary (Slave) Zone A DNS zone containing records used to resolve FQDNs to IP addresses. A DNS zone containing records used to resolve IP addresses to FQDNs. A DNS zone where DNS records are stored in text files. A standard read-write zone that contains original, authoritative DNS records. A standard read-only zone that contains a copy of the records contained in a primary zone and used for fault tolerance and load balancing. The transfer of records from a primary zone to a secondary zone. A DNS zone where DNS records are stored in Active Directory data structures. An Active Directory-integrated zone option that controls how records are replicated between domain controllers. Zone Transfer Active Directory Integrated Zone Replication Scope This section helps you prepare for the following certification exam objectives: Exam Objective

11 TestOut Server Pro 2016: Networking Microsoft Networking with Windows Server Install and Configure DNS Install and configure forwarders 1.2 Create and configure DNS zones and records Create and configure DNS zones 1.1 Install and configure DNS servers Configure DNS Server settings using Windows PowerShell 1.2 Create and configure DNS zones and records Create primary zones Configure Active Directory primary zones Create and configure secondary zones Video/Demo DNS Zones 11: Creating a Primary Zone 4: Creating a Secondary Zone 4: Creating an Active Directory Integrated Zone 4:59 Total Video 25:34 Lab/Activity Create a Zone Create a Reverse Lookup Zone Create an Active Directory-Integrated Zone Convert a Zone to Active Directory-Integrated Fact Sheets DNS Zone Facts Number of Exam Questions 10 questions Total About 61 minutes

12 1.4: Zone Properties and Auxiliary DNS Zones Lecture Focus Questions: What information is contained in the Start of Authority (SOA) record? When are stub zones most often used? What is the purpose of the GlobalNames zone? In this section, you will learn to: Create a stub zone. Create a GlobalNames zone. Configure zone properties. Create a root zone. Key terms for this section include the following: Term Definition Start of Authority (SOA) Records Stub Zones A record in a DNS zone that is integrated into the zone properties dialog box that contains the name of the DNS server, the zone administrator and other key settings. A DNS zone that contains information used to directly forward queries to a specific external DNS zone. A DNS zone used to resolve single label names in a domain to IP addresses. GlobalNames Zones This section helps you prepare for the following certification exam objectives: Exam Objective Sample: TestOut Server Pro 2016: Networking Sample: Microsoft Networking with Windows Server Install and Configure DNS Configure Root Hints 1.2 Create and configure DNS zones and records Configure DNS Server settings with Windows PowerShell Create and configure stub zones Create and configure DNS records 1.2 Create and configure DNS zones and records Create and configure stub zones Configure a GlobalNames zone

13 1.2.7 Create and configure DNS Resource Records (RR) SOA records Configure record options, including Tim To Live (TTL) and weight Video/Demo Zone Properties 0: Creating a Stub Zone 4: Creating GlobalNames Zones 2: Configure Zone Properties 8:17 Total Video 16:32 Lab/Activity Create a GlobalNames Zone Create a Root Zone Fact Sheets Zone Properties and Auxiliary DNS Zones Facts Number of Exam Questions 7 questions Total About 39 minutes

14 1.5: DNS Records Lecture Focus Questions: What is the difference between an A record and a AAAA record? What situations might warrant using a CNAME record? What type of server does an MX record identify? What is the purpose of PTR records? What does an NS record identify? In this section, you will learn to: Create A and AAAA records. Create PTR records. Create CNAME records. Create MX records. Manage NS and SRV records. Key terms for this section include the following: Term Definition A DNS resource record that resolves an FQDN to an IP address. Host Record A records resolve to IPv4 addresses. AAAA records resolve IPv6 addresses. CNAME (Alias) Record MX Record A DNS resource record that specifies that one FQDN name is an alias for another FQDN. A DNS resource record that identifies a mail server for a DNS domain. PTR Record A DNS resource record that resolves an IP address to an FQDN. A DNS resource record that resolves a domain service to an IP SRV Record address. NS Record A DNS resource record that identifies a DNS server for a DNS domain. A DNS resource record that is integrated into the zone properties SOA Record dialog box that contains the name of the DNS server, the zone administrator, and other key settings. This section helps you prepare for the following certification exam objectives: Exam Objective TestOut Server Pro 2016: Networking 1.2 Create and configure DNS zones and records Create and configure DNS zones

15 1.2.3 Create and configure DNS records Microsoft Networking with Windows Server Create and configure DNS zones and records Create and configure DNS Resource Records (RR) A records AAAA records PTR records SOA records NS records SRV records CNAME records MX records Video/Demo DNS Record Types 4: Creating A and AAAA Records 4: Creating PTR Records 3: Creating CNAME Records 4: Creating MX Records 3: Managing NS and SRV Records 5:10 Total Video 25:59 Lab/Activity Create a Zone and Add Records Create CNAME Records Fact Sheets DNS Record Facts Number of Exam Questions 13 questions Total About 54 minutes

16 1.6: DNS Record Management Lecture Focus Questions: What are the risks of allowing unsecured dynamic updates in DNS? How is client information updated in DNS when the client obtains an IP address from a DHCP server? How does the Round Robin setting affect how a DNS server responds to queries when there are duplicate host records? How does the netmask ordering setting affect how a DNS server responds to queries when there are duplicate host records? In this section, you will learn to: Enable and configure secure dynamic updates. Configure round robin. Configure netmask ordering. Key terms for this section include the following: Term Definition Secure Dynamic Updates Round Robin Netmask Ordering The process of integrating DNS with Active Directory so that DNS host and pointer records can only be updated by authenticated computers that are members of the Active Directory domain. The DNS process of responding to client queries for an FQDN that has multiple IP addresses. The IP addresses are reordered in a round robin fashion by the DNS server. The DNS process of responding to client queries for an FQDN that has multiple IP addresses. The IP address are ordered by IP address proximity. This section helps you prepare for the following certification exam objectives: Exam Objective TestOut Server Pro 2016: Networking Microsoft Networking with Windows Server Create and configure DNS zones and records Create and configure DNS records 1.2 Create and configure DNS zones and records Configure round robin Configure secure dynamic updates Video/Demo DNS Record Management 8: Configuring Secure Dynamic Updates 3:18

17 1.6.3 Configuring Round Robin 4: Configuring Duplicate Record Support 6:19 Total Video 22:28 Lab/Activity Enable Dynamic DNS Updates Configure DNS Round Robin Fact Sheets DNS Record Management Facts Number of Exam Questions 7 questions Total About 45 minutes

18 1.7: Single-Label Name Resolution Lecture Focus Questions: How does DNS devolution work? When would you use a GlobalNames zone? How can a DNS suffix search list be configured using Group Policy? In this section, you will learn to: Configure the DNS suffix search list. Key terms for this section include the following: Term Definition Single-Label Name Resolution The process of resolving a non-fqdn host name to an IP address. Primary DNS suffix The name of the DNS domain to which a client belongs. Part of the single-label name resolution process where the DNS DNS Devolution client will automatically append portions of primary DNS suffix when sending queries to a DNS server. GlobalNames Zone DNS Suffix Search List A zone containing a the static list of global records with singlelabel names mapped to IP addresses. A list of DNS domains appended by the DNS client to single-label names when sending queries to a DNS server. This section helps you prepare for the following certification exam objectives: Exam Objective 1.1 Install and Configure DNS TestOut Server Pro 2016: Networking Configure Global Settings Microsoft Networking with Windows Server Install and configure DNS servers Configure global settings 1.2 Create and configure DNS zones and records Configure a GlobalNames zone Video/Demo Single-Label Name Resolution 4: Configuring the DNS Suffix Search List 4:00 Total Video 8:22 Lab/Activity Configure Search Suffixes

19 Fact Sheets Single-Label Name Facts Number of Exam Questions 3 questions Total About 22 minutes

20 1.8: DNS Server Properties Lecture Focus Questions: When should you activate debug logging? How can you run test queries to monitor your DNS server? How can you prevent a DNS server from running recursive queries? Where would you enable scavenging of stale records on the system? What type of DNS servers are allowed when the Enable BIND secondaries option is checked? In this section, you will learn to: Configure DNS logging. Configure recursion settings. Configure DNS zone scavenging. Configure global settings. Key terms for this section include the following: Term Definition DNS Logging The ability to configure the type of events to include in the DNS log. Zone Scavenging The process of eliminating obsolete DNS records. This section helps you prepare for the following certification exam objectives: Exam Objective 1.1 Install and Configure DNS TestOut Server Pro 2016: Networking Microsoft Networking with Windows Server Configure DNS logging Configure Global Settings 1.2 Create and configure DNS zones and records Configure zone scavenging 1.1 Install and configure DNS servers Configure DNS logging Configure recursion settings Configure global settings Video/Demo DNS Server Properties 5: Configuring DNS Logging 3: Configuring Recursion Settings 3: Configuring Zone Scavenging 9: Configuring Global Settings 1:53 Total Video 23:42

21 Lab/Activity Configure DNS Logging Configure DNS Advanced Settings Configure DNS Aging and Scavenging Fact Sheets DNS Server Properties Facts Number of Exam Questions 7 questions Total About 51 minutes

22 1.9: DNS Protection Lecture Focus Questions: How does DNSSEC make DNS zone records more secure? How do you randomize the port used for DNS queries? How can you prevent the entries in the DNS cache from changing too quickly? How can the slowing of responses to DNS queries make a DNS server more secure? In this section, you will learn to: Configure DNS Security Extensions (DNSSEC). Configure DNS socket pooling. Configure DNS cache locking. Configure delegated administration. Enabling response rate limiting. Key terms for this section include the following: Term Definition DNS Security Extensions (DNSSEC) DNS Socket Pooling DNS Cache Locking Response Rate Limiting DANE A technology used to secure the Domain Name System (DNS) process. DNSSEC is used to verify whether a response was actually what was sent out by the replying server and whether the server sending it is really who they claim to be. A DNS security feature where multiple TCP ports are used when performing queries. A DNS security feature that controls how long before a cached entry can be overwritten. This helps prevent attacks that attempt to pollute information in the cache to direct traffic to a malicious site. A DNS security feature that helps protect a DNS server from denial of service attacks by limiting the frequency and size of the response to a query. A protocol that allows X.509 certificates (commonly used for Transport Layer Security), to be bound to DNS names to help prevent man-inthe-middle attacks. This section helps you prepare for the following certification exam objectives: Exam Objective 1.1 Install and Configure DNS TestOut Server Pro 2016: Networking Configure DNSSEC Configure DNS Socket Pool Configure delegated administration

23 Microsoft Networking with Windows Server Install and configure DNS servers Configure Domain Name System Security Extensions (DNSSEC) Configure DNS Socket Pool Configure cache locking Enable Response Rate Limiting Configure DNS-based Authentication of Named Entities (DANE) Configure delegated administration Video/Demo DNS Protection Features 5: Configuring DNS Security Extensions (DNSSEC) 9: Configuring DNS Socket Pooling 3: Configuring DNS Cache Locking 3: Enabling Response Rate Limiting 6: Configuring Delegated Administration 2:15 Total Video 29:06 Lab/Activity Configure DNSSEC Fact Sheets DNS Protection Facts Number of Exam Questions 6 questions Total About 46 minutes

24 1.10: DNS Policies Lecture Focus Questions: In what ways can a DNS policy be used? What are the three types of DNS policies? How do they differ? In this section, you will learn to: Configure DNS policies. Configure zone scopes. Key terms for this section include the following: Term Definition DNS Policy A new feature in Windows Server 2016 that gives the DNS server flexibility when responding to queries. DNS Query Resolution Policy DNS Recursion Policy A policy that specifies how incoming resolution queries are handled by a DNS server. A policy that controls how the DNS server performs recursion for a query. DNS Transfer Policy A policy that controls whether a zone transfer is allowed. This section helps you prepare for the following certification exam objectives: Exam Objective 1.1 Install and configure DNS servers Microsoft Networking with Windows Server Implement DNS policies 1.2 Create and configure DNS zones and records Configure Zone Scopes Configure records in Zone Scopes Configure policies for zones Video/Demo DNS Policies Overview 2: Configuring DNS Policies 7: Configuring Zone Scopes 6:33 Total Video 16:07 Fact Sheets DNS Policy Facts Number of Exam Questions

25 3 questions Total About 25 minutes

26 1.11: DNS Monitoring and Troubleshooting Lecture Focus Questions: What server resources should be monitored to optimize DNS performance? What application logs and event logs track DNS processing and performance? Which two categories do DNS problems generally fall into? Which tools can be used to troubleshoot DNS? In this section, you will learn to: Implement DNS performance alerts. Run test queries against a DSN server. Use DNS audit and analytical events. Analyze DNS zone statistics. Troubleshoot DNS and DNS records. Key terms for this section include the following: Term Definition DNS Performance Alerts DNS Performance Tuning A feature added to Server Manager when the DNS role is added to send alerts when CPU usage and available memory cross a configurable threshold. The process of monitoring and configuring the DNS server's critical resources to optimize DNS performance. An automated task framework provided by Microsoft with a command line shell and scripting language. There are several DNS PowerShell cmdlets that can be uses to set up, configure, and manage a DNS server. A command line utility used for routine DNS setup, configuration, dnscmd and management. This section helps you prepare for the following certification exam objectives: Exam Objective 1.1 Install and configure DNS servers Microsoft Networking with Windows Server Configure DNS Server settings using Windows PowerShell Implement DNS performance tuning 1.2 Create and configure DNS zones and records Analyze zone level statistics Use DNS audit events and

27 analytical (query) events for auditing and troubleshooting Video/Demo DNS Monitoring and Troubleshooting 9: Implementing DNS Performance Alerts 1: Using DNS Audit and Analytical Events 3: Analyzing DNS Zone Statistics 4:36 Total Video 18:48 Lab/Activity Troubleshoot Dynamic DNS Troubleshoot DNS Records Fact Sheets DNS Monitoring and Troubleshooting Facts Number of Exam Questions 7 questions Total About 41 minutes

28 2.1: IPv4 Addresses Lecture Focus Questions: What is the format of an IPv4 address? What is the purpose of a subnet mask? What is the relationship between CIDR notation and the subnet mask? What is the purpose of ANDing? What is the default address class of the IP address ? What is the decimal equivalent of the IP address ? What is the decimal value of a /27 CIDR mask? Given IP addresses and subnet masks, how do you determine if two workstations are on the same subnet? In this section, you will learn to: Convert an IPv4 address from binary to its decimal equivalent. Configure static IPv4 settings. Create subnets. Identify valid subnet addresses. Choose a subnet address and mask. Identify valid host addresses on the subnet. Key terms for this section include the following: Term Definition Subnetting The process of dividing a large network into smaller networks. Supernetting The process of combining two or more networks. Classless Inter- Domain Routing (CIDR) ANDing A set of internet protocol standards used to create unique identifiers for networks and host devices. The process used to determine the network address/id. A 32-bit number that defines which portion of an IPv4 address Subnet Mask identifies the network address and which portion of the address defines the host address. A 32-bit number that identifies network an IPv4 address belongs Network ID to. This section helps you prepare for the following certification exam objectives: Exam Objective TestOut Server Pro 2016: 3.1 Configure TCP/IP Networking Configure IPv4 settings Microsoft Networking with Windows Server Implement IPv4 and IPv6 addressing Configure IPv4 addresses and options

29 4.1.3 Configure IPv4 or IPv6 subnetting Video/Demo Understanding Binary Numbers 6: IPv4 Addressing 4: IPv4 Address Classes and NAT Routing 8: Understanding the Basics of ANDing 9: IPv4 Classless Inter-Domain Routing (CIDR) 4: IPv4 Advanced ANDing 5: IPv4 Network Subnetting 9: Configuring IPv4 8:12 Total Video 57:21 Lab/Activity Explore IPv4 Configuration Configure IPv4 Settings Fact Sheets IPv4 Addressing Facts Custom Addressing Facts Number of Exam Questions 9 questions Total About 87 minutes

30 2.2: IPv6 Addresses Lecture Focus Questions: What are the components of an IPv6 address? How many bits are in an IPv6 address? What methods are used to omit leading zeros in an IPv6 address? Which portion of an IPv6 address contains the network ID? Which portion of an IPv6 address contains the interface ID? What are the two methods used to determine the interface ID? In this section, you will learn to: Configure IPv6 settings. Implement IPv6 stateless addressing. Subnet IPv6 addresses. Key terms for this section include the following: Term Definition Global- Unicast Unique- Local Link-Local Multicast Prefix ID Interface ID An IPv6 address type that is publicly routable and can be used in the internet. An IPv6 address type that indicates the IP address is a private IP address. An IPv6 address type that indicates that the IP address was configured by default. An IPv6 address type that indicates that the packet is addressed to a number of hosts on the network, but not all hosts. The leftmost bits of the IPv6 address, also know as the network ID. The prefix is used for routing IPv6 packets. The rightmost bits of the IPv6 address used to uniquely identify a network card (interface) in a host. This section helps you prepare for the following certification exam objectives: Exam Objective TestOut Server Pro 2016: 3.1 Configure TCP/IP Networking Configure IPv6 settings Microsoft Networking with Windows Server Implement IPv4 and IPv6 addressing Determine and configure appropriate IPv6 addresses Configure IPv4 or IPv6 subnetting Implement IPv6 stateless addressing

31 Video/Demo IPv6 Addressing 4: IPv6 Subnetting 9: IPv6 Stateless Addresses 4: Implementing IPv6 Stateless Addressing 3:33 Total Video 22:27 Lab/Activity Configure IPv6 Settings Fact Sheets IPv6 Addressing Facts IPv6 Configuration Facts Number of Exam Questions 10 questions Total About 48 minutes

32 2.3: IPv4-to-IPv6 Transitional Technologies Lecture Focus Questions: What limitations are associated with ISATAP in an IPv6 implementation? When is 6to4 tunneling automatically configured? When should you implement Teredo? Which IPv6 tunneling methods work through NAT? What technology allows an IPv4-only host to communicate with an IPv6-only host? In this section, you will learn to: Configure a Windows Server 2016 as an ISATAP router. Tunnel an IPv6 address through the IPv4 version of the internet using 6to4. Configure Teredo to allow tunneling through a NAT router. Key terms for this section include the following: Term Definition The process of wrapping or embedding one type of IP packet Tunneling (such as IPv6) within another type of IP packet (such as IPv4) to allow hosts to communicate over different IP infrastructures. Network Address Translation (NAT) Netsh Intra-site Automatic Tunnel Addressing Protocol (ISATAP) Translates private or unregistered IP address to a public IP address, allowing those using private addresses to access the internet. A command line scripting utility that allows you to display or modify the network configuration of a currently running computer remotely or locally. A tunneling method for use within a site to provide IPv6 communication over a private IPv4 network by encapsulating IPv6 packets with an IPv4 header. A transitional technology that's used to dynamically tunnel an 6to4 Tunneling IPv6 address through the IPv4 version of the internet. Cannot be used between IPv4-only hosts and IPv6-only hosts. Establishes the tunnel between individual IPv6 hosts so they Teredo Tunneling can communicate through a private or public IPv4 network. This tunneling method works through a NAT. This section helps you prepare for the following certification exam objectives: Exam Objective TestOut Server Pro 2016: Networking 3.1 Configure TCP/IP Configure IPv6 settings

33 Microsoft Networking with Windows Server Implement IPv4 and IPv6 addressing Configure interoperability between IPv4 and IPv6 by using ISATAP, 6to4, and Teredo scenarios Video/Demo IPv4-to-IPv6 Transitional Technologies 3: Configuring ISATAP 6: Configuring 6to4 2: Configuring Teredo 2:25 Total Video 14:35 Fact Sheets IPv4 and IPv6 Interoperability Facts Number of Exam Questions 7 questions Total About 27 minutes

34 3.1: Install DHCP Lecture Focus Questions: What are the steps a client uses to acquire an address from a DHCP server? When must you authorize a DHCP server? What permissions do you need to authorize a DHCP server? Why does a DHCP server shut down if its address is not found in Active Directory? What does this protect against? In this section, you will learn to: Install and authorize a DHCP server. Key terms for this section include the following: Terms Definitions Dynamic Host A component of the TCP/IP protocol suite used to assign an IP Configuration address to a host automatically from a preconfigured pool of Protocol (DHCP) addresses. DHCP Server Authorization DHCP Server DHCP Client Address Pool The process of enabling a DHCP server in a domain environment to prevent rogue DHCP servers from functioning on the network. A computer that runs the DHCP Server service, holds information about available IP addresses and related configuration information as defined by the systems administrator, and responds to requests from DHCP clients. A computer that gets its IP configuration information using DHCP from a DHCP server. Available IP addresses form an address pool within the DHCP scope. The pooled addresses are available for the DHCP server to dynamically assign to DHCP clients. A packet addressed to all computers on the network. Broadcast This section helps you prepare for the following certification exam objectives: Exam Objective TestOut Server Pro 2016: Networking Microsoft Networking with Windows Server Install and configure DHCP Install and authorize DHCP servers 2.1 Install and configure DHCP Install and configure DHCP servers Authorize a DHCP server

35 Video/Demo DHCP Installation and Authorization 1: Installing and Authorizing DHCP 3:43 Total Video 4:43 Lab/Activity Install and Configure a DHCP Server Fact Sheets DHCP Installation Facts Number of Exam Questions 5 questions Total About 20 minutes

36 3.2: DHCP Scopes Lecture Focus Questions: How can you change the subnet on a scope? How are reservations different from exclusions? What are the two ways to exclude IP addresses from a scope? What information is necessary to configure a client reservation? How are filters used to identify which computers can be clients of the DHCP server? In this section, you will learn to: Create and activate scopes. Configure exclusion ranges and client reservations. Configure filters on a DHCP server. Key terms for this section include the following: Term Definition A pool of IP addresses and other IP configuration parameters from DHCP Scopes which a DHCP server leases addresses to DHCP scopes. DHCP Lease Duration DHCP Lease Renewal DHCP Filter DHCP Reservation DHCP Exclusions A parameter of a DHCP IP address lease that specifies how long a DHCP client can keep an address. The process of a DHCP client renewing its IP address lease by using unicast DHCPREQUEST messages. A DHCP server feature that allows administrators to restrict which computers on a network are leased IP addresses. An IP address associated with reserving DHCP clients' MAC addresses to ensure that when a client requests an IP address, it always receives the same one with any configured options. One or more IP addresses within a DHCP scope that are not allocated by the DHCP Server service. Exclusions ensure that the specified IP addresses will not be offered to clients by the DHCP server as part of the general address pool. This section helps you prepare for the following certification exam objectives: Exam Objective 2.1 Install and configure DHCP TestOut Server Pro 2016: Networking Microsoft Networking Install and authorize DHCP servers Configure DHCP scopes and options Configure DHCP exclusions and reservations 5.2 Determine scenarios and requirements for implementing Software Defined Networking (SDN)

37 with Windows Server Create and configure scopes Configure a DHCP reservation Configure a lease period Video/Demo DHCP Scopes 0: Creating DHCP Scopes 8:35 Total Video 9:28 Lab/Activity Create DHCP Exclusion Ranges Create DHCP Client Reservations Fact Sheets DHCP Scope, Exclusion, and Reservation Facts Number of Exam Questions 10 questions Total About 35 minutes

38 3.3: DHCP Options Lecture Focus Questions: What are the four levels of DHCP IP configuration options? What is each level's purpose? In what order are DHCP options applied? Which option values take precedence: those delivered through DHCP, or those configured manually on the client? In this section, you will learn to: Configure DHCP options. Key terms for this section include the following: Term Definition DHCP Option Client configuration parameters a DHCP server can assign when Types offering an IP address lease to a client. DHCP Option A way for the DHCP server to customize option types provided to Class clients. This section helps you prepare for the following certification exam objectives: Exam Objective TestOut Server Pro 2016: Networking Microsoft Networking with Windows Server Install and configure DHCP Configure DHCP scopes and options 2.1 Install and configure DHCP Configure DHCP options Configure DNS options from within DHCP Video/Demo DHCP Options Overview 1: Configuring DHCP Options 6:21 Total Video 7:42 Lab/Activity Configure DHCP Options Fact Sheets DHCP Options Facts Number of Exam Questions 3 questions

39 Total About 21 minutes

40 3.4: Advanced Scopes Lecture Focus Questions: What does a multicast address indicate? When might you choose to create superscopes? What type of system is multinet when discussing superscopes? How does IPv6 differ from IPv4? If the M and O flags in the router advertisement (RA) message are set to 1, what type of configuration method should you use? What options do you have for dealing with zeros (0s) in an IPv6 address? How is autoconfiguration in IPv6 improved over autoconfiguration in IPv4? In this section, you will learn to: Create a multicast scope. Create an IPv6 scope. Configure DHCPv6 scope options. Create and configure a superscope. Key terms for this section include the following: Term Definition Multicast Scope Superscope A type of DHCP scope that allows multicast addresses to be dynamically assigned to multicast servers and clients using Multicast Address Dynamic Client Allocation Protocol (MADCAP). A special type of scope consisting of one or more member scopes that allows a DHCP server to service multiple IP subnets on a single physical network. The IPv6 version of DHCP, which supports the longer IP 128-bit addresses. DHCP Version 6 This section helps you prepare for the following certification exam objectives: Exam Objective TestOut Server Pro 2016: Networking Microsoft Networking with Windows Server Install and configure DHCP Create and configure superscopes 2.1 Install and configure DHCP Create and configure superscopes and multicast scopes Implement IPv6 addressing using DHCPv6 Video/Demo Advanced Scopes 1: Configuring a Superscope 3:21

41 3.4.3 Configuring a Multicast Scope 3: Configuring a DHCPv6 Scope 5:00 Total Video 13:02 Lab/Activity Create a Superscope Configure an IPv6 Scope Fact Sheets DHCP Superscope and Multicast Scope Facts DHCPv6 Scope Facts Number of Exam Questions 13 questions Total About 47 minutes

42 3.5: Centralized DHCP and PXE Lecture Focus Questions: What options are available for a DHCP server to service a subnet separated with a router? How does DHCP broadcast reach clients located in a different subnet? What are the alternatives to using a Microsoft DHCP relay agent? In this section, you will learn to: Configure a DHCP relay agent. Key terms for this section include the following: Term Definition DHCP Relay Agent DHCP IP Helper Address PXE A device that listens for broadcast DHCPDISCOVER and DHCPREQUEST messages and forwards them to a DHCP server on another subnet. The IP Helper address lets routers relay User Datagram Protocol (UDP) requests when necessary. It makes the router a middleman and allows a broadcast to pass through a router to its destination. Preboot execution environment (PXE) allows computers to boot remotely through a network interface. PXE enables a client machine to boot from a server independent of the hard disks and installed operating system. This section helps you prepare for the following certification exam objectives: Exam Objective 2.1 Install and configure DHCP TestOut Server Pro 2016: Networking Microsoft Networking with Windows Server Configure DHCP scopes and options Configure DHCP Relay Agent 2.1 Install and configure DHCP Configure client and server for PXE boot Configure DHCP Relay Agent Video/Demo Centralized DHCP 7: Configuring a DHCP Relay Agent 5: PXE Boot 1: Configure Client and Server for PXE Boot 1:38 Total Video 16:57

43 Lab/Activity Configure a DHCP Relay Agent Fact Sheets DHCP Centralization Facts PXE Boot Facts Number of Exam Questions 9 questions Total About 41 minutes

44 3.6: DHCP Policies Lecture Focus Questions: When should you use a DHCP policy? In this section, you will learn to: Create and configure DHCP policies. Key terms for this section include the following: Term Definition DHCP A feature in Windows Server 2016 that gives administrators the ability to policies customize IP address lease options with conditions based on criteria. This section helps you prepare for the following certification exam objectives: Exam Objective 2.1 Install and configure DHCP TestOut Server Pro 2016: Configure DHCP scopes and Networking options Microsoft Networking with Windows Server Install and configure DHCP Create and configure scopes Configure DHCP options Configure (DHCP) policies Video/Demo DHCP Policies 1: Configuring DHCP Policies 5:31 Total Video 7:06 Fact Sheets DHCP Policy Facts Number of Exam Questions 3 questions Total About 16 minutes

45 3.7: Advanced DHCP Management Lecture Focus Questions: In which two ways can you implement DHCP failover? What is a split scope? What steps do you take to create a split scope? How does DHCP implement name protection? In this section, you will learn to: Configure a DHCP failover. Create and configure a split scope. Key terms for this section include the following: Term Definition DHCP Failover Split Scope DHCP Name Protection A feature in Windows Server 2016 that allows two DHCP servers to share the pool of IP addresses in a scope, giving both servers access to all addresses in the pool. A fault-tolerant DHCP configuration in which two DHCP servers that contains the same scope information, allowing both servers to offer DHCP services to clients. A feature in DHCP that prevents name squatting by non-windows computers by using the DHCP resource record Dynamic Host Configuration Identifier (DHCID). Also see name squatting. This section helps you prepare for the following certification exam objectives: Exam Objective TestOut Server Pro 2016: Networking Microsoft Networking with Windows Server Install and configure DHCP Configure high availability using DHCP failover 2.1 Install and configure DHCP Configure high availability using DHCP failover Configure DHCP name protection Video/Demo Advanced DHCP Management Overview 1: Configuring High Availability Failover 8: Configuring High Availability Load Balancing 3: Configuring DHCP Filters 6: Configuring DHCP Name Protection 5:46 Total Video 24:58

46 Lab/Activity Configure DHCP Failover Configure DHCP Failover Configure a Scope for an Additional Subnet Configure a Split Scope Fact Sheets DHCP High Availability Facts Number of Exam Questions 4 questions Total About 54 minutes

47 3.8: Maintain the DHCP Database Lecture Focus Questions: When would you want to back up the DHCP database? What information is backed up with a default backup? Where is the DHCP database stored? In this section, you will learn to: Back up a DHCP database. Key terms for this section include the following: Term Definition DHCP servers store DHCP lease and reservation information in DHCP database files. By default, these files are stored in the Database %SystemRoot%\System32\DHCP directory. This section helps you prepare for the following certification exam objectives: Exam Objective TestOut Server Pro 2016: Networking Microsoft Networking with Windows Server Install and configure DHCP Configure DHCP scopes and options 2.1 Install and configure DHCP Perform export and import of a DHCP server Perform DHCP server migration Back up and restore the DHCP database Video/Demo Maintain the DHCP Database 1: Backing Up and Restoring the Database 4: Performing DHCP Server Migration 4:49 Total Video 10:56 Fact Sheets DHCP Database Facts Number of Exam Questions 3 questions Total About 19 minutes

48 3.9: Troubleshooting DHCP Lecture Focus Questions: A Windows client system in your network has an IP address of Why was this address assigned? DHCP discoverers are not increasing in the DHCP console. What could cause this? DHCP discoverers are increasing in the DHCP console, but all offers are static. What could cause this? DHCP discoverers and offers are increasing in the DHCP console, but requests are static. What could cause this? In this section, you will learn to: Configure automatic and alternate addressing. Troubleshoot common DHCP issues. Key terms for this section include the following: Term Definition Automatic Private IPv4 Addressing (APIPA) The Windows function that provides DHCP autoconfiguration addressing. APIPA assigns a class B IP address from to to the client when a DHCP server is either permanently or temporarily unavailable. This section helps you prepare for the following certification exam objectives: Exam Objective 2.1 Install and configure DHCP TestOut Server Pro 2016: Networking Troubleshoot DHCP Microsoft Networking with Windows Server Install and configure DHCP Troubleshoot DHCP Video/Demo Issues with DHCP 4: Configuring Alternate Addresses 10: Troubleshooting DHCP 8:15 Total Video 23:07 Lab/Activity Configure Automatic and Alternate Addressing Troubleshoot DHCP Troubleshoot DHCP 2 Fact Sheets

49 3.9.4 DHCP Troubleshooting Facts Number of Exam Questions 12 questions Total About 56 minutes

50 4.1: IPAM Installation Lecture Focus Questions: What functions does the IP Address Management (IPAM) server perform? What is the IPAM server scope discovery range in Active Directory? What is IPAM provisioning? What are the steps for provisioning an IPAM server? What tasks must be performed before the Server Discovery task can work properly? Manage IP block and ranges from the IPAM console. In this section, you will learn to: Install and Configure IPAM using the IPAM Provisioning Wizard. Configure Server Discovery to discover domain controllers, DHCP servers, DNS servers, and NPS servers, and automatically add them to the IPAM console. Key terms for this section include the following: Terms Definitions IP Address Management (IPAM) IPAM Server WID Microsoft SQL Server IPAM Client IP Address Block IP Address Range IP Addresses Unmapped Address Space IP Address Management (IPAM) is a feature in newer releases of Windows Server that enables an administrator to manage the IP address space. The IPAM server collects data from the managed DNS and DHCP servers, manages Windows Internal Database, and manages security groups and roles related to IPAM. Windows Internal Database is a relational data store used by Microsoft applications and services for small environments. Microsoft SQL Server is a relational database management system that supports data processes and manipulations for corporate IT environments. The IPAM client provides an interface that the IPAM administrator can use to manage and configure the IPAM server. An IP address block is the largest unit in the IP address space. It consists of a contiguous range of IP addresses with a corresponding subnet mask. IP address ranges are part of an IP address space beneath the address block. An IP address range normally maps to a DHCP scope. IP addresses are the individual addresses that are contained in an IP address range. Unmapped address spaces are IP addresses or IP address ranges that haven't been assigned to an IP address block.

Networking with Windows Server 2016 (741)

Networking with Windows Server 2016 (741) Networking with Windows Server 2016 (741) Implement Domain Name System (DNS) Install and configure DNS servers Determine DNS installation requirements; determine supported DNS deployment scenarios on Nano

More information

Exam Objectives for MCSA Networking with Windows Server 2016

Exam Objectives for MCSA Networking with Windows Server 2016 Exam Objectives for MCSA 70-741 Networking with Windows Server 2016 The Windows Server 2016 70-741 Exam is articulated around five main exam objectives. As per below table these five objectives are not

More information

MCSA Windows Server A Success Guide to Prepare- Networking with Windows Server edusum.com

MCSA Windows Server A Success Guide to Prepare- Networking with Windows Server edusum.com 70-741 MCSA Windows Server 2016 A Success Guide to Prepare- Networking with Windows Server 2016 edusum.com Table of Contents Introduction to 70-741 Exam on Networking with Windows Server 2016... 2 Microsoft

More information

MCSA Guide to Networking with Windows Server 2016, Exam

MCSA Guide to Networking with Windows Server 2016, Exam MCSA Guide to Networking with Windows Server 2016, Exam 70-741 First Edition Chapter 4 Implementing DHCP 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part,

More information

MOC 6421B: Configuring and Troubleshooting a Windows Server 2008 Network Infrastructure

MOC 6421B: Configuring and Troubleshooting a Windows Server 2008 Network Infrastructure MOC 6421B: Configuring and Troubleshooting a Windows Server 2008 Network Infrastructure Course Overview This 5 day course instills students with the knowledge and skills to configure and troubleshoot Windows

More information

Microsoft Server Administrator

Microsoft Server Administrator Microsoft Server Administrator Title : Microsoft Server Administrator Institute Certification : SmartEntry Certified Microsoft Server Administrator Duration: 40 Hrs Fees: 25K Prerequisite : A+ & N+ Description

More information

R5: Configuring Windows Server 2008 R2 Network Infrastructure

R5: Configuring Windows Server 2008 R2 Network Infrastructure 70-642 R5: Configuring Windows Server 2008 R2 Network Infrastructure Course Introduction Course Introduction Chapter 01 - Understanding and Configuring IP Lesson 1: Introducing the OSI Model Understanding

More information

Course Outline. Pearson: MCSA Cert Guide: Networking with Windows Server 2016 (Course & Lab)

Course Outline. Pearson: MCSA Cert Guide: Networking with Windows Server 2016 (Course & Lab) Course Outline Pearson: MCSA 70-741 Cert Guide: Networking with Windows Server 2016 (Course & Lab) 01 Oct 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary

More information

MOC 20410C: Installing and Configuring Windows Server 2012

MOC 20410C: Installing and Configuring Windows Server 2012 MOC 20410C: Installing and Configuring Windows Server 2012 Course Overview This course provides students with the knowledge and skills to implement a core Windows Server 2012 infrastructure in an existing

More information

Course Outline. Pearson: MCSA Cert Guide: Networking with Windows Server

Course Outline. Pearson: MCSA Cert Guide: Networking with Windows Server Course Outline Pearson: MCSA 70-741 Cert Guide: Networking with Windows Server 2016 01 Aug 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions

More information

MOC 20410B: Installing and Configuring Windows Server 2012

MOC 20410B: Installing and Configuring Windows Server 2012 MOC 20410B: Installing and Configuring Windows Server 2012 Course Overview This course is part one of a three-part series that provides the skills and knowledge necessary to implement a core Windows Server

More information

SEVENMENTOR TRAINING PVT.LTD. MCSA Server 2016 Syllabus

SEVENMENTOR TRAINING PVT.LTD. MCSA Server 2016 Syllabus MCSA Server 2016 What do we cover in MCSA course? Are you interested in learning about the Information Technology or computer career field? If so, then this course if for you. This course is designed to

More information

TestOut Server Pro 2016: Install and Storage English 4.0.x LESSON PLAN. Revised

TestOut Server Pro 2016: Install and Storage English 4.0.x LESSON PLAN. Revised TestOut Server Pro 2016: Install and Storage English 4.0.x LESSON PLAN Revised 2018-01-30 2 Table of Contents Introduction Section 1.1: Windows as a Server... 5 Section 1.2: Windows Server 2012 Interface

More information

Administering. Windows Server 2012 R2. Exam Wiley. Patrick Regan

Administering. Windows Server 2012 R2. Exam Wiley. Patrick Regan Administering Windows Server 2012 R2 Exam 70-411 Patrick Regan Wiley Contents j Lesson 1: Deploying and Managing Server Images 1 Using Windows Deployment Services 2 Installing the Windows Deployment Services

More information

Server : Manage and Administer 3 1 x

Server : Manage and Administer 3 1 x Server : Manage and Administer 3 1 x Revised 2016/05/17 TestOut Server Pro: Manage and Administer English 3.1.x Videos: 56 (4:25:22) Demonstrations: 87 (10:14:13) Simulations: 63 Written Lessons: 72 Section

More information

MCSA Windows Server 2012 Configuring Advanced Services

MCSA Windows Server 2012 Configuring Advanced Services Session 1 MCSA Windows Server 2012 Configuring Advanced Services Section A: Windows Server 412 70-412 Project Network Load Balancing Prerequisites for NLB Install NLB Cluster Configuration Unicast vs.

More information

Exam Networking with Windows Server 2016

Exam Networking with Windows Server 2016 MCSA / MCSE for Windows Server 2016 Exam 70-741 Networking with Windows Server 2016 Version 15.35 (200 Questions) (70-741) Networking with Windows Server 2016 QUESTION 1 Note: This question is part of

More information

Upgrading Your Skills to MCSA: Windows Server 2016

Upgrading Your Skills to MCSA: Windows Server 2016 Upgrading Your Skills to MCSA: Windows Server 2016 Audience Profile: Candidates for this exam are IT professionals who implement the Windows Server 2016 core infrastructure services. Candidates have already

More information

Microsoft. Exam Questions Networking with Windows Server Version:Demo

Microsoft. Exam Questions Networking with Windows Server Version:Demo Microsoft Exam Questions 70-741 Networking with Windows Server 2016 Version:Demo NEW QUESTION 1 Note: This question is part of a series of questions that present the same scenario. Each question in the

More information

examcollection.premium.exam.91q

examcollection.premium.exam.91q 70-741.examcollection.premium.exam.91q Number: 70-741 Passing Score: 800 Time Limit: 120 min File Version: 1 Microsoft 70-741 Networking with Windows Server 2016 Exam A QUESTION 1 You have a DHCP server

More information

MOC 6420A: Fundamentals of Windows Server 2008 Network and Applications Infrastructure

MOC 6420A: Fundamentals of Windows Server 2008 Network and Applications Infrastructure MOC 6420A: Fundamentals of Windows Server 2008 Network and Applications Infrastructure Course Number: 6420A Length: 5 Day(s) Certification Exam This course is associated with Exam 70-642 TS: Windows Server

More information

20413B: Designing and Implementing a Server Infrastructure

20413B: Designing and Implementing a Server Infrastructure 20413B: Designing and Implementing a Server Infrastructure Course Outline Course Introduction Course Introduction Module 01 - Planning a Server Upgrade and Migration Lesson 1: Upgrade and Migration Considerations

More information

Configuring Advanced Windows Server 2012 Services (412)

Configuring Advanced Windows Server 2012 Services (412) Configuring Advanced Windows Server 2012 Services (412) Configure and manage high availability Configure Network Load Balancing (NLB) Install NLB nodes, configure NLB prerequisites, configure affinity,

More information

Server : Advanced Services 3 1 x

Server : Advanced Services 3 1 x Server : Advanced Services 3 1 x Revised 2016/05/17 TestOut Server Pro: Advanced Services English 3.1.x Videos: 56 (5:12:20) Demonstrations: 84 (9:20:07) Simulations: 47 Written Lessons: 92 Section Quizzes:

More information

TestOut Server Pro: Advanced Services English 3.1.x LESSON PLAN. Revised 2016/05/17

TestOut Server Pro: Advanced Services English 3.1.x LESSON PLAN. Revised 2016/05/17 TestOut Server Pro: Advanced Services English 3.1.x LESSON PLAN Revised 2016/05/17 Table of Contents Course Overview... 4 Course Introduction for Instructors... 6 Section 1.1: Multi-Domain Forests... 8

More information

MCSA Windows Server A Success Guide to Prepare- Microsoft Configuring Advanced Windows Server 2012 Services. edusum.

MCSA Windows Server A Success Guide to Prepare- Microsoft Configuring Advanced Windows Server 2012 Services. edusum. 70-412 MCSA Windows Server 2012 A Success Guide to Prepare- Microsoft Configuring Advanced Windows Server 2012 Services edusum.com Table of Contents Introduction to 70-412 Exam on Configuring Advanced

More information

Installing and Configuring Windows Server 2012 R2

Installing and Configuring Windows Server 2012 R2 Installing and Configuring Windows Server 2012 R2 Exam 70-410 Craig Zacker Wiley Lesson 1: Installing Servers 1 Selecting a Windows Server 2012 R2 Edition 2 Supporting Server Roles 3 Supporting Server

More information

Course Content of MCSA ( Microsoft Certified Solutions Associate )

Course Content of MCSA ( Microsoft Certified Solutions Associate ) Course Content of MCSA 2012 - ( Microsoft Certified Solutions Associate ) Total Duration of MCSA : 45 Days Exam 70-410 - Installing and Configuring Windows Server 2012 (Course 20410A Duration : 40 hrs

More information

MOC 20411B: Administering Windows Server Course Overview

MOC 20411B: Administering Windows Server Course Overview MOC 20411B: Administering Windows Server 2012 Course Overview This course is part two in a series of three courses that provides the skills and knowledge necessary to implement a core Windows Server 2012

More information

COPYRIGHTED MATERIAL. Contents. Assessment Test

COPYRIGHTED MATERIAL. Contents. Assessment Test Contents Introduction Assessment Test xxxvii lv Chapter 1 Installing Windows Server 2016 1 Features and Advantages of Windows Server 2016 2 Planning the Windows Server 2016 Installation 6 Server Roles

More information

Hands-On Microsoft Windows. Chapter 8 p Managing Windows Server 2008 Network Services

Hands-On Microsoft Windows. Chapter 8 p Managing Windows Server 2008 Network Services Hands-On Microsoft Windows Server 2008 Chapter 8 p Managing Windows Server 2008 Network Services Objectives Install, configure, and troubleshoot DNS Implement Microsoft WINS Install, configure, and troubleshoot

More information

Top-Down Network Design

Top-Down Network Design Top-Down Network Design Chapter Six Designing Models for Addressing and Naming Copyright 2010 Cisco Press & Priscilla Oppenheimer Guidelines for Addressing and Naming Use a structured model for addressing

More information

MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration. Chapter 5 Introduction to DNS in Windows Server 2008

MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration. Chapter 5 Introduction to DNS in Windows Server 2008 MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration Chapter 5 Introduction to DNS in Windows Server 2008 Objectives Discuss the basics of the Domain Name System (DNS) and its

More information

Lesson 9: Configuring DNS Records. MOAC : Administering Windows Server 2012

Lesson 9: Configuring DNS Records. MOAC : Administering Windows Server 2012 Lesson 9: Configuring DNS Records MOAC 70-411: Administering Windows Server 2012 Overview Exam Objective 3.2: Configure DNS Records Configuring DNS Record Types Using the DNSCMD Command to Manage Resource

More information

Planning IPv4 addressing Configuring an IPv4 host Managing and troubleshooting IPv4 network connectivity

Planning IPv4 addressing Configuring an IPv4 host Managing and troubleshooting IPv4 network connectivity Course 20741B: Networking with Windows Server 2016 Course Outline Module 1: Planning and implementing an IPv4 network This module also explains how to use fundamental networking tools and techniques to

More information

PassReview. PassReview - IT Certification Exams Pass Review

PassReview.  PassReview - IT Certification Exams Pass Review PassReview http://www.passreview.com PassReview - IT Certification Exams Pass Review Exam : 70-741 Title : Networking with Windows Server 2016 Vendor : Microsoft Version : DEMO Get Latest & Valid 70-741

More information

Networking with Windows Server 2016

Networking with Windows Server 2016 Course 20741B: Networking with Windows Server 2016 Course details Course Outline Module 1: Planning and implementing an IPv4 network This module also explains how to use fundamental networking tools and

More information

6421A: Configuring and Troubleshooting a Windows Server 2008 Network Infrastructure

6421A: Configuring and Troubleshooting a Windows Server 2008 Network Infrastructure www.peaksolutions.com 6421A: Configuring and Troubleshooting a Windows Server 2008 Network Infrastructure Course 6421A: Five days; Instructor-Led Introduction This five-day instructor-led course provides

More information

MCSA Windows Server A Success Guide to Prepare- Microsoft Administering Windows Server edusum.com

MCSA Windows Server A Success Guide to Prepare- Microsoft Administering Windows Server edusum.com 70-411 MCSA Windows Server 2012 A Success Guide to Prepare- Microsoft Administering Windows Server 2012 edusum.com Table of Contents Introduction to 70-411 Exam on Administering Windows Server 2012...

More information

MCSA Windows Server 2012

MCSA Windows Server 2012 MCSA Windows Server 2012 This Training Program prepares and enables learners to Pass Microsoft MCSA: Windows Server 2012 exams 1. MCSA: Windows Server 2012 / 70-410 Exam (Installing and Configuring Windows

More information

Course No. MCSA Days Instructor-led, Hands-on

Course No. MCSA Days Instructor-led, Hands-on MCSA: Windows Server 2012 Course No. MCSA2012 9 Days Instructor-led, Hands-on Introduction In this accelerated course nine day course, students will gain the skills and knowledge necessary to administer

More information

This course provides students with the knowledge and skills to administer Windows Server 2012.

This course provides students with the knowledge and skills to administer Windows Server 2012. MOC 20411C: Administering Windows Server 2012 Course Overview This course provides students with the knowledge and skills to administer Windows Server 2012. Course Introduction Course Introduction 6m Module

More information

Network+ Guide to Networks, Seventh Edition Chapter 2, Solutions

Network+ Guide to Networks, Seventh Edition Chapter 2, Solutions Network+ Guide to Networks, Seventh Edition Chapter 2, Solutions [C HD] Applying Concepts: Configure Address Translation Using NAT At the end of this chapter, you ll create your own NAT translation table

More information

DHCP and DDNS Services

DHCP and DDNS Services This chapter describes how to configure the DHCP server or DHCP relay as well as dynamic DNS (DDNS) update methods. About, page 1 Guidelines for, page 3 Configure the DHCP Server, page 4 Configure the

More information

Exam Blueprint (Updated 2/18/14)

Exam Blueprint (Updated 2/18/14) This study sheet is for Exam 70-410 Installing and Configuring Windows Server 2012. Checking the below check boxes indicates that GUI and PowerShell have been done. Section 1 Install and configure servers

More information

12. Name & Address 최양희서울대학교컴퓨터공학부

12. Name & Address 최양희서울대학교컴퓨터공학부 12. Name & Address 최양희서울대학교컴퓨터공학부 How do you get IP address? Manual Configuration Stateful Address Configuration (i.e. from servers) BOOTP DHCPv4, DHCPv6 Stateless Autoconfiguration : IPv6 2009 Yanghee

More information

Answer: B. Answer: D. Answer: C

Answer: B. Answer: D. Answer: C Question: 1 Your company has a single Active Directory forest that has an Active Directory domain named na.contoso.com. A server named Server1 runs the DNS server role. You notice stale resource records

More information

Microsoft Certified Solutions Associate (MCSA)

Microsoft Certified Solutions Associate (MCSA) Microsoft Certified Solutions Associate (MCSA) Installing and Configuring Windows Server 2012 (70-410) Module 1: Deploying and Managing Windows Server 2012 Windows Server 2012 Overview Overview of Windows

More information

CS 356: Computer Network Architectures. Lecture 15: DHCP, NAT, and IPv6. [PD] chapter 3.2.7, 3.2.9, 4.1.3, 4.3.3

CS 356: Computer Network Architectures. Lecture 15: DHCP, NAT, and IPv6. [PD] chapter 3.2.7, 3.2.9, 4.1.3, 4.3.3 CS 356: Computer Network Architectures Lecture 15: DHCP, NAT, and IPv6 [PD] chapter 3.2.7, 3.2.9, 4.1.3, 4.3.3 Xiaowei Yang xwy@cs.duke.edu Dynamic Host Configuration Protocol (DHCP) Dynamic Assignment

More information

MCSA Windows Server 2012

MCSA Windows Server 2012 MCSA Windows Server 2012 This course is developed for IT professionals who need to design, plan, implement, manage and support Microsoft Windows 2012 networks or who plan to take the related MCSE and MCSA

More information

MCSA Windows Server A Success Guide to Prepare- Microsoft Installing and Configuring Windows Server edusum.com

MCSA Windows Server A Success Guide to Prepare- Microsoft Installing and Configuring Windows Server edusum.com 70-410 MCSA Windows Server 2012 A Success Guide to Prepare- Microsoft Installing and Configuring Windows Server 2012 edusum.com Table of Contents Introduction to 70-410 Exam on Installing and Configuring

More information

Course 20741B: Networking with Windows Server 2016

Course 20741B: Networking with Windows Server 2016 Course Duration: 5 days Course description Overview: This 5-day classroom-based course provides the fundamental networking skills required to deploy and support Windows Server 2016 in most organizations.

More information

Manual Configuration Stateful Address Configuration (i.e. from servers) Stateless Autoconfiguration : IPv6

Manual Configuration Stateful Address Configuration (i.e. from servers) Stateless Autoconfiguration : IPv6 Manual Configuration Stateful Address Configuration (i.e. from servers) BOOTP DHCPv4, DHCPv6 Stateless Auto : IPv6 최양희서울대학교컴퓨터공학부 2005 Yanghee Choi 2 RARP Hardware address ---> IP address requires direct

More information

INF214x Basic Networking Practical Exercises

INF214x Basic Networking Practical Exercises INF214x Basic Networking Practical Exercises Overview This course includes practical exercises where you can try out the techniques demonstrated in the course for yourself. This guide lists the steps for

More information

Managing Caching DNS Server

Managing Caching DNS Server This chapter explains how to set the Caching DNS server parameters. Before you proceed with the tasks in this chapter, see Introduction to the Domain Name System which explains the basics of DNS. Configuring

More information

EZY Intellect Pte. Ltd.,

EZY Intellect Pte. Ltd., Microsoft Certified Solutions Associate (MCSA) Course 20741B: Networking with Windows Server 2016 Duration: 5 Days Associate Level: Window Server 2016 About this course This 5-day classroom-based course

More information

Correct Answer: C. Correct Answer: B

Correct Answer: C. Correct Answer: B QUESTION 1 Your company has a main office. The main office is located in a building that has 10 floors. A datacenter on the ground floor contains a Windows Server 2012 failover cluster. The failover cluster

More information

Agha Mohammad Haidari General ICT Manager in Ministry of Communication & IT Cell#

Agha Mohammad Haidari General ICT Manager in Ministry of Communication & IT Cell# Install a DNS server in Windows Server 2008 IT administrators who have little or no experience with Domain Name System (DNS), can learn to install, configure and troubleshoot a Windows Server 2008 DNS

More information

The OSI model of network communications

The OSI model of network communications The OSI model of network communications The TCP/IP networking layers are mapped to the OSI model The Next Generation TCP/IP stack IPv6 is supported natively in Windows Vista, Windows 7, Windows Server

More information

MS Exam Objectives Installing and Configuring Windows Server 2012 R2

MS Exam Objectives Installing and Configuring Windows Server 2012 R2 MS 70-410 Exam Objectives Installing and Configuring Windows Server 2012 R2 Click here for the CertBlaster Practice Tests for 70-410 Below are the exam objectives for Installing and Configuring Windows

More information

MCSA Windows Server A Success Guide to Prepare- Microsoft Upgrading Your Skills to MCSA Windows Server edusum.

MCSA Windows Server A Success Guide to Prepare- Microsoft Upgrading Your Skills to MCSA Windows Server edusum. 70-417 MCSA Windows Server 2012 A Success Guide to Prepare- Microsoft Upgrading Your Skills to MCSA Windows Server 2012 edusum.com Table of Contents Introduction to 70-417 Exam on Upgrading Your Skills

More information

Module 1: Allocating IP Addressing by Using Dynamic Host Configuration Protocol

Module 1: Allocating IP Addressing by Using Dynamic Host Configuration Protocol Contents Module 1: Allocating IP Addressing by Using Dynamic Host Configuration Protocol Overview 1 Multimedia: The Role of DHCP in the Network Infrastructure 2 Lesson: Adding and Authorizing the DHCP

More information

Course Networking with Windows Server 2016

Course Networking with Windows Server 2016 Course 20741 Networking with Windows Server 2016 About this course: This 5-day classroom-based course provides the fundamental networking skills required to deploy and support Windows Server 2016 in most

More information

70-410: Installing and Configuring Windows Server 2012

70-410: Installing and Configuring Windows Server 2012 70-410: Installing and Configuring Windows Server 2012 The following tables itemize changes to Exam 70-410. These changes will be made in January to include updates that relate to Windows Server 2012 R2

More information

Chapter 19. Domain Name System (DNS)

Chapter 19. Domain Name System (DNS) Chapter 19 Domain Name System (DNS) TCP/IP Protocol Suite 1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. OBJECTIVES: To describe the purpose of DNS. To define

More information

MOC 6419B: Configuring, Managing and Maintaining Windows Server based Servers

MOC 6419B: Configuring, Managing and Maintaining Windows Server based Servers MOC 6419B: Configuring, Managing and Maintaining Windows Server 2008- based Servers Course Overview This instructor-led course provides students with the knowledge and skills that are required to manage

More information

70-745: Implementing a Software-Defined Datacenter

70-745: Implementing a Software-Defined Datacenter 70-745: Implementing a Software-Defined Datacenter Target Audience: Candidates for this exam are IT professionals responsible for implementing a software-defined datacenter (SDDC) with Windows Server 2016

More information

Configuring NAT for IP Address Conservation

Configuring NAT for IP Address Conservation This module describes how to configure Network Address Translation (NAT) for IP address conservation and how to configure inside and outside source addresses. This module also provides information about

More information

Guide to TCP/IP Fourth Edition. Chapter 2: IP Addressing and Related Topics

Guide to TCP/IP Fourth Edition. Chapter 2: IP Addressing and Related Topics Guide to TCP/IP Fourth Edition Chapter 2: IP Addressing and Related Topics Objectives Describe IP addressing, anatomy and structures, and addresses from a computer s point of view Recognize and describe

More information

ASM Educational Center (ASM) Est. 1992

ASM Educational Center (ASM) Est. 1992 MCSA Windows Server 2012 Certification Course Outline 70-410: Installing and Configuring Windows Server 2012 R2 Module 01 - Server 2012 Overview Server 2012 Overview On Premise vs. Cloud Common Cloud Computing

More information

Finding Feature Information

Finding Feature Information This module describes how to configure Network Address Translation (NAT) for IP address conservation and how to configure inside and outside source addresses. This module also provides information about

More information

Installing & Configuring Windows Server 2012 (20410D)

Installing & Configuring Windows Server 2012 (20410D) Installing & Configuring Windows Server 2012 (20410D) COURSE OVERVIEW: Learn to implement and configure the core services of Windows Server 2012 and Windows Server 2012 R2. This course, Installing and

More information

Installing and Configuring Windows Server 2012

Installing and Configuring Windows Server 2012 Course 20410 : Installing and Configuring Windows Server 2012 Page 1 of 6 Installing and Configuring Windows Server 2012 Course 20410: 4 days; Instructor-Led Introduction The course is part one of a series

More information

COURSE 20741B: NETWORKING WITH WINDOWS SERVER 2016

COURSE 20741B: NETWORKING WITH WINDOWS SERVER 2016 ABOUT THIS COURSE This 5-day classroom-based course provides the fundamental networking skills required to deploy and support Windows Server 2016 in most organizations. It covers IP fundamentals, remote

More information

Best MCSA Training in PUNE & Best MCSA Training Institute in MAHARASHTRA

Best MCSA Training in PUNE & Best MCSA Training Institute in MAHARASHTRA Best MCSA Training in PUNE & Best MCSA Training Institute in MAHARASHTRA RAHITECH is the biggest MCSA training center in PUNE with high tech infrastructure and lab facilities and the options of opting

More information

Configuring name resolution

Configuring name resolution CHAPTER 3 Configuring name resolution Name resolution involves translating human readable names, most commonly fully qualified domain names (FQDNs), into IP addresses. Most name resolution on Windows networks

More information

IPv6 Transition Mechanisms

IPv6 Transition Mechanisms IPv6 Transition Mechanisms Petr Grygárek rek 1 IPv6 and IPv4 Coexistence Expected to co-exist together for many years Some IPv4 devices may exist forever Slow(?) transition of (part of?) networks to IPv6

More information

Foreword xxiii Preface xxvii IPv6 Rationale and Features

Foreword xxiii Preface xxvii IPv6 Rationale and Features Contents Foreword Preface xxiii xxvii 1 IPv6 Rationale and Features 1 1.1 Internet Growth 1 1.1.1 IPv4 Addressing 1 1.1.2 IPv4 Address Space Utilization 3 1.1.3 Network Address Translation 5 1.1.4 HTTP

More information

Installing and Configuring Windows Server 2012

Installing and Configuring Windows Server 2012 Installing and Configuring Windows Server 2012 Course # Exam: Prerequisites Technology: Delivery Method: Length: 20697-1 70-697 Windows Instructor-led (classroom) 5 Days Overview About this Course This

More information

Fundamentals of Windows Server 2008 Network and Applications Infrastructure

Fundamentals of Windows Server 2008 Network and Applications Infrastructure COURSE OVERVIEW This five-day instructor-led course introduces students to network and applications infrastructure concepts and configurations provided by Window Server 2008. Students will be able to acquire

More information

ip dhcp-client network-discovery through ip nat sip-sbc

ip dhcp-client network-discovery through ip nat sip-sbc ip dhcp-client network-discovery through ip nat sip-sbc ip dhcp-client network-discovery, page 3 ip dhcp-client update dns, page 5 ip dhcp drop-inform, page 8 ip dhcp-relay information option server-override,

More information

MCSA Windows Server 2012 Installation and Configuration

MCSA Windows Server 2012 Installation and Configuration MCSA Windows Server 2012 Installation and Configuration Session 1 Section A: Plan Windows Server Installation Server Installation Scenario Server Editions Server Requirements Plan Roles for Servers Section

More information

Networking with Windows Server 2016

Networking with Windows Server 2016 Networking with Windows Server 2016 OD20741B; On-Demand, Video-based Course Description This course provides the fundamental networking skills required to deploy and support Windows Server 2016 in most

More information

How to Configure the DNS Server

How to Configure the DNS Server Make the Barracuda Link Balancer an Authoritative DNS host and configure the DNS Server for inbound load balancing. Step 1. Enable Authoritative DNS Enable Authoritative DNS on the Barracuda Link Balancer

More information

MS20741: NETWORKING WITH WINDOWS SERVER 2016

MS20741: NETWORKING WITH WINDOWS SERVER 2016 MS20741: NETWORKING WITH WINDOWS SERVER 2016 DURATION : 5 DAYS ABOUT THIS COURSE This 5-day classroom-based course provides the fundamental networking skills required to deploy and support Windows Server

More information

Course Outline. Networking with Windows Server Course 20741A: 5 days Instructor Led

Course Outline. Networking with Windows Server Course 20741A: 5 days Instructor Led Networking with Windows Server Course 20741A: 5 days Instructor Led About this coursethis 5-day classroom-based course provides the fundamental networking skills required to deploy and support Windows

More information

IPv6 Feature Facts

IPv6 Feature Facts 12.1.2 IPv6 Feature Facts The current IP addressing standard, version 4, will eventually run out of unique addresses, so a new system is being developed. It is named IP version 6 or IPv6. You should know

More information

Configuring the Cisco IOS DHCP Relay Agent

Configuring the Cisco IOS DHCP Relay Agent All Cisco devices that run Cisco software include a DHCP server and the relay agent software. A DHCP relay agent is any host or IP device that forwards DHCP packets between clients and servers. This module

More information

20741: Networking with Windows Server Course Content. Course ID #: W Hours: 35. Course Description: At Course Completion:

20741: Networking with Windows Server Course Content. Course ID #: W Hours: 35. Course Description: At Course Completion: Course Content Course Description: This 5-day classroom-based course provides the fundamental networking skills required to deploy and support Windows Server 2016 in most organizations. It covers IP fundamentals,

More information

Experience working with Windows Server 2008 or Windows Server Experience working in a Windows Server infrastructure enterprise environment

Experience working with Windows Server 2008 or Windows Server Experience working in a Windows Server infrastructure enterprise environment Networking with Windows Server 2016 va Day(s): 5 Course Code: M20741 Version: A Overview This 5-day classroom-based course provides the fundamental networking skills required to deploy and support Windows

More information

10970B: Networking with Windows Server

10970B: Networking with Windows Server 10970B: Networking with Windows Server Course Details Course Code: Duration: Notes: 10970B 5 days This course syllabus should be used to determine whether the course is appropriate for the students, based

More information

Microsoft Certified Solution Associate Windows Server 2016 Training

Microsoft Certified Solution Associate Windows Server 2016 Training Microsoft Certified Solution Associate Windows Server 2016 Training INNOVATIVE ACADEMY s Best Microsoft Training in Bangalore is designed so Innovative to help you clear the Microsoft Certified Solution

More information

MOC 20417B: Upgrading Your Skills to MCSA Windows Server 2012

MOC 20417B: Upgrading Your Skills to MCSA Windows Server 2012 MOC 20417B: Upgrading Your Skills to MCSA Windows Server 2012 Course Overview This course explains new features and functionality in Windows Server 2012 around management, networking infrastructure, storage,

More information

Networking with Windows Server 2016

Networking with Windows Server 2016 Course 20741: Networking with Windows Server 2016 Page 1 of 7 Networking with Windows Server 2016 Course 20741: 4 days; Instructor-Led Introduction This 4-day classroom-based course provides the fundamental

More information

TCP/IP Protocol Suite

TCP/IP Protocol Suite TCP/IP Protocol Suite Computer Networks Lecture 5 http://goo.gl/pze5o8 TCP/IP Network protocols used in the Internet also used in today's intranets TCP layer 4 protocol Together with UDP IP - layer 3 protocol

More information

Windows Server 2016 MCSA Bootcamp

Windows Server 2016 MCSA Bootcamp Course Overview This course will provide experienced IT professionals who wish to either upgrade their skills for the purpose of certifying on Microsoft Windows Server 2016 or who wish to gain information

More information

Chapter 10: Application Layer CCENT Routing and Switching Introduction to Networks v6.0

Chapter 10: Application Layer CCENT Routing and Switching Introduction to Networks v6.0 Chapter 10: Application Layer CCENT Routing and Switching Introduction to Networks v6.0 CCNET v6 10 Chapter 10 - Sections & Objectives 10.1 Application Layer Protocols Explain the operation of the application

More information

FINAL EXAM REVIEW PLEASE NOTE THE MATERIAL FROM LECTURE #16 at the end. Exam 1 Review Material

FINAL EXAM REVIEW PLEASE NOTE THE MATERIAL FROM LECTURE #16 at the end. Exam 1 Review Material FINAL EXAM REVIEW PLEASE NOTE THE MATERIAL FROM LECTURE #16 at the end Chapters in the book 1, 2, 3, 5, 6 Exam 1 Review Material Topics You are also responsible for the reading in the chapters understanding

More information

Introduction to Network. Topics

Introduction to Network. Topics Introduction to Network Security Chapter 7 Transport Layer Protocols 1 TCP Layer Topics Responsible for reliable end-to-end transfer of application data. TCP vulnerabilities UDP UDP vulnerabilities DNS

More information

Running the Setup Web UI

Running the Setup Web UI The Cisco Prime IP Express setup interview in the web UI takes you through a series of consecutive pages to set up a basic configuration. For an introduction and details on the basic navigation for the

More information