OS Flashcards

(35 cards)

1
Q

How long is mainstream support for OS versions?

A

5 yrs after release

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

Goal for Windows 10

A

Can run on all platforms (tablets, laptops, phones, desktops)

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

Name the versions of Windows 10

A
  1. Home
  2. Pro
  3. Pro for Workstations
  4. Enterprise
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What 3 things are available on all Windows 10 versions except for Home?

A
  1. Domain Access
  2. BitLocker
  3. Group Policy Management
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the maximum amount of memory supported by each of the 32 bit versions of Windows 10?

A

All support a max of 4 GB

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

What is the maximum amount of memory supported by each of the 64 bit versions of Windows 10?

A
  1. Home - 128 GB
  2. Pro - 2 TB
  3. Pro for Workstations & Enterprise - 6TB
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How many CPUs can Windows 10 Pro for Workstations support?

A

Up to 4 physical CPUs in a device

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

What is included on Windows 10 Pro for Workstations that you will also find on Windows Server?

A

Support for FeFS (Resiliant File System)

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

What is BranchCache?

A

Available on Windows 10 Enterprise, allows remote site file caching.

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

What can you use to control what apps can run on on devices and what Windows 10 version(s) include it?

A

AppLocker, available on Windows 10 Enterprise

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

What is UX Control?

A

Granular User Experience Control, defines the user environment, useful for kiosk and workstation customization, Available on Windows 10 Enterprise

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

Min. Processor speed required for both Windows 10 (x86) & (x64)

A

1 GHz processor or faster.

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

Min requirement of memory for Windows 10 (x86) & (x64)?

A

32 bit 1 GB RAM
64 bit 2 GB RAM

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

Min amount of free disc space for both Windows 10 32 & 64 bit versions?

A

32 GB or larger

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

Video requirements for installing Windows 10?

A

Microsoft DirectX 9 graphics device (or better) w/ WDDM driver (Windows Display Driver Model) must support a min. 800x600 resolution.

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

Active Directory Domain Services

A

Centralized database for anything connected to the network with multiple servers in multiple locations.

17
Q

Windows feature that provides a network of computers but each device is a standalone system.

A

Windows Workgroups

18
Q

A business network that has centralized authentication and device access, and supports thousands of devices across many networks.

A

Windows Domain

19
Q

What does RDP stand for, and what does it require?

A

RDP (Remote Desktop Protocol) requirements:
- Windows version of Pro or Enterprise
- RDP client for the technician to use
- Remote Desktop Service running on the computer being accessed

20
Q

What is EFS and what does it do?

A

Encrypting File System
- Protects individual files and folders
- Built into the NTFS system

21
Q

For Full Disk Encryption (FDE) Windows has this, but it’s not available on Windows Home.

22
Q

What is EFS and what does it do?

A

Encrypting File System
- Protect individual files and folders.
- Built-in to the NTFS file system.

23
Q

What is gpedit.msc used for?

A

Used to manage the local group policy on local devices.

24
Q

What is gpmc.msc used for?

A

Group Policy Management Console
- Integrated with Active Directory
- Powerful system management

25
What is the difference between a Windows Upgrade vs. Install?
Upgrade (In-place Upgrade) - Keep files in place - Keeps customized configurations - Keep user data intact - Avoid application reinstall - Get up & running quickly - Start the setup from inside the existing OS Install (Clean install) - Start over completely fresh, wipe everything - Backup your files - Start the setup by booting from the installation media
26
Can you upgrade from x86 to x64 or vice versa?
No, in order to move from 32 bit to 64bit or vice versa you would have to perform a Clean Install.
27
Windows upgrade paths
You can upgrade to Windows 10 from: - Windows 7 - Windows 8.1 - NOT 8.0 (8.0 must be upgraded to 8.1 first) You can only upgrade to Windows 11 from Windows 10
28
After installing an OS what is important to look for?
Does it work? -If it doesn't boot, there are bigger problems. -Some testing is useful for unknown hardware comfigurations - Start>Settings>Syster>Recovery>Go Back Additional installations -Service packs - Security patches - Security applications - Driver updates - Application updates
29
What is ipconfig and what does it do?
Windows command Line that provides you with the configuration of your network device. - IP addresses - Subnet mask - DNS settings - Other IP address configurations - IP config /all - gives more detailed info
30
what does the ping command do?
Tests reachability of your device - Determine round-trip time - Uses ICMP (Internet Control Message Protocol)
31
netstat -a command shows you what?
All active connections
32
netstat -b command shows what?
binaries (Windows) Requires elevation (must run as admin)
33
netstat -n command shows what?
IP addresses only (no names resolved)
34
nslookup
Name server lookup - Lookup info from DNS servers - Canonical names, IP addresses, cache timers, etc. Lookup names and IP addresses - Many Different options
35
net
Windows-specific command prompt