This storage technology is based on spinning disks and is commonly found in desktop computers and servers.
What is a hard disk drive (HDD)?
This type of database model organizes data into tables, with each table containing rows and columns.
What is a relational database model?
This type of attack involves overwhelming a system or network with traffic in order to make it unavailable to users.
What is a distributed denial-of-service (DDoS) attack?
This protocol is used to assign IP addresses automatically to devices on a network.
What is DHCP (Dynamic Host Configuration Protocol)?
This command is used to display the IP address configuration of a network interface.
What is ipconfig?
This term refers to the amount of time it takes for a hard drive's read/write head to move to a specific location on the disk.
What is seek time?
This type of database language is used to create, modify, and query relational databases.
What is SQL (Structured Query Language)?
This type of authentication uses physical characteristics, such as fingerprints or facial recognition, to verify a user's identity.
What is biometric authentication?
This type of network address is used to uniquely identify a device on a network, and is typically expressed as a series of four numbers separated by dots.
What is an IP address?
The keyboard shortcut to access Task Manager in Windows?
What is Ctrl + Shift + Esc?
This type of RAID configuration provides data redundancy by writing data across multiple drives and requires a minimum of three drives.
What is RAID 5?
This type of database model represents data as a network of interconnected nodes or objects.
What is an object-oriented database model?
This type of attack involves tricking a user into disclosing confidential information, such as passwords or credit card numbers.
What is a phishing attack?
This type of network address is used to identify a specific device on a network, and is typically assigned by the device's manufacturer.
What is a MAC address (Media Access Control address)?
This command is used to ping a network device to test its connectivity in a command-line interface.
What is ping?
This data storage technology uses a laser to read and write data on a spinning disc and is commonly found in optical drives and media such as CDs and DVDs.
What is optical storage?
This type of database component is responsible for enforcing data integrity rules and relationships between tables.
What is the database management system (DBMS) or database software?
This security protocol is commonly used to encrypt wireless network traffic.
What is WPA2 (Wi-Fi Protected Access II)?
This type of network protocol is used to resolve human-readable domain names into IP addresses.
What is DNS (Domain Name System)
What command can be used in Windows to access the System Information tool?
What is msinfo32?
This technology allows multiple hard drives to be combined into a single logical volume that appears as one drive to the operating system.
What is RAID (Redundant Array of Independent Disks)?
* Daily Double *
This database design principle states that each table in a database should have a unique identifier, or primary key.
What is the principle of entity integrity?
This type of security control is designed to prevent data loss by limiting who can access, modify, or delete specific files or resources.
What is access control?
This layer of the OSI model is responsible for managing data transmission over the physical network medium.
What is the physical layer?
This command is used to restart a Windows server from the command line.
What is shutdown /r?