CIS251: Advanced Windows Server

Lakukan tugas rumah & ujian kamu dengan baik sekarang menggunakan Quizwiz!

In Hyper-V the _____ partition manages machine-level functions such as device drivers, power management, and device hot addition/removal. This partition is the only partition that has direct access to physical memory and devices.

%50%Root

A generation ____ virtual machine supports PXE boot using a legacy network adapter.

1

On the Configure Disk page of the New Virtual Hard Disk Wizard in Hyper-V Manager, the default size is ____ GB for the virtual hard disk.

127

A generation 2 virtual machine can boot from a SCSI device.

2

A generation ____ virtual machine supports VM secure boot.

2

The ____ administrative tool is used to manage objects in the configuration partition of Active Directory.

AD Sites and Services

The ____ administrative tool is used to manage replication objects (subnets, sites, site-links) in Active Directory.

AD Sites and Services

The ____ administrative tool is used to manage objects in the Domain partition of Active Directory.

AD Users and Computers

The first part of the AD installation wizard checks to see if the ____ role is installed and if not will install it for you.

AD domain services

The ____ administrative tool is used to publish printers and shared folders in Active Directory.

Active Directory Users and Computers

List the PowerShell command to create a primary forward lookup zone named kmw.edu with a zone file named kmw.edu.dns

Add-DNSServerPrimaryZone -Name cis251.edu -Zonefile kmw.edu.dns

List the PowerShell command to add a Mail Exchange (MX) record to the domain test.net using the mail server server2.test.net and a preference of 10.

Add-DnsServerResourceRecordMX -ZoneName test.net -Name [Name] test.com Server2.test.net -Preference 10

By default, most 32 bit applications are installed in the ____ directory.

C:\Program Files (x86)

On the Specify Name and Location page of the New Virtual Hard Disk Wizard in Hyper-V Manager, the default location for virtual disks is ____.

C:\Users\Public\Documents\Hyper-V\Virtual Hard Disks

What is the default location of the Active Directory Database files?

C:\Windows\NTDS

List the command to connect the virtual network adapter named Ethernet in the virtual machine named SVR-01 to the virtual switch named VS-LAN-01.

Connect-VMNetworkAdapter -VMName SVR-01 -Name Ethernet -Switchname VS-LAN-01

If you need to create the first domain in a forest, you would select ____.

Create a new domain in a new forest

The ____ role is installed in the last part of the Active Directory installation wizard.

DNS Server

What is the only OU created during the Active Directory installation process?

Domain Controllers

_____ session mode connects the host to a guest vm using RDP and allows cutting and pasting between the machines.

Enhanced

If you need to create a new domain in an existing tree, you would select ____.

Existing Forest, Create a new domain in an existing forest.

If you need to install Active Directory on an additional server in your domain you would select ____.

Existing Forest, add a domain controller to an existing domain

If you need to create a domain with a different DNS root domain, you would select ____.

Existing forest, create a new domain root instead of a child domain

The ____ is used to view the settings for a DHCP IPv4 scope.

Get-DHCPServerv4Scope

The ____ PowerShell cmdlet is used to view the configuration of a virtual machine.

Get-VM

The ____ PowerShell cmdlet can be used to view the Hyper-V server settings.

Get-VMHost

The location where Virtual Hard Disks and Virtual Machines are stored can be changed in Hyper-V by selecting the ____ option from the Action Menu, Actions pane, or context menu of the server

Hyper-V settings

You are working on a computer with a host name of printserver6.LV1.com. What DNS domain does this computer belong to?

LV1.com

To connect a VM to a virtual switch using Hyper-V Manager, you must access the ____ page from the settings of the virtual machine.

Network Adapter

Type the command to create a differencing disk named client1.vhdx in the E:\hypervdisks directory using the parent disk at E:\Images\W7-Master.vhdx.

New-VHD -ParentPath E:\Images\W7-master.vhdx -path E:\hypervdisks\client1.vhdx -differencing

The ____ PowerShell cmdlet is used to create a new virtual machine.

New-VM

