Deploy and Configure Core Network Services Flashcards

1
Q

Which type of zone prevents the DNS server from looking outside the zones on the DNS server to resolve a name?

A

A root zone

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which Hyper-V feature allows you to have a VM change its source MAC address for outgoing packets?

A

MacAddressSpoofing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What subnet mask would you use to further divide the 10.10.0.0/16 network to a subnet that supports up to 525 hosts?

A

/22 or 255.255.252.0 which supports 2^10-2, or 1024, hosts per subnet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which Hyper-V feature drops DHCP server messages coming from a VM?

A

DHCPGuard

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

If a client has a DHCP reservation, the DHCP allow list is not enabled, and the client is on the DHCP deny list, will the client receive an IP address from the DHCP server?

A

No. You’ll have to remove the MAC address for that client from the deny list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

If a DNS server has both a conditional forwarder defined for a given domain and a server level forwarder, which forwarder will be used to resolve a query in the given domain?

A

The conditional forwarder

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which DHCP option number specifies the DNS domain name that the client should use for DNS computer name resolution?

A

015

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which Hyper-V feature offloads the per-packet encryption operations from the VM to the NIC, resulting in substantial CPU savings?

A

IPsec Task Offload (IpsecTO)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Why would you get the error *** ns.domain.com can’t find child.domain.com.: Non-existent domain when using the nslookup utility to query records in a child domain?

A

The name server does not allow zone transfers to the zone that contains records for the child domain

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What subnet mask would you use to further divide the 10.10.0.0/16 network to a subnet that supports up to 2100 hosts?

A

/20 or 255.255.240.0 which supports 2^12-2, or 4094, hosts per subnet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which zone is designed to resolve single-label names?

A

The GlobalNames zone

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What technology uses 32-bit IP addresses and allows for the use of 4 billion addresses?

A

IPv4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What will happen if all scopes on a DHCP server are activated, but the DHCP server is not authorized?

A

If the DHCP server is not authorized, it will not lease IP addresses to DHCP clients

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How can you deny specific computers from obtaining an IP address from a DHCP server?

A

Create a deny filter based on MAC address of the computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What should you do to ensure that only authenticated users are able to register their records in the DNS zone?

A

Create an Active Directory-integrated zone and configure the zone for secure dynamic updates only

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What prevents a range of IP addresses within a DHCP scope from being leased to any computer?

A

scope exclusion

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What cmdlet removes the routing entry for the default gateway before applying a new one?

A

Remove-NetRoute -DestinationPrefix ::/0 -Confirm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What is the default number of pooled MAC addresses available to a server running Hyper-V?

A

255

19
Q

Which Hyper-V feature drops router advertisement and redirection messages from unauthorized VMs?

A

RouterGuard

20
Q

What subnet mask would you use to further divide the 192.168.0.0/24 network to a subnet that supports up to 110 hosts?

A

/25 or 255.255.255.128

21
Q

What are the five characteristics that you can use to segregate or group client computers based on a DHCP policy?

A
MAC Address
Vendor Class
User Class
Client Identifier
Relay Agent Information
22
Q

If a client has a DHCP reservation, there is a DHCP allow list enabled, and the client is not on the DHCP allow list, will the client receive an IP address from the DHCP server?

A

No. You’ll need to add the client’s MAC address to the list.

23
Q

How must you configure a Windows Server 2012 R2 server in a workgroup with the DNS server role loaded in order to support Active Directory zones?

A

Make the server a domain controller

24
Q

Which type of zone resolves an IP address to a name?

A

A reverse lookup zone

25
Q

Why would you get the error *** Can’t find server name for address w.x.y.z: Timed out when starting the nslookup utility?

A

The name server does not exist or the name server does not have a PTR record in a reverse lookup zone

26
Q

Which component relays DHCP messages between DHCP clients and DHCP servers on different IP networks separated by a router that is not RFC 1542 compliant?

A

the DHCP Relay Agent

27
Q

What are the first valid subnets that you can use if you need to subdivide the 192.168.0.0/24 into three subnets with 57 computers on each subnet?

A
  1. 168.0.0/26
  2. 168.0.64/26
  3. 168.0.128/26
28
Q

If you use a Windows Server 2008 R2 DNS server and implement ISATAP, what must you configure on the DNS server?

A

To allow name resolution for the ISATAP name, you must remove ISATAP from the global query block list of the DNS Server service for each DNS server on your intranet running Windows Server 2008 R2 or Windows Server 2008.

29
Q

When configuring MAC address ranges on different Hyper-V hosts, what guidelines should you follow?

A
  • The ranges that you specify cannot overlap.
  • The first three octets of the beginning and ending MAC address must be the same.
  • You must enter a valid hexadecimal values between 00 and FF.
30
Q

Which type of zone will prevent the use of forwarders or the use of root DNS servers listed in the Root Hints tab of the DNS server?

A

A root zone

31
Q

Which DHCP option number specifies a list of IP addresses for DNS name servers available to the client?

A

006

32
Q

What technology do you use to allow applications that do not support IPv6 to communicate with IPv6 hosts?

A

Port Proxy

33
Q

What feature of a Windows Server 2012 R2 server allows the computer a local Internet router to provide a site with IPv6 connectivity over the IPv4 Internet?

A

6to4 router

34
Q

What technology is similar to 6to4 in that it allows you to tunnel IPv6 packets over the IPv4 Internet?

A

Teredo

35
Q

What technology is an address-assignment technology that you can use to provide unicast IPv6 connectivity between IPv6/IPv4 hosts over an IPv4 intranet?

A

ISATAP

36
Q

What IPv6 transition technology defines a method for generating a link-local IPv6 address from an IPv4 address, and a mechanism to perform Neighbor Discovery on top of IPv4?

A

ISATAP

37
Q

What Windows Server 2012 R2 functionality allows communication between IPV6 and IPV4 networks that are behind NAT servers when you cannot use ISATAP or 6to4?

A

Teredo

38
Q

What are two ways to display the IPv6 Route Table on a Windows Server 2012 R2 server from the PowerShell prompt?

A

Run either the netstat -r command or the Get-NetRoute cmdlet from the PowerShell prompt.

39
Q

Which IPv6 prefix is a multicast allocation?

A

FF00::/8

40
Q

Which IPv6 prefix is a link-scoped unicast allocation?

A

FE80::/10

41
Q

Which IPv6 prefix is a unique local unicast allocation?

A

FC00::/7

42
Q

Which IPv6 prefix is a global unicast allocation?

A

2000::/3

43
Q

What technology uses 128-bit IP addresses and allows for the use of 340 undecillion addresses?

A

IPv6

44
Q

For each IP network segment that contains DHCP clients but does not contain a DHCP server, what component must be installed if the router does not forward Bootp broadcasts?

A

the DHCP Relay Agent