Module 3 Flashcards

(141 cards)

1
Q

Windows 7 Minimum requirements for a 32-bit machine

A

1GHz (x86)
1GB RAM
16GB free disk space
DirectX9 & WDDM 1.0

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

Windows 7 Recommended requirements for a 32-bit machine

A

1GHz (x)
2GB RAM
20GB free disk space
DirectX9 & WDDM 1.0

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

Windows 7 Upgrade Advisor

A

Analyze your system to ensure that your hardware and applications will be compatible with Windows 7.

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

When running the upgrade adviser, what should you do with peripherals?

A

Plug in and turn on all devices that you plan to use on Windows 7 so that those peripherals will be checked.

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

Windows 7 Upgrade Adviser will run on XP, if you have what?

A

XP SP2 or higher

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

Different editions of Windows 7

A
Home Premium
Professional
Ultimate
Starter
Enterprise (For Volume Licenses)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which version of IE comes with Windows 7?

A

IE8

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

Windows Media Center

A

Can watch TV, record to TV. Not included with the starter edition.

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

What editions of Win 7 offers Windows XP mode?

A

Professional and Ultimate

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

Win 7 editions designed for use in the corporate environment

A

Professional, Ultimate, Enterprise

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

Editions of Windows 7 that allow you to joing a domain & network backup / restore

A

Professional, Ultimate, Enterprise

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

Difference between Enterprise and Ultimate

A

Enterprise has all the features of Ultimate, plus BitLocker.

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

Minimum partition size if you’re going to dual boot Win 7 x64

A

20GB

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

What application can be used to create a partition on your disk?

A

Disk Management Console

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

What file system is typically used for older versions of Windows

A

FAT32

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

What file system is recommended for Windows 7

A

NTFS

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

Sources you can install Windows 7 from

A
DVD
ISO Images
Network share
WDS
USB Drive
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Windows SIM

A

Windows SIM: Windows System Image Manager. Enables you to create answer filres and network shares or modify the files contained in a config test. For network installation.

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

Windows PE

A

Windows PE: Windows Pre-Installation Environment. 32-bit OS with limited services built on Win 7 kernal. Used in the preinstallation and deployment of Windows.

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

ImageX

A

ImageX: Command-line tool you use to create installation images for deployment.

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

SysPrep

A

SysPrep: used to prepare a system so that it’s image can be captured. It removes unwanted files and settings and preps the image for deployment.

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

Windows AIK

A

Windows Automated Installation Kit

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

What do you need to use WDS?

A

Be a domain administrator
High-speed network links with low latency
Both client and server should be physical machine (not virtual) (Instructor suggests maybe one could be…)
WDS should be the only role on the server in a production environment

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

When installing Windows 7 from a USB drive, what free space do you need on the USB drive?

A

