• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/46

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

46 Cards in this Set

  • Front
  • Back
What are 3 Types of User Profiles?
There are 3 types of user profiles:
Local Profile
• Is not applied over the network
Roaming Profile (default)
• user.dat
• ntuser.dat
Mandatory User Profile
• user.man
• ntuser.man
What Protocol does Remote Desktop use?
Remote Desktop Profile uses TCP/RDP protocol
What does 2 Utilities does Win2K8 provide for exporting and importing domain objects?
CSVDE.exe – Common Separated Value Directory Exchange (preferred method)

LDIFDE.exe – LDAP Interchange Format Directory Exchange
CSVDE can read/write files with extensions .txt and .csv. What are the commands?
C:\> csvde -f c:\output.csv (encrypted)

C:\> csvde -f c:\output.txt
What makes up TCP/IP?
Application
TCP/UDP
IP
Network Interface (Topology)
What does the TCP Protocol do?
Routing
Connections
Guarantees Message Delivery
Error Checking
What does the UDP Protocol do?
User Datagrams
Broadcasts
Does not guarantee message delivery
Faster than TCP
What's the command for Ports established/listening?
Netstat -a
What are the IP Classes?
Class A: 1-126
Class B: 128 -191
Class C: 192 -223
Class D: 224 -239
Class E: 240 -255
What are the 2 types of info in an IP address?
Network Address
Host Address
What does DNS do?
Translates the address into its numeric form
What does FTP do?
Transfers files
What does HTTP do?
How a file gets transmitted
What does HTTP do?
How the file get securely transmitted
What does LDAP (command line) do?
Locates a object in a domain
What are the 2 Types of Objects?
Leaf Object (common name, user, printer)
Container (object like OU, Domain)
What is the UPN?
username(Principal)@microsoft.com(FQDN)
What is the Global Catalog (GC)?
a unique datables in root of forest
What is an additional DC good for?
Fault Tolerance
Load Balance
What does AGDLP do?
Create OU
Create user accounts (A)
Create global group and add users to that group (G)
Create a domain local group, and add GG's to domain local group (DL)
Assign permission to domain local group (P)
What does AGUDLP do?
universal group
the same functions as local groups
used to reduce number of replications
What are the 2 types of groups?
security -> used to assign permission to domain resources
distribution (email only)
What bit rate supports Hyper-V?
x64
What Edition supports Clustering, Hot-add Memory?
Enterprise
What does the Datacenter Edition support?
Clustering with up to 16 computers
What are the advantages of running in Server Core?
No GUI
Less disk space and memory needed
Smaller attack surface
What does the Networking Protocol use?
TCP/IP
LAN
How many bits is an IP address
32
What's the difference between Unicast and Multicast?
Unicast sends one packet to a client
Multicast send a packet to all clients
What does Broadcast mean?
Sending communication to all points on a network
What's a Subnet used for?
to divide a network into subnets
What does DNS do?
translates domain and computer names to IP addresses
What does ARP do?
acquires the physical addresses associated with a computers NIC
What is a MAC address?
Physical address of a NIC
Is TCP/IP default on Windows Server 2008?
Yes
What does APIPA do?
Automate addressing through automatic private IP addressing
What is a Domain?
Grouping of network objects
What is a Domain Controller (DC) ?
Servers that have AD DS server role installed
What does Multimaster do?
Replicates things from one DC to another to protect against a DC going down
What is a FOREST?
Highest level in active directory
One or more trees in a common relationship
What is a site?
TCP/IP based container
Linked to IP address
What's External trust?
trust relationship with a domain outside of a forest
What's Realm Trust?
enables one-or-twoway access between a domain within a forest and a realm of computers
What is ACL?
List of security privileges that have been set up for a particular object
What are the IP classes?
Class A: 255.0.0.0 (1-126)
Class B: 255.255.0.0 (128 - 191)
Class C: 255.255.255.0 (192 - 223)
How do you Subnet?
Class A 1-126, Class B 128-191, Class C (192-223)
Ex: 180.12.19.18
Subnet Mask = 255.255.0.0
Network Address is 180.12
Host Address is 19.18