Basic Cybersecurity Questions & Answers
Q: What is cybersecurity?
A: Cybersecurity is the practice of protecting systems, networks, and data from digital attacks,
unauthorized access, and damage.
Q: What is the difference between a virus and a worm?
A: A virus needs a host file and spreads through human action, while a worm is self-replicating and
spreads automatically over networks.
Q: What is a firewall?
A: A firewall is a network security device or software that monitors and filters incoming and outgoing
network traffic based on security rules.
Q: What is encryption?
A: Encryption converts data into a coded format to prevent unauthorized access. Only someone with
the decryption key can read it.
Q: What is phishing?
A: Phishing is a social engineering attack where attackers trick users into giving sensitive
information via fake emails or websites.
Q: What is the difference between symmetric and asymmetric encryption?
A: Symmetric encryption uses the same key for encryption and decryption. Asymmetric uses a
public and a private key.
Q: What is 2FA or MFA?
A: Two-Factor or Multi-Factor Authentication requires users to provide two or more verification
factors to gain access.
Q: What is a DDoS attack?
A: A Distributed Denial-of-Service (DDoS) attack overwhelms a server or network with traffic,
making it unavailable.
Q: What is the CIA Triad in cybersecurity?
A: CIA stands for Confidentiality, Integrity, and Availability - the three core principles of
cybersecurity.
Q: What is penetration testing?
A: Penetration testing is an authorized simulated cyberattack to identify and fix vulnerabilities in a
system.
Q: Name some basic cybersecurity tools.
A: Wireshark, Nmap, Burp Suite, Kali Linux, Metasploit.