List the command to create a generation 2 virtual machine named Client-01 in the C:\VM folder that has 2GB of RAM and uses the disk at C:\VHD\Client-01.vhdx

New-VM -Name Client-01 -Path C:\VM -Generation 1 -MemoryStartupBytes 2GB -VHDPath C:\VHD\Client-01.vhdx

The ____ PowerShell cmdlet is used to create a new virtual switch.

New-VMSwitch

List the command to create an external virtual switch named VS-EXT-01 in Hyper-V using the Ethernet network adapter New-VMSwitch

New-VMSwitch -Name VS-EXT-01 -NetAdapterName "Ethernet"

List the command to create a private virtual switch named CHAR-01 in Hyper-V

New-VMSwitch -name CHAR-01 -Switchtype Private

List the command to create an internal virtual switch named RM152 in Hyper-V.

New-VMSwitch -name RM152 -Switchtype internal

A(n) ____ is an Active Directory logical component used to organize objects, delegate administration, and apply group policy in a domain.

OU

In virtual switch Manager, select the ____ virtual switch to create a switch that can connect to only virtual machines connected to that switch.

Private

List the powershell command to remove the DNS forward lookup zone named test.net.

Remove-DNSServerZone -name test.net

The PowerShell cmdlet is used to view the configuration of a virtual machine.

Set-VM

The ____ PowerShell cmdlet can be used to change the storage location for Virtual Machines and Virtual Hard Disks in Hyper-V.

Set-VMHost

The _____ PowerShell cmdlet can be used to change the Hyper-V server settings.

Set-VMHost

The ____ PowerShell cmdlet is used to change the configuration of a virtual switch.

Set-VMSwitch

The ____ PowerShell cmdlet can be used to change the default MAC address range in Hyper-V.

Set‑VMHost

____ provisioning is the process of allocating all of the capacity of a virtual disk at the time of creation. This increases the performance of a disk at the cost of storage space efficiency.

Thick

____ provisioning is the process of allocating only the space required to hold the files on a virtual disk and not the entire capacity. This increases the efficiency of storage space at the cost of some performance.

Thin

On the Connect Virtual Hard Disk page of the New Virtual Machine Wizard in Hyper-V Manager, when creating a virtual machine using a differencing disk you would select the _____ option if you have already created the differencing disk.

Use an external virtual hard disk

The _____ virtual disk format is primarily used for compatibility with older hypervisors.

VHD

Virtual disks using the _____ format support operating systems older than Windows 8.

VHD

On the Choose Disk Format page of the New Virtual Hard Disk Wizard in Hyper-V Manager, the ____ virtual hard disk is the default format selected.

VHDX

Virtual disks using the ____ format have increased protection against file corruption related to power failures.

VHDX

Virtual disks using the _____ format have better performance with 4KB logical sectors.

VHDX

In Hyper-V, the _____ is a channel-based communication mechanism used for inter-partition communication and device enumeration on systems with multiple active virtualized partitions.

VMBus

In Hyper-V the _____ provides partition management services, virtual processor management services, and memory management services for partitions.

Virtual Infrastructure drive

The location where the MAC address range can be changed in Hyper-V Manager by selecting the ____ option from the Action menu, Actions pane, or context menu of the server.

Virtual Switch Manager

To create a virtual switch in Hyper-V Manager, you need to open the ____ from the Action menu, Actions pane, or the context menu from the server.

Virtual Switch Manager

In Hyper-V, the _____ resides in the root partition and provide synthetic device support to child partitions over the Virtual Machine Bus (VMBus).

Virtualization Service provider

You are working on a computer named exchange-4.sales.BachelorsDegree.com. What is the second level for this host name?

bachelorsdegree

In Hyper-V a(n) ____ partition hosts a guest operating system, All access to physical memory and devices by this partition is provided via the Virtual Machine Bus (VMBus) or the hypervisor.

child

You are working on a computer named mail8.Belgique.com. What is the TLD for this host name?

com

You are working on a computer with a fully qualified domain name of computer-3.finance.TaxAccountant.com. What is this computer's name?

computer-3

What tool is used to run diagnostics for an AD domain controller?

dcdiag

To start the Active Directory installation wizard you must run the ____ command.

