Download MCSA Networking with Windows Server 2016 Skills Based Final Exam and more Exams Advanced Education in PDF only on Docsity!
1 / 44
MCSA Networking with Windows Server 2016
Skills Based Final Exam
- In a software-defined networking environment, what network plane would be responsible for the ability to configure SNMP for remote monitoring? -data plane -management plane -control plane -behavior plane: management plane
- What feature is utilized by the Windows Deployment Services (WDS) in con- junction with DHCP in order to deploy and install the Windows OS remotely via a network environment built into the target device's network card? -Unified Extensible Firmware Interface (UEFI) -Bootstrap Protocol (BOOTP) -Live Windows Installation Environment (LWIE) -Preboot Execution Environment (PXE): Preboot Execution Environment (PXE)
- What PowerShell command can you use to view all commands specific to BGP? -Display-Command -BGP -Get-Command -BGP -Apropos "BGP" -Show-Commands BGP: Get-Command -BGP
- What does the "Over" value indicate when present in the "Utilization" field for a particular address block?
2 / 44 -The block is using 100% of all available IP addresses in the block. -The block is over the specified utilization threshold, which is 50% by default. -The block is over the specified utilization threshold, which is 60% by default. -The block is over the specified utilization threshold, which is 80% by default.: The block is over the specified utilization threshold, which is 80% by default.
- What two commands can be utilized in order to add a static route to the network 172.20.1.0/24 via the 10.0.5.1 gateway? -route net create 172.20.1.0 subnet 255.255.255.0 10.0.5. -route add 172.20.1.0 mask 255.255.255.0 10.0.5. -New-NetRoute -DestinationPrefix 172.20.1.0/24 -InterfaceAlias "Ethernet" -NexHop 10.0.5. -New-StaticRoute -Destination 172.20.1.0/24 -Iface "Ethernet" - Gateway 10.0.5.1: -route add 172.20.1.0 mask 255.255.255.0 10.0.5. -New-NetRoute -DestinationPrefix 172.20.1.0/24 -InterfaceAlias "Ethernet" -NexHop 10.0.5.
- What two PowerShell commands can be used to add forwarders to a DNS server's forwarders list, or change the settings of an existing forwarder, respec- tively? (Choose two.) -Add-DnsServerForwarder -Create-DnsServerForwarder -Set-DnsServerForwarder -Change-DnsServerForwarder: -Add-DnsServerForwarder -Set-DnsServerForwarder
- What NPS template type specifies reusable RADIUS server settings? -Shared Secrets -RADIUS Clients -IP Filters
4 / 44
- When using Hyper-V Network Virtualization (HNV), what is assigned to each virtual network within a datacenter for identification purposes? -Distributed Domain Identifier (DDI) -Routing Domain ID (RDID) -Virtual Network Unique ID (VNUID) -Virtual Subnet ID (VSID): Routing Domain ID (RDID)
- You are troubleshooting a server that appears to have a corrupted Cache.dns file, and are attempting to copy the file from another working server. Where is this file located? -%systemroot%\System32 \Drivers\DNS -%systemroot%\System32 \DNS -%systemroot%\DNS Settings\Cache -%systemroot%\System\ DNS: %systemroot%\System32\DNS
- What command can be used to create a DNS zone policy named SeattlePol for a zone named MCSA2016.local that allows load balancing queries for this zone's records with the records from a scope named LAZScope (as an additional requirement, records should be returned from the SeattleZScope 3 times for every 1 time from the LAZScope)? -Add-DnsServerQueryResolutionPolicy -Name SeattlePol -ZoneName MCSA2016.local -Action Allow -ClientSubnet "eq,Seattle" -ZoneScope "Seat- tleZScope,3;LAZScope,1" -LoadBalance $true -Add-DnsServerQueryResolutionPolicy -Name SeattlePol -ZoneName MCSA2016.local -Action Allow -ClientSubnet "eq,Seattle" -ZoneScope "Seat- tleZScope,4;LAZScope,1" -Add-DnsServerQueryResolutionPolicy -Name MCSA2016.local -ZoneName SeattlePol -Action Allow -ClientSubnet "eq,Seattle" -ZoneScope 3:
5 / 44 -Add-DnsServerQueryResolutionPolicy -Name SeattlePol -ZoneName MCSA2016.local -Action Allow -ClientSubnet "eq,Seattle" -ZoneScope "SeattleZScope,3;LAZScope,1": Add-DnsServerQueryResolutionPolicy -Name SeattlePol - ZoneName MCSA2016.local -Action Allow -ClientSubnet "eq,Seattle" -ZoneScope "SeattleZScope,3;LAZScope,1"
- If you are using a hosted cache mode BranchCache server, how is the trust established between BranchCache clients? -The trust is established at the domain controller level for the network. -The trust is established via an automatically generated DSA key. -The trust is established via a pre-shared key configured by the administrator. -The trust is established via the use of certificates.: The trust is established via the use of certificates.
- What is the maximum number of identical physical adapters that can be configured as a team and mapped to a Switch Embedded Team (SET)?
- eight
- two
- sixteen -four: eight
- The use of DHCP name protection involves the creation of what type of resource record in order to verify that a name being registered in DNS is from the original computer that registered it? -Automatic Host Identification Record (AHIR) -Dynamic Host Configuration Identifier (DHCID) -Globally Unique Resource Record (GURR) -Dynmaic Resource Identification (DRID): Dynamic Host Configuration Identifier (DHCID)
- Where must you go in IPAM in order to create a new DHCP
7 / 44 -VMQ is limited to use on 10 Gbps or higher network adapters.: VMQ places packets in a common queue and distributes them to destination vNICs on a first-come- first-served basis.
- What Software Load Balancer component is responsible for mapping VIPs to DIPs on incoming East-West traffic and forwards the traffic to the selected DIP? -SLB MUX -SLB Director -Network Controller -SLB Host Agent: SLB MUX
- What is not a DNS server management task that can be completed via the IPAM management of DNS? -Clear a DNS server's cached lookups -Create a DNS zone -Launch the DNS MMC for a selected server -Create a conditional forwarder: Clear a DNS server's cached lookups
- What is NOT a feature of Windows Server 2016's Datacenter Firewall? -Scalable software-based firewall that can be offered to multitenant virtual networks. -Operating system independent protection of VMs. -Flexible protection of VMs that allows for VMs to be moved among Hyper-V hosts without reconfiguring the firewall. -Supplemental hardware support, allowing firewall functions to be offloaded to dedicated firewall hardware.: Supplemental hardware support, allowing firewall functions to be offloaded to dedicated firewall hardware.
8 / 44
- What are the two different primary types of DNS policy that can be applied with Windows Server 2016? -recursive query policy -query resolution policy -zone transfer policy -delegation policy: -query resolution policy -zone transfer policy
- What PowerShell command can be used to activate a new DHCP scope? -Start-DhcpServer4Scope -State Enabled -Set-DhcpServer4Scope -State Enabled -Set-DhcpServer4Scope -State Active -Start-DhcpServer4Scope -State Active: Set-DhcpServer4Scope -State Active
- What two commands could be utilized in order to enable the use of EUI-64 compliant IPv6 addresses on Ethernet ports in Windows Server 2008 or later? -netsh interface ipv6 set global eui-64=enabled -netsh interface ipv6 set global randomizeidentifiers=disabled -Set-NetIPv6Protocol -EUI64Identifiers Enabled -Set-NetIPv6Protocol -RandomizeIdentifiers Disabled: -netsh interface ipv6 set global ran- domizeidentifiers=disabled -Set-NetIPv6Protocol -RandomizeIdentifiers Disabled
- While investigating a network issue, you discover your server has two routes to the same network that is having issues communicating with the server. The first route has a metric of 200, and the second route has a metric of 400. How does Windows handle traffic to the target network?
10 / 44
- The Network Policy Server (NPS) supports exporting templates to what file format?
- What VPN tunnel type supports the use of the VPN reconnnect feature for Windows 7 and newer clients?
- SSL
- L2TP/IPsec
- IKEv -SSTP: IKEv
- In the context of the Windows Server RAS Gateway, what does it mean to be multitenant aware? -Tenants that use overlapping IP address space can use the same gateway. -Tenants that share the same host can communicate directly with each other. -Tenants that share the same host can utilize the same physical network re- sources. -Tenants that have conflicting IP address space are automatically reconfig- ured.: Tenants that use overlapping IP address space can use the same gateway.
- Under what circumstances is it advisable to set the recursion timeout value and retry intervals higher than usual? -The settings are Microsoft recommended best practices for an increased se- curity DNS server.
11 / 44 -The settings should be used when a server is using DNSSEC to ensure a response. -The settings are advised when a server utilizes multiple local IP addresses. -The settings should be used when the server must use recursive queries over a slow WAN link.: The settings should be used when the server must use recursive queries over a slow WAN link.
- In regards to the use of a superscope for DHCP, what statements are accu- rate? (Choose two.) -A supescope is a type of scope consisting of multiple combined IPv prefixes. -A superscope is used to combine the address pools within multiple scopes. -Deactivation of a superscope deactivates the member scopes as well. -A superscope has unique DHCP options not present in member scopes.: -A superscope is used to combine the address pools within multiple scopes. -Deactivation of a superscope deactivates the member scopes as well.
- In a software-defined networking environment, what network plane deter- mines how the device operates and how it learns about its network environ- ment? -behavior plane -management plane -control plane -data plane: control plane
- At present, what are the two binary bit patterns that an IPv6 address must begin with in order to make it a valid global
13 / 44 -origin authentication of DNS data: randomized source ports for requests
14 / 44
- What is the minimum version of Windows Server that must be used in order for the server to be managed by IPAM? -Windows Server 2003 -Windows Server 2008 -Windows Server 2016 -Windows Server 2012: Windows Server 2008
- What two commands can be used to enable the use of a GlobalNames zone? (Choose two.) -Set-DnsServerGlobal NameZone -Enable $true -Set-GlobalNameZone -Enable $true -Dnscmd /config / enable globalnamessupport 1 -Dnscmd /set global nameszone:enabled: -Set-DnsServerGlobalNameZone -Enable $true -Dnscmd /config /enableglobalnamessupport 1
- What PowerShell command can be used to import an exported DHCP file named Dhcp.xml containing configuration and database information? -Import-DhcpServer -File C:\Dhcp.xml -Leases -BackupPath C:\dhcpback -Import-DhcpServer -File C:\Dhcp.xml -Full -BackupPath C:\dhcpback -Import-DhcpServer -File C:\Dhcp.xml -Restore -BackupPath C:\dhcpback -Import-DhcpServer -File C:\Dhcp.xml -All -BackupPath C: dhcpback: Im- port-DhcpServer -File C:\Dhcp.xml -Leases -BackupPath C:\dhcpback
- What VPN connection profile feature allows only VPN traffic on the device and attempts to maintain the VPN connection at all
16 / 44 -RemoteSecure tunneling -Forced tunneling -Traffic filtering: LockDown VPN
- When using SR-IOV, what statement is accurate? -SR-IOV's performance benefits are most obvious on lower-speed NICs, such as 100Mbps or lower. -SR-IOV improves adapter performance by offloading tasks to the virtual switch software on the parent partition (with a Hyper-V host) -SR-IOV must be enabled during virtual switch creation, as it cannot be enabled afterwards. -SR-IOV can't be enabled unless resources to support it are available. Doing so will disable the adapter.: SR-IOV must be enabled during virtual switch creation, as it cannot be enabled afterwards.
- What statement regarding the use of DHCPv6 options is accurate? -There is no DHCPv6 default gateway option. -DHCPv6 options can only be configured at the scope level. -DHCPv6 can utilize policies and filters, just like DHCPv4. -Domain name and DNS server options are not available.: There is no DHCPv default gateway option.
- What is used by a DHCP filter as its filtering criteria, allowing it to allow or deny permissions to lease an IP address? -MAC address -Vendor class
17 / 44 -DUID assignment -GUID assignment: MAC address
- What statement regarding the use of DNS services on Nano Server is inac- curate? -DNS on Nano Server does not support Active Directory integrated zones. -DNS on Nano Server can be managed remotely. -DNS on Nano Server requires the use of standard file based zones. -Nano Server is not a recommended platform for the DNS service due to limited management resources.: Nano Server is not a recommended platform for the DNS service due to limited management resources.
- A packet sent to an IPv6 address of ff02::1 has what scope? -It will be sent to all nodes online on the Internet. -It will be sent to the multicast loopback only, and will not leave the host. -It will be sent to the current network and can't be routed. -It will be sent to specific target devices on the network, such as routers and DHCP servers.: It will be sent to the current network and can't be routed.
- While verifying the IPAMUG group memberships for management with IPAM, you discover that the DHCP Users group does not exist on a target server. What two commands can be used to create this group properly? (Choose two.) -Add-Group -GroupName "DHCP Users" -Add-DhcpServerSecurity Group
19 / 44 -newgrp -group "DHCP Users" -type security: -Add-DhcpServerSecurityGroup -dhcp add securitygroups
- A domain-based namespace has what advantage over a stand-alone name- space when it comes to migration? -A domain-based namespace is automatically fault tolerant, while a standalone namespace cannot be made fault tolerant. -A domain-based namespace is automatically replicated to other domain con- trollers as part of normal domain replication, without requiring additional configuration. -A domain-based namespace is aware of file permissions, whereas a stand- alone namespace is not. -A domain-based namespace doesn't use the server name in the namespace, allowing it to be moved to a different server with ease.: A domain-based namespace doesn't use the server name in the namespace, allowing it to be moved to a ditterent server with ease.
- What two commands should be used in conjunction with each other to force a Windows client device to generate DHCP messages in an attempt to clear and receive a new IP lease? (Choose two.) -ipconfig /release -ipconfig /relinquish -ipconfig /refresh -ipconfig /renew: -ipconfig /release -ipconfig /renew
- What PowerShell command can be utilized to enable the ISATAP interface on a Windows Server 2016 installation? -Enable-NetIsatap - Router
20 / 44 -Set-NetIsatapConfiguration - Router