
Prepare for the 70-741 exam by exploring networking fundamentals in Windows Server 2016, including tcp/ip, ipv4/ipv6, subnetting, dhcp, and dns, plus IP address management and remote access features.
Download Supporting files here
Plan and implement IPv4 addressing schemes for networks by configuring each host with compatible IP addresses, subnet IDs, and a proper default gateway within a structured design.
Identify the three components to connect a system to a network—the network interface card, the TCP/IP protocol, and network clients—and how Ethernet or Wi‑Fi enable connectivity and resource sharing.
Learn how IPv4 assigns a unique IP address, uses a subnet mask to separate network and host portions, and relies on a default gateway to reach remote networks.
Explore how IPv4 addresses use 32-bit binary numbers represented in dotted decimal notation as four octets, each ranging from 0 to 255.
Learn how the default gateway enables off-subnet communication by routing packets to a router on the local subnet, and why gateway presence and accuracy matter.
Convert decimal to binary and back to master binary addressing for IPs. Learn how eight-bit octets and subnet masks define network and host IDs.
Explore subnets as smaller network segments with a unique network ID and shared default gateway, connected by router interfaces, enabling multiple subnet IDs from a single IP block.
Identify public versus private IPv4 addresses and explain why NAT is used, then describe common private ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) and the APIPA 169.254.x.x fallback.
Explore IPv4 network types, from simple, classful private addressing with fixed subnet masks to complex classless schemes using variable length subnet masking (VLS) to optimize subnets.
Apply an IP addressing scheme to IPv4 hosts and assign valid addresses for each network segment using Windows Server 2016 and Windows 10 tools.
Configure ipv4 addresses with gui tools like the network and sharing center or settings app, or use PowerShell with new net ip addresses and get net ip address for server.
Explore configuring IPv4 in Windows Server 2016 using GUI options and PowerShell, including static IP setup, DNS settings, and advanced IPv4 properties.
Develop the skills to manage and troubleshoot IPv4 connectivity, diagnose and resolve connectivity issues, and minimize user productivity impact in a Windows Server 2016 network.
Learn how network routing moves packets between subnets using routers and routing tables, including static and dynamic routes, metrics, gateways, interfaces, and routing protocols.
Explore how routers learn routes via dynamic protocols and configure static routes in Windows Server 2016 using route add, network ID and mask, gateway, and PowerShell net route.
Execute a structured IPv4 troubleshooting methodology to diagnose connectivity issues by identifying affected systems and scope, then determine what is not working and narrow the cause with targeted questions.
Learn to troubleshoot Windows Server 2016 with Windows PowerShell, using commands like Get-NetAdapter, Get-NetIPInterface, Test-Connection, Test-NetConnection, and Resolve-DnsName in hands-on demos.
Capture and analyze network traffic with Microsoft Message Analyzer MMS, a replacement for Network Monitor that monitors connections, captures packets, and inspects contents by source and destination IPs and protocols.
Explain IPv4 limitations and how IPv6 addresses address space. Learn to implement IPv6 for network hosts on Windows Server 2016.
Identify how ipv6 provides public addresses and reduces nat dependence for direct internet access. Recognize hierarchical routing, built-in ipsec security, and improved quality of service.
This lecture compares IPv4 and IPv6, highlighting how IPv6 replaces broadcast with multicast, uses neighbor solicitation and router solicitation/advertisement, and updates DNS records and address space.
Explore IPv6 address types, focusing on unicast addresses for global, unique local, and link local scopes, while noting that multicast and anycast are auto-assigned; learn transitional technologies for IPv4–IPv6 coexistence.
Examine IPv6 auto configuration, including stateless configuration driven by router advertisements with the subnet prefix and default gateway, plus stateful DHCPv6 use and address states from tentative to invalid.
Configure IPv6 by manual addresses, stateful autoconfiguration with a DHCPv6 server, or stateless autoconfiguration from router advertisements; link-local addresses auto-configure, with global or unique local unicast addresses.
Configure ipv6 on windows servers using tcp ip v6 properties to obtain automatic or static addresses, set prefix length, default gateway, dns, and explore advanced settings and command line options.
Explains how Windows Server 2016 supports IPv4 and IPv6 in a single protocol stack, enabling easier migration and dynamic DNS coexistence with A, AAAA, and PTR records.
Explore ISATAP, an address assignment technology that tunnels IPv6 inside IPv4 to provide unicast IPv6 connectivity on intranets, using ISATAP hosts or routers and auto configuration.
Learn how Teredo tunnels IPv6 over IPv4 to provide connectivity behind NAT, using a Teredo server to coordinate two clients and allow direct communication after the initial connection.
Learn a multi-step plan to migrate from ipv4 to native ipv6, enabling extended coexistence by upgrading applications, routing, devices, dns infrastructure, and hosts to support ipv6.
Review chapter 01 from Microsoft 70-741 – networking with Windows Server 2016 as part of the course chapter review.
Download Supporting files here
Explore the DHCP server role, its core functionality, and the lease generation and renewal process, with a focus on how these concepts apply to Windows Server 2016.
Automates DHCP address assignment on local networks, reducing errors and ensuring clients receive accurate configuration information as they move between networks.
Explore the DHCP components, including the server, scope, lease database, and client service, and learn the lease generation, renewal, and address validation processes.
Learn the DHCP lease generation process from client discovery to acknowledgment, including broadcasts, MAC addressing, server offers, requests, and lease duration with gateways and DNS options.
Explore DHCP considerations, ensuring client broadcasts reach servers, preventing conflicts with multiple servers, and selecting lease durations based on address space, network type, and mobility.
Transition from overview to deploying dhcp on Windows Server 2016, outlining the components and processes involved. Learn practical steps to deploy dhcp within the Windows Server 2016 environment.
Install and configure a dhp server on Windows Server 2016, remotely or locally, with a static address, then authorize, create scopes and options, and establish security groups.
Install the DHCP server role on Windows Server 2016 using Server Manager or PowerShell, including the admin tools. Authorize the server and plan a static IP address, subnet, and scopes.
Create and manage DHCP scopes to define address ranges, including start and end addresses and a subnet mask; use exclusions and reservations with optional DCP options via console or PowerShell.
Configure DHCP options at the server, scope, class, and reservation levels to ensure clients receive default gateway and DNS settings, with bottom-up priority guiding conflicts.
Explore creating and configuring DHCP scopes on Windows Server 2016 via the DHCP console or PowerShell, including scope ranges, exclusions, lease durations, reservations, and scope or server options.
Learn how DHCP relay agents enable clients on separate subnets to obtain IP addresses by intercepting broadcasts and forwarding requests to a DHCP server, with per-subnet scope considerations.
Explore general management aspects of DHCP and troubleshoot to keep the service available, secure, and functional in Windows Server 2016 networks.
Secure DHCP by limiting access, enforcing physical and wireless security (WPA2, 802.1x with a radius server), and enabling DHCP name protection and auditing to prevent rogue servers.
Enable, which is enabled by default, and monitor DHCP auditing to detect unauthorized IP assignments and rogue servers, and regularly review daily audit logs that are overwritten every seven days.
Configure dhcp security and auditing by enabling audit logging, dynamic dns updates, and mac filtering with allow lists; then monitor lease activity via audit logs and PowerShell.
Explore how Windows Server 2016 DHCP uses user and vendor classes and policy-based assignments to allocate IP addresses and options, with examples and configuration via management console or PowerShell.
Explore super scopes that group multiple scopes for administration, enabling multi netting, gradual migration to new subnets, and multicast scopes with madcap addressing for imaging.
Configure dhcp failover on Windows Server 2016 to enable high availability and load balancing between partner servers, using the wizard or PowerShell.
Explore how the DHCP database stores scope, reservations, and leases, including transaction logs and checkpoint files. Learn backup, restore, reconciliation, and moving the database between servers.
Diagnose and resolve dhcp issues quickly by identifying address conflicts, such as duplicate leases, overlapping scopes, or incorrect exclusions, and use conflict detection to verify addresses before allocation.
Download Supporting files here
implement dns servers in windows server 2016 by mastering name resolution basics and the functionality dns provides.
Describe the dns name space from root domains to root name servers, root hints, and routing queries to top-level domains like dot com, org, and edu.
Explore hostnames and netbios names in windows, where the hostname equals the computer name up to 255 chars and forms an fqdn with the domain, while netbios is deprecated.
Explore how internet name resolution uses a dns client resolver to perform a recursive query, then iterative udp queries to root and dot com name servers to return ip address.
Understand the dns infrastructure, including the dns server and its zones with resource records, route hints and forwarders for resolving queries, and the dns client resolver cache keyed by ttl.
Install the DNS server role via the wizard or install-windowsfeature, then configure clients to use a preferred and alternate DNS server; alternate is used only if the preferred is unavailable.
Demonstrates installing the DNS server role on Windows Server 2016, using server manager and PowerShell, and verifying DNS configuration on a domain controller and remote FS1.
Learn how DNS resource records identify hosts and services, including A and AAAA, CNAME, MX, NS, and SRV records, and how dynamic updates register and update records in domains.
Explore forward and reverse lookup zones, and compare primary, secondary, stub, and Active Directory integrated zones, including zone transfers and conditional forwarding in Windows environments.
Configure and optimize zone replication across master and secondary servers using full, incremental, and fast zone transfers, SOA settings, and DNS notify to keep zones synchronized.
Create and configure dns zones on Windows Server, including primary, secondary, and stub zones with dynamic updates, zone transfers, and conditional forwarders.
Explain dns name resolution flow from a client query to the local dns server, through dot com servers, to the abc dot com authoritative server, and back with cached results.
Explore how domain name resolution works and can be optimized via caching on clients and servers, ttls from authoritative responses, central caches via caching-only servers, and forwarding.
Configure and troubleshoot DNS caching on clients and servers, view and clear cache entries, and manage forwarders, including standard and conditional forwarders.
Learn how domain delegation splits a DNS zone into subdomains, delegates authority to separate servers, and improves traffic distribution by using authoritative name servers.
Discover how DNS zone information enhances active directory integration in a Windows environment. Follow the steps to configure it and learn the resulting benefits.
Active directory domain services centralizes authentication and management, enabling single sign-on and group policy. DNS integration uses SRV records and AD-stored DNS data for secure, reliable name resolution.
Demonstrate how DNS SRV records locate domain controllers and services in Active Directory, with dynamic updates, and explain Kerberos, LDAP, and Global Catalog records and their ports.
Active Directory integrated zones enable multi-master DNS replication by storing writable zone copies on domain controllers, boosting availability and enabling secure dynamic updates and ACL-based delegation.
Configure active directory integrated zones to enable multi-master replication, security, and fault tolerance in DNS, including storing zones in Active Directory and enabling secure dynamic updates.
Explore advanced DNS settings, including high availability, load balancing, and security. Discuss the scenarios in which organizations would utilize these features.
Explore dns round-robin load balancing, network load balancing, netmask ordering, dns client ordering, and recursion settings that limit resolution to a zone for security purposes.
Configure the global names zone to enable single-label resolution across domains. Learn to add records, enable global names, and create an Active Directory integrated primary zone.
Split DNS uses identical domain names for internal and external networks, with two independent DNS servers hosting distinct zones and no zone transfers, directing users to the right resources.
Identify client groups and zone records, define subnets to tailor DNS policies, and use recursion scopes and zone scopes to deliver different records per client.
Learn DNS security configurations, including cache locking and TTL-based cache control to prevent spoofed cached records, plus DNS socket pool and DNS based authentication of named entities to deter attacks.
Implement DNSSEC by signing zones with the wizard and distributing trust anchors via active directory or stores. Configure the name resolution policy table to govern DNS client behavior for DNSSEC.
Discover how to troubleshoot DNS in Windows Server 2016 using the DNS management console, aging and scavenging, logging, PowerShell commands, DNS CMD, DNS Lookup, and ipconfig to verify records.
Use the Get DNS Server Statistics command to view enhanced server and zone statistics, including zone transfer statistics, queries, and resource records, and compare details with graphical DNS management console.
Learn to use Windows command line tools like ipconfig, display DNS, flush DNS, and register DNS to manage the local DNS cache and records.
Troubleshoot name resolution by evaluating DNS client resolver cache and host file entries on Windows Server 2016. Verify connectivity by IP before hostname resolution to avoid DNS misdiagnosis.
Discover DNS services management, including delegating administrative control, reviewing logs, enabling debug logging, configuring aging and scavenging, and backing up DNS databases via system state backups or DNS CMD.
Troubleshoot DNS issues from improper server or zone configurations and missing resource records, using look up, DNS server diagnostics, recursive queries, and audit logging.
Learn to troubleshoot DNS using PowerShell, including Get-DnsServerStatistics and zone statistics, review zone transfer and update statistics, and configure debugging, event logging, and aging and scavenging for accurate name resolution.
Configure and troubleshoot DNS on Windows Server 2016, covering DNS zones, resource records, Active Directory integration, security features, and advanced settings such as socket pool and cache locking.
Review chapter 03 concepts for Microsoft 70-741 networking with Windows Server 2016, reinforcing core networking fundamentals and exam-ready topics.
Download Supporting files here
Explore IP address management (IPAM) for discovering, auditing, and allocating addresses across large networks, with four modules: discovery, address space management, multi-server management, and operational auditing.
Explore IPAM benefits for managing large IPv6 address spaces and subnets, including space planning, allocation, utilization, and DHCP/DNS records management.
Explore the new Windows Server 2016 IPAM features, including enhanced IP address management, DNS and DHCP integration, zone and record management, forest-wide scalability, and Windows PowerShell-based RBAC for IPAM objects.
Explore IP addressing architecture with the EPAM server and EPAM client, covering data collection, databases, and role-based access control, plus deployment topologies: distributed, centralized, and hybrid for scalable IP addressing.
Design ipam deployments by considering forest trust, discovery scopes, and distributed or hybrid models, including central management server options and IP address utilization.
Explore IPAM deployment and administration in Windows Server 2016, review IPAM capabilities, and evaluate architectural design options for centralized address management.
Learn to install and provision the IPAM feature in Windows Server 2016, select the database, use group policy provisioning, and configure server discovery to monitor DHCP, DNS, and domain controllers.
IPAM administration uses role-based access control to manage EPAM across multiple domains, covering eight built-in administrator roles and custom roles, access scopes, and access policies in the management console.
Utilize built-in role-based security groups to manage the EPAM infrastructure, such as DNS administrator, MSM administrator, and EPAM administrator, illustrating distributed administration in complex networks.
Explore administering IP address management with role-based access control, creating custom roles and scopes, and applying access policies to manage DNS and server operations.
Manage DNS and DHCP servers centrally with EPAM IPAM, creating zones, resource records, conditional forwarders, and scopes, and configure Active Directory integration and failover options.
The EPAM feature manages IP address space with tracking, utilization, auditing, and reporting; it discovers spaces, imports CSV data, detects overlaps, finds ranges, and creates DHCP reservations and DNS records.
Explore how to view and manage IP addressing via blocks, ranges, addresses, inventory, and address range groups, with IPAM mapping ranges to blocks automatically.
EPAM automatically registers IP address ranges by scope for managed servers; manually add or import ranges outside scopes or on non Microsoft DHP servers using a CSV with required fields.
Demonstrates how IP address management (IPAM) handles your DNS and DHCP servers and address space, including creating and importing IP blocks, monitoring utilization, and generating reports for large networks.
Explore IPAM in Windows Server 2016, covering its management of address space, DNS and DHCP servers, deployment prerequisites and provisioning, and note its suitability for large networks.
Review chapter 04 content for Microsoft 70-741 networking with Windows Server 2016 to reinforce core networking topics.
Download Supporting files here
Explore the concepts of remote access and the remote access technologies offered in Windows Server 2016, establishing foundational knowledge for configuring remote connectivity.
Define remote access as connecting from a remote location to a corporate network, distinguishing remote node from remote control, with remote node for general access and remote desktop for administration.
Explore the remote access server role in Windows Server 2016, covering direct access as a VPN alternative, traditional VPNs, software-based routing, and web application proxy publishing.
Install remote access server role via server manager or PowerShell to enable remote access, then configure VPN, direct access, and Web application proxy using Remote Access Management console and PowerShell.
Configure remote access using the wizard-based console to set up direct access, VPN, or web application proxy, then monitor with the dashboard, operation status, remote client status, and reporting.
Centralize authentication, authorization, and accounting for remote access with the network policy and access services, using the radius server and radius proxy.
Configure NPS policies in Windows Server 2016 to control connection requests, proxy them when needed, and apply conditions, constraints, and settings that determine authentication and authorization for remote access.
Explore how a public key infrastructure strengthens remote access authentication with digital certificates issued by trusted certificate authorities, including templates, Active Directory Certificate Services, and VPN trust.
Learn how Windows Server 2016 can act as a software-based router using routing and remote access service, enabling LAN-to-LAN routing, NAT, static routes, and rip v2 for internal networks.
Compare ETFs preauthorization with AD FS and pass-through pre authentication via the web application proxy. ETFs enables workplace join, single sign-on, multifactor authentication, and authorization claim rules to control access.
Explore planning and implementing vpn connections on Windows Server 2016, a traditional remote access method, and understand how vpn delivers secure remote connectivity.
Learn how virtual private networks secure remote access by tunneling private IP packets over the public internet. Differentiate remote access from site-to-site VPNs, where routers interlink branches.
Explain how vpn connections use encapsulation to wrap packets in a remote access protocol, authenticate identities, and ensure data integrity and confidentiality through encryption.
Explore the four tunneling protocols in Windows Server 2016, including PPTP, L2TP/IPsec, SSTP, and IKEv2. Learn encapsulation, encryption options, port requirements, and firewall considerations for secure, compatible VPN deployment.
Automatically reestablishes vpn connections when connectivity returns on windows server 2016, delivering seamless, transparent connectivity within a 60-minute default window for the icv to protocol.
Configure a vpn server by installing the remote access server role and using the getting started wizard, then set up adapters and choose static pool or relay agent address allocation.
Examine vpn configuration options after installing the vpn server, including static packet filters, port controls, logging levels, virtual vpn ports, and connection manager profiles with an executable installer.
Learn about Direct Access in Windows Server 2016 as a VPN alternative that enables flexible remote connectivity for users and admins, creating secure behind-the-scenes tunnels to the corporate network.
DirectAccess provides seamless, secure access to corporate resources without a VPN, automatically adjusting when users are inside or outside the network, with simplified deployment via the getting started wizard.
Explore direct access components, including the edge server with two NICs and IPsec tunneling, and how the network location server uses DNS to determine client location and access internal resources.
Join an active directory domain, avoid domain controller deployment, and ensure at least one network adapter with a one- or two-adapter topology behind a Windows firewall enabled for all profiles.
Explore tunneling protocol options for direct access in Windows Server 2016, including ISATAP for intranets, six to four for public addresses, and IPv6 packets tunneled inside SSL via IP HTTPS.
Explain how external DirectAccess clients use the name resolution policy table to route internal DNS and domain authentication through an IPsec infrastructure tunnel to the DirectAccess server, with split tunneling.
Explore the components of direct access and implement it in both simple and advanced scenarios to support effective deployment.
The getting started wizard configures direct access server and client settings, defines roles, and sets IPv6 prefixes and Kerberos authentication for trusted connections.
Establish high availability by adding redundancy for direct access and web servers, using network load balancing or hardware load balancers, with identical configurations to avoid single points of failure.
Learn how to deploy direct access in multisite environments to reduce latency, enable automatic failover, and manage server assignment with IPv6 on the internal network.
Configure a public key infrastructure for direct access by deploying an internal certificate authority, creating customized templates, publishing the CRL, and distributing client certificates for IP encryption.
Configure client certificates for IP authentication via a gpo linked to direct access computer accounts, monitor issuance, and enable a one-time password with a one-time password request signing certificate template.
Configure internal network topologies for direct access with edge or perimeter deployment, dual network adapters, plan IPv6/IPv4 addressing, including two consecutive public IPv4 addresses for Tirado tunneling and firewall ports.
Configure DNS for DirectAccess by registering internal names, setting DNS suffixes and NRPT via group policy, and creating exemption rules for split-brain DNS to handle internet versus intranet resolution.
Explore remote access options in Windows Server 2016. Learn web application proxy with adfs functionality, vpn deployment, and direct access, including automatic network location detection managed via wizard or console.
Download Supporting files here
Explore networking for branch offices, including connectivity and Active Directory Domain Services. Learn how to deploy Active Directory Domain Services, DNS, and file and print services for those sites.
Compare leased lines and internet-based vpn links for branch connectivity, balancing bandwidth, latency, and reliability, while using quality of service and the remote access role for secure connections.
Understand read-only domain controllers (RODC) in branch offices, with limited attribute replication, LDAP and Kerberos authentication, and security benefits from administrative role separation and password caching policies.
Install a read-only domain controller in a branch office using the promotion wizard, then configure password replication, read-only dns, and a read-only global catalog for cached passwords.
Explore presentation virtualization and virtual desktop infrastructure, running applications on a server and displaying them to remote clients via remote desktop, reducing bandwidth.
Remote desktop services on Windows Server 2016 enable access to remote desktops or applications via a session host, supporting Hyper-V based VDI and session virtualization with centralized app delivery.
Branch office direct printing uses Windows Server 2016 as a print server to send jobs directly to nearby printers, reducing traffic and enabling centralized driver management and offline printing.
Introduce the distributed file system in Windows Server 2016, enabling logical hierarchies of shared folders with multiple targets and DFS replication for high availability and localized, fast access across locations.
Learn about the two primary dfs components: the namespace, a virtual folder hierarchy, and dfs replication that keeps folders synchronized across servers, whether domain-based or standalone.
Compare domain-based and standalone distributed file system namespaces, showing how domain-based offers high availability and access-based enumeration, while standalone lacks built-in high availability and can use a failover cluster.
Learn how to create and manage DFS namespaces and replication groups in Windows Server 2016, using domain admins or delegated rights within the DFS management console.
Create and manage a DFS namespace to organize shared folders across servers, configure domain-based namespaces with replication, and set folder targets and permissions via the DFS management console.
Discover how DFS replication keeps folders synchronized across servers using remote differential compression and cross-file remote differential compression, with a staging folder and version vector exchange to resolve conflicts.
Explore how to configure DFS replication by adding multiple folder targets across servers, creating a replication group, and setting topology, schedule, and bandwidth throttling for reliable access.
Explore how data deduplication and DFS replication on Windows Server 2016 optimize capacity, scalability, and performance, with checks for integrity and configurable namespace and bandwidth options.
Explore Branch Cache, a feature for branch offices in Windows Server 2016 that was originally introduced in earlier versions.
BranchCache reduces link utilization by caching frequently accessed files on local branch resources, on clients or a branch server, speeding access to web content, SMB shares, and updates via BITS.
Scale branch cache in Windows Server 2016 by supporting hosted cache servers in location, using the extensible storage engine and a single gpu to enable host and distributed mode switching.
Explore BranchCache modes based on server presence: hosted cache centralizes the cache on a server for high availability, while distributed cache stores the cache on clients for small offices.
Learn how data retrieval uses branch cache to authorize access and fetch files by using hashes, local or host caches, and multicast or host cache servers, reducing network usage.
Explore configuring branch office networking with Windows Server 2016, using DFS to create a single logical folder hierarchy across locations, replicate folders, and BranchCache to minimize WAN traffic.
Download Supporting files here
Explore the network features introduced by Windows Server 2016 for high performance, and understand how these enhancements optimize throughput, reliability, and scalability.
Explore NIC teaming in Windows Server 2016 to combine multiple network adapters into a single virtual interface, boosting redundancy and aggregated bandwidth for host and virtual machines.
Demonstrates configuring NIC teaming in Windows Server 2016 to increase throughput and provide failover, with nicknaming, VLANs, dynamic/static IPs, and options for active or standby adapters.
Adds AES-GCM encryption and SHA-512 pre-auth integrity to SMB 3.1.1, enabling secure, high-performance communication; supports VM data on SMB 3.0+ shares and requires Windows Server 2012+ with 1 Gbps.
Discover how quality of service (QoS) manages and prioritizes network bandwidth for applications through packet classification and tagging, per-VM allocations, and policy-based QoS in Windows Server 2016.
Explore virtual switch improvements in Windows Server 2016, including external, internal, and private switch types, extended port ACLs, load balancing, coexistence with non-Microsoft extensions, network function virtualization, and Network Controller.
Explore the extensible Hyper-V switch that connects virtual machines to the physical network, enabling vendor extensions, standard filtering APIs, and policy-driven management for secure, traceable networking.
Understand SR-IOV, a single root I/O virtualization feature that lets multiple VMs share PCI Express hardware, with virtual functions linked to a physical function to boost Hyper-V network performance.
Dynamic VMQ distributes traffic across physical CPU cores, assigns queues to each VM, uses an adaptive algorithm to scale CPU affinity, and is enabled by default in Windows Server 2016.
Learn advanced network adapter features in Windows Server 2016, including software defined networking, VM switches via System Center or the VM switch command, NIC teaming, and NFV enhancements.
Explore software-defined networking and learn how it bypasses physical device limitations to enable dynamic, centralized network management.
Learn how software defined networking centralizes control of physical and virtual networks across data centers and clouds, with virtual networks, policies, and the network controller enabling on-demand, hybrid multi-tenant infrastructure.
Software defined networking addresses finite resources, bottlenecks, and security risks by shifting traffic to cloud-based infrastructure. It abstracts hardware into software, enabling flexible, scalable, on-demand growth.
Explore network virtualization, which enables creating virtual networks that are logically isolated on the same physical infrastructure, building on software defined networking.
Discover how network virtualization creates multiple logically isolated virtual networks on a physical infrastructure, enabling software defined networking and using two addresses per VM to separate logical from physical topology.
Network virtualization provides an abstraction layer for flexible virtual machine placement and decoupled IP addresses. It enables live migration across subnets, multi-tenant isolation, and seamless IaaS integration.
Review chapter 07 topics for the Microsoft 70-741 networking with Windows Server 2016 course, reinforcing core networking concepts and exam-focused practice.
Learn Windows Server 2016 networking to prepare for 70-741, covering IP addressing, DHCP, DNS, and IPAM. Explore direct access, VPN, web application proxy, and Hyper-V networking for branch offices.
This course, 70-741: Networking with Windows Server 2016, covers the essential networking skills required to design, deploy, configure and support Windows Server 2016 in most organizations. It elaborates on the TCP/IP fundamentals, remote access technologies, and more advanced content including Software Defined Networking.
The course 70-741: Networking with Windows Server 2016 is part of a three course series required to pass the MCSA: Windows Server 2016 certification. The course curriculum is designed keeping in view the exam topics covered in the Microsoft exam 70-741. In this way, this course is equally helpful for IT professionals looking to gain their knowledge as well as the candidates willing to appear in the said exam.
Career Path: The 70-741 exam is geared toward network administrators that are looking to reinforce their existing skills and learn about new networking technology changes and functionality in Windows Server 2016.