Operating Systems, Users/Superusers, Windows/MacOS/Linux Flashcards
Which feature of Windows ultimate will ensure sensitive data is secure and allow encryption on the entire drive?
Bitlocker
With Windows Ultimate and Enterprise editions, as well as Windows 8 and 8.1, BitLocker, allows users to encrypt the entire drive protecting the data from loss or theft.
What’s the command line prompt to create a new directory in Windows?
There are two commands that do the same thing:
mkdir (make directory) and md
When installing a new operating system onto a laptop using a USB flash drive, what must be done before loading from the flash drive?
The boot sequence in system BIOS must be adjusted, making the USB the first device in the boot order.
When the system boots, it boots in the order listed in BIOS, so the thumb drive must be shown as the first device.
Wake-on-LAN
feature of the Network Interface Card allows for a powered down or sleeping PC to power on when a print job is received
When a PC is configured to use Wake-on-LAN, it will power on when a print job is being sent. There is a similar feature available for modems that allows the PC to be powered up when the modem determines a call is being received. This is Wake-On-Ring, often used when PCs are configured to receive faxes.
A company with a very small local area network has grown to the point where statically assigning IP addresses and other NIC parameters have become impossible to manage. What steps can a network administrator take to simplify the process of configuring network interface cards?
Incorporate a DHCP Server into the network.
A DHCP (Dynamic Host Configuration Protocol) server is used to automatically configure the parameters needed by a network interface card when a PC is first booted up. It provides central management of IP address allocation.
A client complains that his laptop is taking way too long to boot up. You suspect that he has numerous processes that are initiating during startup. What utility would you use to see which processes are being launched on a Windows 10 laptop?
task manager
The Task Manager utility has a Startup tab that displays the processes launched at startup and allows you to disable any process. The previous versions of Windows used MSConfig to complete this, but will now display a note instructing the user to open Task Manager instead.
Disk Cleanup
helps eliminate any temporary files from a hard drive
utility is used to delete temporary files from a hard drive. To perform Disk Cleanup, from Start, enter Disk Cleanup.
Marc is tasked with installing a Windows edition that is capable of handling 6 TB of RAM and four CPUs. Which edition would best suit his needs?
Pro for Workstations
While both the Enterprise and Pro for Workstations editions of Windows 10 support 6 TB of RAM, only the Pro for Workstations edition is capable of running four CPUs.
Sue finds that she is unable to connect to the Internet. She opens a command line prompt and enters ipconfig and determines that her IP address is 169.254.17.200, which is not on her network. What is a likely cause of the problem?
She is unable to connect to the DHCP Server.
Explanation:
When she powered on her computer, it should connect to the DHCP server to acquire an IP address. If the DHCP server is down, her system will assign itself an APIPA address in the range of 169.254.0.1 through 169.254.255.254, then sends a broadcast to ensure no other PC is currently using that address. Unfortunately, the address 169.254.17.200 that her system randomly chose is not on her network so she will not be able to communicate.
A user is constantly receiving error messages relating to the hard drive on his Windows workstation. What command-line utility would he use to verify the integrity of the drive?
The system tool used to verify disk integrity is chkdsk which is run from the system command prompt. When run with no parameters set, it will simply display the disk status, if the /r option is added to the command, chkdsk will locate bad sectors and attempt to recover lost data.
Domain access is not available with which Windows 10 OS edition?
Home edition
The Windows 10 Home edition is a functionally reduced version of the Windows OS and is designed for home and personal use. It does not offer domain access.
Pro, Pro for Workstations, and Enterprise all offer domain access.
What would likely be the issue if a person can print to their network printer but can’t connect to the internet?
The default gateway is down.
If the default gateway goes down, it would not affect the local area network so he would be able to print. However, if the default gateway went down, users would not be able to access the Internet.
What does the command netstat do?
used to display information about the current state of network connections. This is a helpful troubleshooting tool to aid any IT support team for a variety of issues, and certainly network issues in particular.
displays information about the IP address, port number, and connectivity state
What two commands will remove a directory in command line mode?
rd; rmdir
both mean (remove directory)
In the command line, you want to move back to the main directory after going down TWO directories. How would you do this?
Use “cd ../..”
The command CD (Change Directory) .. (two dots) means the directory above, so ../.. would move you up two directories.
What protocol would you use that would allow you to connect to remote user workstations to assist in the native OS interface?
RDP - Remote Desktop Protocol
RDP (Remote Desktop Protocol) provides the ability to remotely log in to computers to support remote users, among other uses. Once connected, this presents you with the same screen that a user would see on their end.
While you can connect to remote systems with Telnet and SSH, these options will only connect you to a command line or shell, not the default user interface of someone’s PC.
In Linux, what command do you enter to view a listing of the directory she is working on, as well as attributes of the files and any subdirectories?
ls -l
The command ls gives a listing of a directory (folder); the option -l gives a long listing, which includes attributes of files and folders.
What is the command that allows users to install new software packages on Debian-based Linux distributions?
The command apt-get allows a simple way to add new software packages to a Linux system.
Note: The latest research indicates that apt-get is not depreciated and is still used in operations like scripting.
In Windows OS, the net use command is used for -
displaying how drive letters are mapped to network shares
In Windows OS, the net user command is used to -
used for viewing user accounts on the OS. Lets you view all accounts on the host system.
In Linux, what command lets you create a new directory?
mkdir or md
(make directory)
While Windows may utilize both commands, Linux distributions only make use of the mkdir command to create new directories.
On Mac OS X, Time Machine does what?
When set, it will automatically perform backups hourly for a period of 24 hours.
Enabling Time Machine requires using an external storage media, such as an external hard drive or Time Capsule. When enabled, it will perform incremental or historical backups in this manner: hourly backups for the past 24 hours, daily backups for the past month, and weekly backups for all previous months. It’s also important to note that the oldest backups are deleted when your storage becomes full.
On Mac OS X, Disk Utility lets you -
runs first aid, partitions, erases, and unmounts a disk, as well as obtains information relating to the drive.
How can you manage all your app updates on Mac OS X?
The App Store.
The App Store allows users to manage updates and set up automatic installation of updates for the apps installed on your Mac. For updates pertaining to the OS, these can be found by going to the Apple Menu ==> System Preferences ==> Software Updates.