Chapter 2 Flashcards

1
Q

What is the Minimum processor requirement?

A

1.4 GHz

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

What is the Minimum memory requirement?

A

512 MB

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

What is the minimum Available Disk Space requirement?

A

32 GB

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

What is the optical drive requirement?

A

DVD-ROM

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

What is the minimum display ratio?

A

Super VGA 800x600 monitor

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

What is the recommended processor requirement?

A

2GHz or faster

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

What is the recommended memory requirement

A

2GB RAM or greater

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

What is the recommended available disk space requirement?

A

40 GB or greater

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

What is the recommended optical drive?

A

DVD-ROM Drive

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

What is the recommended display ratio?

A

XGA 1024x768

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

What PS command is it to join a computer to the domain?

A

netdom join computername / domain:domainname

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

What PS command lets you edit Server Core installation properties?

A

Sconfig.cmd

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

What PS command enables automatic updates?

A

cscript scregedit.wsf

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

What PS command displays roles and features already installed?

A

Get-WindowsFeature

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

What PS command Adds roles or features?

A

Install-WindowsFeature

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

What PS Command Removes roles or features?

A

Uninstall-WindowsFeature

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

What PS Command lets you configure IPV4?

A

netsh interface IPv4

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

What PS Command lets you configure Windows Firewall?

A

netsh advfirewall

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

What PS command lists all Server Core commands?

A

Help

20
Q

What are the 3 steps in preparing for a Delegation Model

A

Decentralized
Centralized
Shared/Delegated

21
Q

Explain the Decentralized step of the Delegation Model

A

Administrators are present at each site and all share the same responsibilities and access to the servers. Challenges with scalability and standardization.

22
Q

Explain the Centralized step of the Delegation Model

A

Focuses on driving standards and consistent management from a central site or group of admins. Branch sites may have desktop engineers with local rights, limited access to servers.

23
Q

Explain the Shared/Delegated step of the Delegation Model

A

Can be used for any size organization, takes ideas from the decentralized and centralized models, focuses on centralized policies and procedures oversaw by enterprise admins. ENT admins allow junior admins at each site to manage local servers.

24
Q

How is Leveraging Active Directory achieved?

A

You can split up administrative tasks among various individuals using the AD DS Delegation of Control wizard.

25
Q

Identifying administration tools

A
Server manager, 
 	windows PS web access, 
 	Windows PowerShell Desired State Configuration (DSC), 
 	Microsoft Management console (MMC), 
 	Remote server administration tools
26
Q

What does DSC stand for

A

Desired State Configuration

27
Q

What does MMC stand for

A

Microsoft Management Console

28
Q

What does Windows PowerShell Desired State Configuration do?

A

Helps cut down on repetitive tasks by defining prebuilt configurations.

29
Q

Where are the DSC configuration parameters saved to?

A

Managed Object File (MOF)

30
Q

How do you install and configure DSC

A

By writing the correct script in notepad and saving it as a PowerShell script.

31
Q

How does DSC work?

A

Through the basis of defining configurations within scripts.

32
Q

What is a configuration block?

A

The beginning of a DSC script starts with “Configuration MyConfigName { }”

33
Q

What does DISM Stand for?

A

Deployment Image Servicing and Management

34
Q

Explain the Deployment Image Servicing and Management

A

It is a command line tool that letting the administrator to mount the image file and issue commands to update the image.

35
Q

After you deploy an image what command do you need to run?

A

sfc.exe /verifyonly

36
Q

What capabilities does Configuring NIC Teaming give you?

A

High availability, increased throughput

37
Q

What PS Command do you use to configure NIC Teaming

A

New-NetLbfoTeam [Team Name], Ethernet, Ethernet 2

38
Q

What PS Command do you use to remove NIC Teaming.

A

Remove-NetLbfoTeam [Team Name]

39
Q

What are target computers called when configuring DSC?

A

Nodes.

40
Q

What are resource blocks?

A

They are used to configure specific resources.

41
Q

How do you run a DSC script in PowerShell?

A

Start-DscConfiguration –Wait –Verbose –Path .\MyConfigName

42
Q

How to configure remote management from PowerShell?

A

Configure-SMRemoting.exe –Enable/-Disable

43
Q

Failover

A

Another link will pick up the connection of one fails. Redundancy.

44
Q

Load Balance

A

Outbound traffic is sent out over all NICs while incoming traffic is received by one.

45
Q

What does LACP stand for?

A

Link Aggregation Control Protocol

46
Q

What does LACP do?

A

Dynamically identifies and aggregate links between host and switch.