OS Flashcards

(135 cards)

1
Q

Windows 10 comes preinstalled on vendor hardware & is the OEM (original equipment manufacturer) OS

A

Also available as a retail product, but lacks the ability to join a domain (Pro & Enterprise feature)

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

Windows Pro

A

Allows the user to join corporate domains. MOST COMMON OEM OS & the premier retail edition.

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

Pro for Workstations

A

Supports up to 4 CPUs and 6 TB of memory, as well as remote directory memory access (RDMA) and non-volatile dual inline memory modules (NVDIMM). Great for high-end workstations (>2 CPUs, >2 TB memory)

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

Windows Enterprise

A

Same functionality as Windows Pro for Workstations, but volume licensed for larger places.

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

Domain access vs Workgroup

A

Domain-joined network of computers provides centralized authentication, administration, & auditing. Often found in large corporate networks.
Supported by Pro, Pro for Workstations, & Enterprise.
Workgroup - default mode for OS and is a decentralized collection of computers. Windows Home only offers workgroups, not domains.

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

Is Remote Desktop Protocol (RDP) supported by Windows Home?

A

Nope - just Pro, Pro for Workstations, & Enterprise.

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

Random-Access Memory (RAM) support

A

Windows Home: 128 GB RAM; 2 CPUs
Windows Pro: 2 TB RAM
2 CPUs
Pro for Workstations: 6 TB RAM
4 CPUs
Enterprise: 6 TB RAM
2 CPUs

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

Which Windows editions offer BitLocker?

A

Pro, Pro for Workstations, Windows Enterprise.
Not Windows Home

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

What editions are the Group Policy feature available on?

A

Everything but Windows Home (Pro, Pro for Workstations, Enterprise)

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

How do you apply the Group Policy locally?

A

gpedit.msc (terminal or PowerShell)

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

Can group policies be applied through the domain?

A

Yep, and also locally (gpedit.msc)

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

Jump levels or update through each release?

A

Upgrade progressively through Windows releases until you reach the latest.

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

What is an in-place upgrade?

A

Straight upgrade from current edition to latest edition, as long as system requirements are met.

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

Can you change drives with the cd command?

A

Nope, use <drive>;</drive>

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

ipconfig

A

Basic connectivity info (IP address, subnet mask, default gateway) on Windows

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

ping

A

Verify network connectivity. Sends an ICMP (internet control message protocol) packet to given address (such as default gateway)

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

hostname command

A

gives computer identity

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

netstat

A

all listening & established connections on the host network

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

nslookup

A

verify DNS addresses

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

chkdsk

A

view hard disk info, including creating and viewing reports, correcting file system problems & disk errors

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

net user

A

subcommand used to list all local accounts on the host system

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

net use

A

maps drive letters to network shares

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

tracert

A

shows the path a packet takes to arrive at a destination

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

format

A

