A+ Core II 1.0: Operating Systems Flashcards
What version of Windows is used by default by people outside a work environment?
Windows 10/11 Home
What is the purpose of the Windows Defender feature?
Serves as Anti-virus/Anti-Malware
What version of Windows is most commonly used in a business environment?
Windows 10/11 Pro
What features are available with Windows 10/11 Pro?
*Additional management features
*Remote control each computer within the network
*BitLocker
*2TB of physical memory
What is the purpose of the BitLocker feature included in Windows 10/11 Pro?
Allows users to choose to encrypt just their data
What is a Windows Domain?
A collection of Windows devices that allows IT to manage and control Windows configurations of that enterprise
What edition of Windows OS is designed for high-end desktops and gives you more computing power?
Windows 10/11 Pro for Workstations
What is the CPU?
Central Processing Unit; Acts as the computer’s “Control center”
What is a core?
A small CPU built into another that can independently perform or process computational tasks
What is the Resilient File System (ReFS)?
Microsoft’s newest file system, it introduces new features that can precisely detect corruptions and also fix those corruptions while remaining online, helping provide increased integrity and availability for data.
What is NTFS?
New Technology File System: The file system that was introduced with the Windows NT OS. Used for storing and retrieving files on hard disk drives (HDD) and solid-state drives (SSD)
What are the features of Windows 10/11 Enterprise?
*Built for large implementations (many desktops in the environment)
*App locker -Allows admin to control what apps can run
*BranchCache(Faster access to files and data in branch office setting)
*6 TB of physical memory
What is BranchCache?
A feature in Windows Enterprise that enables faster access to files and data in branch office environments
What is an Active Directory Domain Service (AD DS)?
A centralized database that contains users, devices, printers, etc.
True or False: To manage devices in a network, you need active directory servers in many different locations.
True
What is a Windows 10/11 Workgroup?
A way to link together a small number of computers and devices, which can be ideal for home networks and small businesses.
How can Windows desktop styles vary between work and home?
At work:
*Standard desktop
*Common user interface
*Limited customization
*Possible to work on any computer on-premises (within the network)
At home:
*Complete flexibility
*Background photos, colors, UI sizing
What is RDP?
Remote Desktop Protocol: A secure network communication protocol offered by Microsoft that allows users to execute remote operations on other computers
What is needed for someone to connect to your device across the network?
You need to be running a Remote Desktop Service to enable a user to access your device remotely
What is EFS?
Encrypting File System: A feature built into NTFS to protect individual files and folders with encryption
What is encrypted with BitLocker?
The full disk, along with everything on the drive, and even the OS
What is the purpose of the Group Policy editor feature in Windows?
Centrally manage users and systems (can be part of an active directory or a local system)
What command must be input in the run app to enable the Local Group Policy editor?
gpedit.msc
What command must be input into the Windows run app to enable the Group Policy Management Console?
gpmc.msc
What’s the difference between upgrading Windows vs. Installing it?
With a Windows upgrade, you are keeping the files in the system in place. However, when installing Windows onto a device fresh, you are overwriting everything in that system.
What does it mean to do an upgrade “in place”?
By upgrading a system “in place” you are upgrading the existing OS on that system, which in turn keeps all apps, docs, and settings.
What occurs with a clean install in an OS?
This method of upgrading an OS will wipe everything on a system and reload it (files should be backed up if need be). The setup process is started by booting the system from an installation media (DVD, USB)
True or False: With the Windows OS, it is possible to upgrade from x86 to x64?
False, you will have to migrate to the other variant of the Windows version you’re installing.
What are the in-place upgrade paths to Windows 10?
*Windows 7
*Windows 8.1 (Not Windows 8.0)
What are the in-place upgrade paths to Windows 11?
Only Windows 10
What command lists files and directories?
[dir]
What commands allow a user to change a directory?
[cd] or [chdir]
What commands are used to make/change/remove directories?
[MD]/[CD]/[RD] or [mkdir]/[chdir]/[rmdir]
Each partition is assigned a letter in the file system. Which letter usually represents the primary storage drive in a standard Windows OS?
C:
What command displays the name of the device a user is currently operating on?
[hostname]
What occurs with the [format] command in Windows?
Formats a disk for use with Windows (creates a file system within a partition)
What command is used to copy a file, and what do the [/v] and [/y] features do?
[copy]
[/v]=Verifies that new files are written correctly
[/y]=Suppresses prompting to confirm you want to overwrite an existing destination file
What occurs with the [xcopy] command?
Allows a user to copy multiple files and directories
What is [robocopy]?
Robust copy; A functionally better version of [xcopy]
What command performs a shutdown? And what do the [/r /t nn] [/s /t nn] and [/a] features do for this command?
[shutdown] will perform a system shutdown.
With [shutdown /s /t nn], the system waits nn seconds before shutting down.
With [shutdown /r /t nn] this will shutdown and restart the user’s device
With [shutdown /a], this will abort the countdown for shutdown
What is the purpose of [diskpart] command in Windows?
Allows a user to manage disk configurations
What are FAT files
FAT=File Allocation Table
These are file systems developed for hard drives by Microsoft
What command can display the About WIndows dialog (allow you to check current Windows version)
[winver]
When managing Group Policy, what command can help a user update the Group Policy settings?
[gpupdate]
What command allows you to get IP address information on a system, as well as having control over network adapters?
[ipconfig]
What is TCP and why is it used?
Transmission Control Protocol: A communications standard for delivering data and messages through networks
What is Internet Protocol (IP)
A set of rules governing the format of data sent over the internet or other networks
What can the [/all] function do for you in the [ipconfig] command?
It gives you extended details on your device’s IP info
What is DHCP?
Dynamic Host Configuration Protocol: A network protocol that is used to configure network devices to communicate on an IP network. It functions between the router and host and assigns Private IP addresses to the hosts.
What is a gateway?
A node that connects two networks with different transmission protocols together (A common example is your home router, this is a gateway from your home or enterprise network to the internet)
What is the function of the [ping] command?
This is used to test the reachability between your system and a particular host across an IP network
What command helps a user see all active connections?
[netstat -a]
What is output with [netstat -b]?
The binaries are shown with this command (requires elevation)
What does [-n] do in the [netstat] command
Displays IP addresses and port numbers in numerical form
What command can help you find information from DNS servers?
[nslookup]
What can the [net] commands do for you in Windows?
View and configure network properties connected to you computer
What command can help you find what route a packet is taking to a destination?
[tracert]
What is ICMP?
Internet Control Message Protocol: It’s used by network devices to diagnose network communication issues.
What is the [pathping] command]?
It’s a function that combines the [ping] function with the [tracert] command to troubleshoot network issues, especially ones related to latency and performance