NOCTI Information Technology Fundamentals 2 — Questions and Answers
Question 1: What is the primary purpose of a firewall in network security?
- To speed up internet connections
- To monitor and control incoming and outgoing network traffic based on security rules (Correct answer)
- To store backup copies of data
- To provide wireless connectivity
Correct answer: To monitor and control incoming and outgoing network traffic based on security rules
A firewall monitors and filters network traffic based on predetermined security rules, acting as a barrier between trusted internal networks and untrusted external networks.
Firewalls operate at various levels: packet-filtering, stateful inspection, application-layer, and next-generation firewalls. They can be hardware-based, software-based, or cloud-based. Proper firewall configuration follows the principle of least privilege, blocking all traffic by default and only allowing specifically authorized communications.
Question 2: What does the term 'cloud computing' refer to?
- Storing data on weather satellites
- Delivering computing services over the internet on a pay-as-you-go basis (Correct answer)
- Using computers in high-altitude locations
- A type of data encryption
Correct answer: Delivering computing services over the internet on a pay-as-you-go basis
Cloud computing delivers computing services including servers, storage, databases, networking, and software over the internet on a flexible, pay-as-you-go basis.
The three main service models are IaaS (virtual machines, storage), PaaS (development platforms and tools), and SaaS (complete applications). Deployment models include public, private, and hybrid cloud. Benefits include scalability, cost efficiency, reliability, and accessibility. Major providers include AWS, Microsoft Azure, and Google Cloud Platform.
Question 3: What is the function of an IP address?
- To encrypt data transmitted over the internet
- To uniquely identify a device on a network (Correct answer)
- To increase internet speed
- To block unauthorized access to a computer
Correct answer: To uniquely identify a device on a network
An IP address is a unique numerical identifier assigned to each device on a network, enabling devices to locate and communicate with each other.
IPv4 addresses use 32 bits expressed as four octets (e.g., 192.168.1.100). IPv6 uses 128 bits, providing virtually unlimited addresses. IP addresses can be static or dynamic (assigned by DHCP). Private IP addresses are used within local networks. Network Address Translation (NAT) allows multiple devices with private IPs to share a single public IP address.
Question 4: What is the difference between a virus and malware?
- They are the same thing
- A virus is a specific type of malware; malware is the broader category (Correct answer)
- Malware is less dangerous than a virus
- Viruses only affect hardware; malware only affects software
Correct answer: A virus is a specific type of malware; malware is the broader category
Malware is the umbrella term for all harmful software, while a virus is one specific type of malware that replicates by inserting itself into other programs.
Types of malware include viruses, worms, trojans, ransomware, spyware, adware, rootkits, and keyloggers. Protection requires a layered approach: updated antivirus software, OS patches, firewalls, email filtering, user education, and regular backups.
Question 5: What does HTTPS indicate in a web address?
- The website loads faster than HTTP sites
- The connection between your browser and the website is encrypted and secure (Correct answer)
- The website is hosted on a private server
- The website requires a paid subscription
Correct answer: The connection between your browser and the website is encrypted and secure
HTTPS indicates that the communication between your browser and the web server is encrypted using TLS/SSL, protecting data from interception.
HTTPS adds encryption via TLS. During connection, the server presents its digital certificate to verify its identity, and all subsequent data is encrypted. HTTPS protects login credentials, financial data, and personal information. Modern browsers flag HTTP sites as Not Secure, and Google uses HTTPS as a ranking signal.
Question 6: What is a database management system (DBMS)?
- A type of spreadsheet application
- Software that manages the storage, retrieval, and organization of data in databases (Correct answer)
- A physical server that stores all company files
- A network monitoring tool
Correct answer: Software that manages the storage, retrieval, and organization of data in databases
A DBMS is software that provides a systematic way to create, retrieve, update, and manage data in databases.
Major types include relational DBMS (MySQL, PostgreSQL, SQL Server), NoSQL DBMS (MongoDB, Redis), and NewSQL (CockroachDB). Key functions include ACID compliance for transaction reliability, backup and recovery, access control, query optimization, and indexing for performance.
What is the primary purpose of a firewall in network security?