dcpromo

A ____ disk is a virtual disk that uses two disks, one that holds an original set of data and another that holds any changes or additions made to the data on the original disk.

differencing

Powershell ____ allows you to connect to a virtual machine using a PowerShell session without the machine having a network.

direct

What new log is created in the event viewer to log information about Active Directory?

directory service

A(n) ____ is a Windows server that has Active Directory installed.

domain controller

List the command to view the SACL for the Charlotte OU in the cis256.net domain.

dsacls "OU

A ____ virtual disk is a type of disk that grows in size as files are added to it.

dynamically expanding

When you need to conserve space on your computer, you should use _____ virtual disks on your virtual machines.

dynamically expanding

A user must be a member of the Remote Desktop Users group on a guest VM to use ____ session mode.

enhanced

Hyper-V, an ____ virtual switch, a physical network adapter connected to the host is used.

external

In Hyper-V, an ____ virtual switch, allows the virtual machines connected to the switch to communicate on the same LAN as one of the host's network adapters.

external

In Hyper-V, an _____ virtual switch, a physical network adapter connected to the host is used.

external

In Virtual Switch Manager, select the ____ virtual switch to create a switch that can connect to a physical network.

external

A _____ virtual disk is one whose maximum size is allocated at the time of creation.

fixed

When you need additional performance on your virtual machines, you should use _____ virtual disks on your virtual machines.

fixed

In Hyper-V a(n) virtualization ____ is another name for a virtual machine.

guest

In Hyper-V a(n) virtualization ____ is the machine that provides the resources to run virtual machines.

host

In Hyper-V a(n) ____ is a layer of software that sits between the hardware and one or more operating systems. Its primary job is to provide isolated execution environments called partitions

hypervisor

You are working on a computer with a fully qualified domain name of nntp9.iLicense.com. What is this computer's DNS Suffix?

ilicense.com

In Hyper-V, an _____ virtual switch, will create an additional network adapter on the host machine.

internal

In Hyper-V, an____ virtual switch, allows the host to communicate with the virtual machines connected to the switch.

internal

When creating a ____ virtual switch, an adapter is created on the Host machine to allow communication between the host and the virtual machines connected to that switch.

internal

You are working on a computer with an FQDN of mail9.forum.Camera.co.uk. What is the hostname of this computer?

mail9

You are working on a computer in the forum.Camera.co.uk domain. The computer's host name is mail9. What is the FQDN for this computer?

mail9.forum.camera.co.uk

A(n) ____ is a Windows server that has been joined to a domain.

member server

What command is used to verify the shares created during AD installation?

net share

You are working on a computer with a host name of nntp1.tech.Saws.com. What is the NETBIOS name of this computer?

nntp1

What is the name of the file that contains the Active Directory database?

ntds.dit

A _____ disk is one of the disks used in a differencing disk that contains the base image for the disk.

parent

On the Configure Disk page of the New Virtual Hard Disk Wizard in Hyper-V Manager, when creating a differencing disk you must specify the location of the ____ virtual hard disk.

parent

AD integrated DNS zones allow assigning ____ to each record in the zone.

permissions

You must verify that your computer and network have the ____ before installing Active Directory,

prerequisite

In Hyper-V, an _____ virtual switch, prevents the host from communicating directly with the virtual machines connected to the switch.

private

AD integrated DNS zones utilize the AD ____ to transfer changes from one DNS server to another.

replication

A ____ DNS lookup zone is read only.

secondary

____ is a feature of Hyper-V that allows allocating IOPs to a virtual disk to manage its performance.

storage QOS

What is the name of the share that holds Group Policy objects and logon scripts?

sysvol

A ____ is a specially formatted file that, once mounted, or connected to a virtual machine appear and operate pretty much identically to a physical hard drive

virtual hard disk


Set pelajaran terkait

Astronomy LT2: The Celestial Sphere

View Set

A Practice - Social Media Specialist

View Set

EXS 261- First Aid, CPR and AED Final Exam

View Set

Chapter 4 Government and Politics

View Set

HESI: MAT, MENTAL HEALTH, N PEDS

View Set