4GB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
When installing Windows 7 from a USB drive, what does the BIOS must support?
Booting from USB
26
When preparing a USB disk from a Win 7 install DVD, what steps do you take?
Create an active boot partition on the USB, formatted to FAT32. Assign a letter. Copy data from the DVD to the drive as so: xcopy d:\*.* /s /e /f p: where d is the DVD drive and P is the USB drive
27
When using xcopy to copy files from DVD to USB, what switches are used and what do they mean?
/s /e /f /s : Copies directories and subdirectories /e : Copies subdirectories even if they're empty /f : Displays the full source and full destination paths while copying
28
What is the upgrade path from XP to Win 7?
There is no direct path. You can upgrade to vista and then upgrade to XP Otherwise, you must do a full install, resulting in no preservation of XP user data, applications, and settings.
29
What can you use to migrate data from XP or Vista to 7?
Easy Transfer Tool
30
Easy Transfer Tool
Allows transfer of settings, and documents of one or more user accounts from XP to 7. Does not migrate system files and applications.
31
In-Place Upgrade
Upgrading from one version to another, with the OS still running
32
Where do you find the Easy Transfer tool?
Windows 7 DVD | In Support\Migwiz
33
How does easy transfer tool move files and settings from one compute to another?
USB flash drive or a special Easy Transfer cable
34
Device Driver
Enables operating systems to interact with hardware such as keyboards and printers. Converts all I/O from / to the OS into messages the hardware can understand
35
Signed Driver
Indicates it is from a trusted source. (The OS recognizes the source)
36
What's used to sign a driver
digital signature
37
Two types of driver signatures
Embedded Signing | Non-Embedded
38
What types of drivers use embedded signing
Kernal-mode drivers | drivers used in the boot process
39
How does embedded signing work
Each binary in the driver package will have an embedded signature
40
How does non-embedded signing work
Each driver package will have a .cat file, which is digitally signed -- contains a hash of the legitimate files
41
What are non-embedded signed drivers used for
plug and play
42
How does a 32-bit (x86) version of Win 7 deal with signed drivers?
All installed drivers should be signed. An admin can install unsigned drivers
43
How does a 64-bit version of Win 7 deal with signed drivers?
All drivers must be signed, however you can remove this requirement at boot by pressing F8 and selecting "disable driver signature enforcement"
44
What authorities authenticate or sign drivers?
``` Windows Hardware Quality Labs Certification Authorities (CA) ```
45
WHQL
Windows Hardware Quality Labs
46
How would you update a driver?
Control Panel -> System & Security -> Device Manager Right-click the device and choose Update Driver. Browse to find the driver.
47
How would you roll back a driver?
One way: System restore point Other way: Device Manager -> Right click the hardware Properties -> Drivers tab -> Roll Back Driver Reboot
48
Network and Sharing Center
Provides an overview of your available networks and provides troubleshooting tools
49
Network Map
Shoes how all your networks and network devices are connected to one another
50
Network Explorer
My Computer, when you're browsing the network
51
Network Awareness Feature
For Win 7. Informs applications when to connect to different networks throughout the day
52
What are the four broad tasks you can complete in the Network and Sharing Center?
Set up a new connection or network (Creating dial-up connections, VPN, wireless and broadband connections) Connect to a network link (Connect to a network that's already configured) Troubleshoot problems with a network Homegroup and Sharing options
53
Four types of network locations
Home Work Domain Public
54
"Home" Type of network
Uses network discovery by default, so your PC is automatically visible to all other computers on the network
55
"Work" Type of network
Network discovery is on, however you can't create or use homegroups
56
"Domain" Type of network
Enable you to connect computers within a domain. Settings configured by network admins.
57
"Public" type of network
Network discovery is turned off.
58
Number of addresses available for IPv4
None left. System has the capacity for 4 billion
59
Number of addresses available for IPv6
3.4 x 10^38
60
Bits in IPv6 address
128
61
APIPA
Automatic Private IP Addressing. | Protocol used to assign IP addresses to computer if no DHCP server exists and the user has not configured a static IP
62
How does an APIPA network work?
Only computers with APIPA addresses can communicate with a PC with another APIPA address.
63
What is the IP range for APIPA
169.254.0.0 - 169.254.255.255
64
QoS
Quality of Service | Using packet inspection to give certain traffic priority over other traffic.
65
What steps do you follow to manually connect to a wireless network that is not broadcasting its SSID
Control Panel -> Network and Internet -> Network and Sharing Center -> Manage Wireless Networks -> Add Click "Manually Create a network profile" Input the info
66
What sorts of devices are NOT listed in Device Manager
Internal hardware like sound cards, hard drives, memory
67
What sorts of devices are listed in Device Manager
External devices, like printers, scanners, cameras, etc.
68
Two types of firewalls
Network / Hardware firewall | Host-based Firewall (Application)
69
Network Firewall
Hardware that sits at the intersection between internal and external networks, known as the perimeter network
70
Host-based Firewall
Runs on each computer, at the "Application" layer of the OSI model
71
Firewall Profiles
Because you can have different types of networks (Home, Work, Domain, etc), you can also create your own firewall configuration based on which network you've created
72
UAC
Restricts users' access to certain tasks without an administrative sign-off. This is the feature that annoyed many users.
73
Authentication
Automated process whereby a computer verifies the identity of a user, computer or service
74
Things that can be used for authentication
``` Interactive Login Certificate Smart Card Biometrics Windows Authentication Protocols ```
75
AppLocker
a set of Group Policy settings that evolved from Software Restriction Policies, to restrict which applications can run on a corporate network, including the ability to restrict based on the application's version number or publisher
76
Interactive Login
Providing a username and a password
77
Smart Cards
Cards containing a small microprocessor and memory chip that verify the identity of the user
78
Certificates
Digital verification of a user's or server's ID
79
Three categories that UAC classifies applications into
Windows 7 Signed Publisher Verified Unsigned Publisher
80
EFS
The Encrypting File System Feature to help you secure info. Right-click on the folder or document -> Properties -> Advanced
81
Reasons to change an EFS key
You have two computers that access the same encrypted data. Each PCs have a different key. You may wish to change the key to the same one. Maybe you want to use a smart card instead of a key.
82
ACE
Access Control Entry | A single rule on an ACL. Represents a single assignment of permissions to a user or a group.
83
ACL
Access Control List | A list of ACEs. All the permissions associated with an object.
84
SID
Security Descriptors | Contains an object's ACL, definitions of permissions, etc.
85
Two levels of permissions on an object
Share permissions | NTFS Permissions
86
Share permissions
Applies to users accessing a resource over a network. | Does not apply to local users.
87
NTFS Permissions
Applies to local or network users accessing resources
88
Inherited Permissions
When permissions are imparted from a parent object to another object
89
Explicit Permissions
Assigned manually to an object
90
Effective permissions
The result of conflicting permissions granted through inheritance, explicit permissions and the various groups a user is a member of.
91
Windows 7 HomeGroup
Feature that Enables you to set up and manage home networks as well as share files printer and other devices.
92
Homegroup is not compatible with ____
Any version of Windows older than Win 7
93
Which editions of Win 7 cannot create a HomeGroup
Home Basic | Windows 7 starter
94
What is required for Bitlocker to work
Enterprise Ultimate Windows Server '08 R2
95
What change must be made to the BIOS for Bitlocker to function properly?
BIOS must be configured to boot to the hard disk and nothing else.
96
What BitLocker edition would you use for a removable USB drive?
BitLocker To Go - - Will encrypt removable media - - Will read encrypted media (With BitLocker to go). Installed on the removable media.
97
Transparent File Caching
Windows 7 Feature that allows you to download a network file locally and only gets an updated version if the file has been updated on the network.
98
How do you control which file types should and should not be synchronized via Transparent File Caching?
Group Policy
99
Offline File Synchronization
Set a folder or group of folders to caching locally, allowing changes, and then syncing when the re-connect happens. Happens in the background.
100
What are some less common power management options available to Windows 7?
You can configure system cooling policies You can configure the hard drive to become inactive after a period of inactivity. You can reduce the quality of video playback to conserve power. You can configure the system to automatically deactivate the wireless adapter when data has not been transferred for a time
101
What Windows 7 feature can you use to connect to a corporate LAN without using a VPN?
DirectAccess
102
What are the benefits of DirectAccess?
Always on -- you don't need to reconnect if your ISP blips Does not route internet traffic through the connection with your office LAN Multiple options available to secure it.
103
What security protocol is used for DirectAccess?
IPSec
104
What ports does DirectAccess use by default?
443
105
3 ways to deploy Windows Updates
Manually fetch them You the automatic update feature WSUS
106
WSUS
Windows Server Update Services | Allows Network Admins to control and deploy Windows Updates to their PCs
107
What is a good rule of thumb for the page file?
It should be double that of your physical RAM
108
What feature allows you to use a USB flash drive as extra RAM
ReadyBoost
109
What service automatically puts low-priority processes in background mode? How does this improve performance?
SuperFetch | Processes in the background can only run with resources become available.
110
DEP
Data Execution Prevention Protects a computer system by flagging all memory within an application as strictly non-executable, unless executable memory is specified.
111
Basic Disk
The actual physical disks containing primary partitions, extended partitions, or logical drives
112
Basic Volume
Partitions and logical drives found on basic disks
113
Dynamic Disks
Physical disks that have been upgraded in Windows to support dynamic volumes.
114
Two types of dynamic disks
simple and spanned
115
Simple Volumes
Type of dynamic disk. Can be a single area on a dynamic disk or multiple areas that have been grouped together.
116
Spanned Volumes
Type of dynamic disk. Consists of disk space across multiple physical disks. Spanned volumes can also be created using fee space on dynamic disks.
117
RAID
Redundant Array of Inexpensive Disks
118
RAID 0
Storage method that uses striping to spread data across multiple drives. No redundancy. One HD goes, it all goes.
119
RAID 1
2 hard drives. Mirrored information. Both disks contains the same information.
120
RAID 5
Allows for redundancy and striping. -- Striping with Parity. At least three drives. Distributes the data and parity information across all the drives in the array. If one drive fails, that data can be recreated from the parity information.
121
Which RAID does Windows 7 not support?
RAID 5
122
Command line utility to manage disks
diskpart
123
Max number of disks for RAID 0 and RAID 5 (Striped volumes)
32
124
diskpart command to create a striped volume
diskpart create volume stripe [size=size in MB] [disk=disk number]
125
diskpart command to see the physical drives on the PC
list disk
126
diskpart command to see the volumes on the physical drives on the PC
list disk
127
5 types of logs in Event Viewer
``` Error Warning Information Application Security Setup System Forwarded Events ```
128
Error Logs
Major problems, for example a disk failure
129
Warning Logs
Cautionary messages, like a reboot required
130
Information Logs
Information on Successful events
131
Application Logs
Track events about various application and hardware on the system
132
Security Log
Records events related to audit policies. Includes tracking information such as file access or user logons
133
Setup Log
Events related to application installation
134
System log
events related to Windows services
135
Forwarded Events log
Events that occurred on remote PCs
136
Event Subscription
Feature that allows you to capture remote PCs event logs
137
Win 7 Recovery tools
System Image System Repair Disc Backup
138
What needs to be on for Restore Points to be created?
System Protection
139
What is the Last Known Good Configuration?
The configuration of the PC the last time you successfully logged into Windows
140
What key to you press on boot up to allow you to boot to the Last Known Good Configuration
F8
141
Win 7 Min. Requirements for 64-bit machines
1GHz processor 2gb ram 20GB Free space