used to remove data from disks & prepare disks for new use

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
xcopy
copies files & folders
26
copy
copy specified files
27
robocopy
copy files while keeping permissions intact
28
gpupdate
update group policies
29
gpresult
used to view report/values of the Resultant Set of Policy (RSoP) for a remote user & users' computer
30
shutdown
can schedule a shutdown or restart, remotely or locally
31
sfc
System File Checker - utility command that verifies & checks the version of the file system on the computer
32
/?
provide help for a command
33
diskpart
tool for managing disks, partitions & volumes
34
pathping
combines tracert & ping commands
35
winver
Windows version info in a GUI dialogue box. Current version, build number, licensing info
36
Task Manager
utility that displays & manages running apps & services, logged-in users, & system performance
37
Task Manager Tabs
Services Startup Performance Processes Users
38
What does the Services tab on Task Manager show you?
running services, identification info such as description, group & status
39
What does the startup tab show you (on Task Manager)?
what services are set to begin upon startup and their associated identifying info
40
Performance tab of Task Manager
CPU, Memory, Disk I/O, network resource utilization. Can help you find the bottleneck on a slow-running computer
41
Processes on Task Manager tab
currently running processes & resource consumption
42
Users on Task Manager tab
Currently logged-in users, their status, and applications they are running
43
What is the Microsoft Management Console (MMC) snap-in?
A GUI for administrative & config tools
44
MMC (Microsoft Management Console) tools: event viewer (eventvwr.msc) disk management (diskmgmt.msc) task scheduler (taskschd.msc) Device manager (devmgmt.msc) Certificate Manager (certmgr.msc) Local users & groups (create & delete users, maintain their accounts, establish passwords) (lusrmgr.msc) Performance monitor - real time stats on memory, disk, CPU, & network (perfmon.msc) Group Policy Editor (gpedit.msc)
EXE tools for MMC (microsoft management console) System Information (msinfo32.exe) - system info for advanced hardware & drive info Resource Monitor (resmon.exe) System Configuration (msconfig.exe) - change how Windows boots & what programs start with Windows Disk Cleanup (cleanmgr.exe) Disk Defragment (dfrgui.exe) - puts large pieces of files back together for better performance Registry Editor (regedit.exe) - some OS & app settings may need to be changed in advanced troubleshooting.
45
Control Panel utility
View, change, & troubleshoot system settings. Internet Options Devices & Printers Programs & Features Network & Sharing Center (configure network adapters, create new network & dial-up connections, configure network file & printer sharing) System Windows Defender Firewall Mail (also additional data files, RSS feeds, internet calendars, address books, SharePoint lists, etc.) Sound User Accounts Device Manager (shows all hardware connected to the computer & provides driver management options) Indexing Options (indexes Office documents, PDFs, text files, etc.) Admin Tools Fire Explorer Options
46
What's the highest power setting available? (after power saver and 'balanced')
High Performance
47
What does hibernation do?
Saves the current state before shutting down - restores to the same place when started but doesn't consume power in the meantime
48
What does Fast Startup do?
Places the system in hibernation during shutdown so that it boots more quickly
49
What is USB (universal serial bus) selective suspend?
Allows admin to suspend power to a device connected to a specific USB port
50
What is Ease of Access for?
Accessibility needs
51
What are Windows Settings for?
Configuring & personalizing the OS for end users. Time & Language Update & Security Personalization (backgrounds, colors, fonts, etc.) Apps Privacy System (configure OS settings, monitors, display settings, resolution, scale settings, etc.) Devices (view, configure & control connected devices) Network & Internet Gaming (XBox integration) Accounts (manage & configure user accounts)
52
What are the 3 primary networking models in Windows OS?
Homegroup Workgroup (allows the OS to be both server & client; primarily used in SOHO setups. Domain (in this model, the client must be joined to the domain)
53
What are shared resources?
Files & folders are shared over the network, creating a shared space for people on the network. For convenience, network shares can be mapped to a drive letter. For users & apps, the network share appears to be a local disk. Resources like hardware-based resources can also be shared with the network group.
54
Administrative shares allow what?
Remote administrators can configure the computer. The shares are not visible or accessible to non-admin users.
55
What are the steps to printer sharing?
Allows printing from other computers to the local printer. To print from a remote computers, you need to map it and then install the correct printer drivers.
56
What are mapped drives?
Allow network shares to be connected to a specific drive letter for ease of access.
57
What does the DHCP server provide?
IP address, subnet mask, default gateway, DNS server. These may also be set manually.
58
IP (Internet Protocol) addressing scheme is what?
IP address of a computer needs to be a unique address on the same subnet as the gateway (and other hosts)
59
What does a subnet do?
Determines what hosts are on the same network. Must match all computers & network devices on the local network.
60
What is a gateway?
Default gateway is a router that can forward local network traffic to other networks. At least one of its interfaces must be on the same network as the computer.
61
What is a WWAN? (Wireless Wide Area Network)
Similar to mobile phone connectivity - a cellular network that can be used to connect to the internet. Some laptops have built-in cellular hardware.
62
Can you preform updates over a metered ocnnection?
No, updates to OS, apps, or system security will not download over a metered (limited) connection
63
Does File Explorer depend on pre-configured network paths?
Yes, the UNC (Universal Naming Convention) path is the standard way to navigate to the server & fileshare on Windows.
64
What is another name for a dedicated graphics card and what is the alternative?
Discrete & dedicated graphics card mean the same thing. Integrated graphics solution is the other option - which comes built directly into the CPU. (Older computers may integrate it into the motherboard).
65
What is VRAM and when is it important?
VRAM stands for Video Random-Access Memory. It's needed for graphic-intesnive applications.
66
What do CPU requirements of an application indicate?
Processing power needed.
67
When would you use a hard copy (CD, USB, etc.) to install software?
If it's large or the computer isn't connected to a network.
68
What is an ISO installation?
The application ISO is downloaded from the vendor and installed directly onto the host machine & acts as a virtual optical drive.
69
What is a pre-configured Linux kernel with attached interfaces & apps called?
A Distribution
70
What is Red Hat used for?
High performance server tasks
71
What is Ubuntu known for?
Extensive graphical user interface (GUI)
72
What's the second most common OS?
Mac (really though?)
73
What is Chrome OS
a cloud-based Operating System based on the Chrome web browser and released by Google. All data is stored in Google Drive.
74
Android is developed by Google. It's based on the Linux kernel: true or false?
True. Free & open source. Most commonly used mobile OS.
75
What is a partition?
A segment of a hard disk that functions as a separate entity.
76
A partition needs to be formatted with a specific file system before use
An operating system usually supports different file types
77
What's the modern Windows file system?
NTFS (New Technology File System) - allows users to set and manage permissions for files & folders for specific users & groups - useful for secure network file sharing. Also provides indexing, compression, and encryption at the file system level. Replaced FAT32
78
What does FAT32 stand for?
File Allocation Table 32
79
What is ext3 (Third Extended Filesystem)
Default for Linux
80
What is ext4 (fourth extended filesystem)
Update to ext3 that supports larger partitions, larger number of files & improved performance.
81
What file system does Apple use?
Apple File System (APFS) (since iOS 10.3 and macOS Sierra 10.12.4) Replaces HFS & HFS+
82
What is the exFAT (extensible file allocation table) used for?
Small flash & SSD Drives. Optimized for performance & media file storage.
83
What does Wi-Fi frequency mean?
The audio range in which the technology broadcasts.
84
What are the two Wi-Fi operating frequencies?
2.4 GHz & 5 GHz
85
What does Wi-Fi frequency range impact?
Transmission range & data throughput
86
Which has greater Wi-Fi transmission range - 2.4 GHz or 5 GHz?
2.4 GHz - because the lower frequency means it passes through objects (like walls & floors) better. But throughput is slower & the open frequency means interference from cordless phones, microwaves, etc.
87
Which has faster throughput - 2.4 GHz or 5 GHz?
5 GHz has faster data throughput, but transmission range is shorter due to obstruction by walls, etc.
88
What are WiFi frequency channels?
Channels are different frequencies used for communications between end-user & wireless access point.
89
How many channels are available for the 2.4 GHz wi-fi range?
14 - but the top 3 cant be used in North America so really only 11. Devices will automatically select a channel, but you can manually select a channel to minimize interference.
90
How many channels does the 5 GHz wifi range have?
Trick question (ok 24). You never have to set a channel here.
91
What's the range of Bluetooth (IEEE 802.15.1 standard)?
10 meters, within a PAN (personal area network).
92
What is CSMA/CA?
Carrier sense multiple access with collision avoidance (think Wi-Fi or IEEE 802.11standard)
93
What differentiates between the different Wi-Fi standards?
operating frequencies, maximum data speed, and data throughput.
94
5 GHz freqeuency, 54 Mbps, 120 meters
802.11 a
95
2.4 GHz frequency, 11 Mbps throughput, 140 meters
801.11 b
96
2.4 GHz, 54 Mbps, 140 meters
802.11 g
97
2.4 / 5 GHz frequency, 54 Mbps, 250 meters
802.11 n
98
5 GHz, 6.5 Gpbs throughput, 140 meters
802.11 ac / Wi-Fi 5
99
2.4 / 5 GHz, 9.6 Gbps, 140 meters
802.11 ax / Wi-Fi 6
100
What is a long-range fixed wireless connection?
It's a point-to-point wireless technology that uses directional antennas to send & receive network signals from 10-20 km
101
What are licensed frequencies?
Frequencies regulated / use is granted by the FCC in the US
102
What are unlicensed frequencies?
Frequencies that can be sued by anyone - e.g. 2.4 & 5 GHz (susceptible to interference & eavesdropping)
103
What is wireless power transfer?
Power generated by a transmitting station & sent via long-range fixed wireless by microwave or laser light to the receiver, which turns the transmission back to electricity / power. Wireless Power Transfer (WPT) technology is regulated by the FCC in the US.
104
What does RFID do?
Radio-Frequency Identifiers transmit identifying info via a radio signal
105
What is a server?
Process running in memory on a networked system that answers requests from a remote client system.
106
How many public DNS servers are needed for an enterprise to host a website?
2 - one acting as redundency
107
What is a zone file?
DNS records of hostname IP address sets
108
What is a fileshare or file server?
A central repository for storage, management, and access of network files. NAS (network-attached storage) can serve as a file server.
109
What is a print server?
A server that manages print requests & connects printers to a network.
110
What is a mail server?
Responsible for sending, receiving & managing emails. A mail server must be running a specialized server package, e.g. Microsoft Exchange, Sendmail, Postfix, or Exim, to be a mail server.
111
What is Syslog?
A client-server model responsible for collecting ingo obtained from system monitoring, such as login events and errors. Messages compiled at the syslog server include facility code, severity level, and a textual description of the logged events. 3 primary components: listener, database, and management/filtering software.
112
What is a web server?
listens for incoming requests, executes them and provides the requested content, including text, images, videos, and the running of scripts. 2 common web servers are Microsoft's IIS (internet information services) and Apache.
113
What is an AAA server?
Authentication, Authorization and Accounting - an access control server that gatekeeps for critical network components. Also known as DOMAIN CONTROLLERS. E.G. RADIUS (remote authentication dial-in user service) Kerberos Terminal Access Controller Access-Control System Plus (TACACS+) Remote access service (RAS)
114
List 5 examples of internet appliances (aid in internet access & help users access the internet safely)
Spam gateways Unified Threat Management (UTM) (centralizes security management on a network. Packet filtering and inspection, IPS, gateway antimalware, spam blocking, malicious website blocking, application control). Load Balancers (evenly distributing requests. Configurations include identical, cross-region, and content-based) Proxy servers (makes resource requests on behalf of a client)
115
What is SCADA?
Supervisory Control & Data Acquisition. Critical legacy system category - high-level management system for manufacturing machines & processes, large-scale infrastructure settings, and building components.
116
IoT devices connect to the network through:
a central controller or coordinating device.
117
Principles of setting up a SOHO network:
Understand relevant regulations Make a map Locate the servers Identify client computer locations Locate network resources Determine user connectivity type Designate additional connectivity options if needed.
118
How many bits are IPv6 addresses?
128 bits in hexademical notation (8 16-bit fields seperated by colons)
119
What does APIPA stand for?
Automatic private IP Addressing. Will always be on the 169.254.0.0 network. Also known as link-local addresses.
120
Dynamic IP address can be assigned by....
router or DHCP server
121
What is a gateway?
a ROUTER that connects one network to another
122
Is DNS server info given out dynamically or manually?
Either. If dynamically, it's given by DHCP (along with IP address)
123
Zone files contain what?
Records of hostname-to-IP address mappings and info such as the name of the server/computer, IP address, record type, computer address, comments. Zone files are held in DNS servers. A records are for IPv4. AAAA (or quad 4) records are for IPv6.
124
What is MX
mail exchanger. An MX record is a DNS record that signifies that the host record is an email server
125
What is a text (TXT) record for in DNS?
A TXT record type in a zone file signifies that the host record is text for human-readable or machine-readable data
126
Spam management: DKIM (DomainKeys Identified Mail) SPF (sender policy framework) DMARC (domain-based message authentication, reporting & conformance). Combines DKIM & SPF.
127
What is a VPN (virtual private network)?
An encrypted connection between 2 networks or between a host and a network. When a host connects to a network over a VPN, a separate IP address from the network's address range is assigned to it.
128
What are characteristics of satellite internet?
Slower than wired broadband connections; require a satellite dish; affected by weather & misalignment
129
What are characteristics of fiber connectivity?
Wired connection; uses a fiber-optic calbe made of thin flexible glass or plastic fiber surrounded by a rubberized outer sheath that sends data by light signals. Fast data transmission. 2 types: single-mode fiber (SMF) and multimode fiber (MMF).
130
What are characteristics of cable?
Wired connection that uses either coaxial or twisted pair cable for data transmission.
131
What is DSL?
Digital subscriber line- wired connection that uses existing phone lines with a DSL modem to provide internet.
132
crimper
connects a connector to a cable (different types for ethernet, coaxial, and fiber-optic
133
Punchdown tool
Connect exposed ends of a wire into a wiring harness
134
Loopback plug
a special cable wired to transmit & receive on a single connector. There are loopback plugs for different types of connectors (like USB or ethernet) for testing network interface cards.
135
What is a Network TAP (test access port)?
A hardware device that creats a copy of network traffic by monitoring devices without interfering with traffic. Can be easily moved from place to place.