Unit 1 - Practice Quiz

INT244 50 Questions
0 Correct 0 Wrong 50 Left
0/50

1 What is the primary difference between a 'Black Hat' hacker and a 'White Hat' hacker?

A. The age of the hacker
B. The operating system used
C. Authorization and intent
D. Technical skill level

2 Which term refers to the pre-computer era practice of manipulating telephone networks?

A. Phishing
B. Sniffing
C. Spoofing
D. Phreaking

3 Which phase of the ethical hacking methodology involves gathering information about a target without directly interacting with it?

A. Active Scanning
B. Gaining Access
C. Passive Reconnaissance
D. Enumeration

4 In the context of hacking methodologies, what is the primary goal of 'Clearing Tracks'?

A. To install a backdoor
B. To crash the system
C. To avoid detection and maintain access
D. To steal data

5 Which type of penetration testing is performed with no prior knowledge of the target system?

A. Gray Box
B. Crystal Box
C. Black Box
D. White Box

6 What is the specific legal requirement that distinguishes an ethical hacker from a malicious hacker?

A. A Certified Ethical Hacker (CEH) certification
B. Written permission from the owner
C. Using Linux exclusively
D. Only hacking during business hours

7 Which OSI model layer is primarily responsible for logical addressing and routing?

A. Layer 4 (Transport)
B. Layer 7 (Application)
C. Layer 3 (Network)
D. Layer 2 (Data Link)

8 Which protocol is connection-oriented and ensures reliable data delivery?

A. ICMP
B. UDP
C. TCP
D. IP

9 Which TCP/IP port is the default for unencrypted web traffic (HTTP)?

A. Port 80
B. Port 443
C. Port 22
D. Port 21

10 Which port would an administrator typically use for secure remote command-line access to a Linux server?

A. Port 25 (SMTP)
B. Port 22 (SSH)
C. Port 23 (Telnet)
D. Port 110 (POP3)

11 What is the primary function of the Domain Name System (DNS) running on Port 53?

A. Sending emails
B. Resolving domain names to IP addresses
C. Transferring files
D. Assigning IP addresses to devices

12 How does a network switch differ from a network hub?

A. A switch cannot connect multiple devices.
B. A switch broadcasts data to all ports.
C. A switch sends data only to the specific recipient MAC address.
D. A switch operates at Layer 3.

13 What is a 'broadcast domain'?

A. A group of devices that receive broadcast frames originating from any device in the group
B. A domain used for TV broadcasting
C. A specific IP address range for servers
D. The range of a WiFi signal

14 What is the primary role of a Proxy Server?

A. To physically connect cables
B. To act as an intermediary between a client and a server
C. To route packets between different networks
D. To generate encryption keys

15 Which type of firewall filters traffic based on source, destination, port, and protocol without tracking the state of connections?

A. Stateful Inspection Firewall
B. Application Gateway
C. Packet Filtering Firewall
D. Next-Generation Firewall

16 What is a DMZ (Demilitarized Zone) in network security?

A. A network segment with no security
B. A zone where military software is tested
C. A sub-network that exposes external-facing services to an untrusted network
D. An encrypted tunnel

17 Which file system is native to the Windows Operating System?

A. APFS
B. NTFS
C. HFS+
D. EXT4

18 The Android operating system is based on which kernel?

A. Windows NT
B. Darwin
C. Linux Kernel
D. Hybrid Kernel

19 In Linux, which user account has unrestricted access to all commands and files?

A. System
B. Admin
C. SuperUser
D. Root

20 Which component in Windows stores low-level settings for the OS and installed applications?

A. The Registry
B. Kernel
C. System32
D. Active Directory

21 The Caesar Cipher is an example of which type of cryptography?

A. Asymmetric Encryption
B. Hashing
C. Transposition Cipher
D. Substitution Cipher

22 Which machine was used by the Germans in WWII for encryption and famously broken by Alan Turing?

A. The Colossus
B. The Sigaba
C. The Enigma
D. The Lorenz

23 In Symmetric Cryptography, how many keys are used for the encryption and decryption process?

A. One
B. Two
C. Three
D. Four

24 Which of the following is a symmetric encryption algorithm?

A. ECC
B. Diffie-Hellman
C. AES
D. RSA

25 What is a major disadvantage of Symmetric Cryptography?

A. It increases file size.
B. Key distribution and sharing is difficult.
C. It cannot be implemented on mobile devices.
D. It is slower than asymmetric cryptography.

26 Asymmetric Cryptography is also known as:

A. Secret-key cryptography
B. Public-key cryptography
C. Block cipher
D. One-way cryptography

27 In an asymmetric encryption scenario, if Alice wants to send a confidential message to Bob, which key does she use to encrypt the message?

A. Bob's Public Key
B. Bob's Private Key
C. Alice's Public Key
D. Alice's Private Key

28 Which algorithm is a widely used Asymmetric cryptosystem?

A. RSA
B. DES
C. AES
D. 3DES

29 What is the primary purpose of a Hashing algorithm?

A. To encrypt data for confidentiality
B. To verify data integrity
C. To compress data
D. To create a communication tunnel

30 Which of the following is a characteristic of a secure hash function?

A. It is a one-way function.
B. It uses two keys.
C. It is reversible (two-way).
D. It produces variable length output.

31 What is a 'Collision' in the context of hashing?

A. When two different inputs produce the same hash output
B. When a hash function crashes
C. When encryption and decryption happen simultaneously
D. When data is lost during hashing

32 Which hashing algorithm is considered insecure today due to collision vulnerabilities?

A. SHA-256
B. MD5
C. SHA-3
D. Whirlpool

33 What is the 'Man-in-the-Middle' (MITM) attack in the context of cryptography?

A. An attacker guessing the password
B. An attacker intercepting and possibly altering communications between two parties
C. An attacker physically stealing the server
D. An attacker deleting the database

34 IPsec is primarily used to secure which type of connection?

A. Virtual Private Networks (VPNs)
B. Web browsing (HTTPS)
C. File storage
D. Email transmission

35 What are the two main modes of operation for IPsec?

A. Block and Stream
B. Tunnel and Transport
C. Public and Private
D. Open and Closed

36 What is PGP (Pretty Good Privacy) primarily used for?

A. Securing hard drives
B. Securing WiFi passwords
C. Securing routing tables
D. Securing email communications

37 Which protocol succeeded SSL (Secure Sockets Layer) to provide secure web browsing?

A. HTTP
B. TLS (Transport Layer Security)
C. IPsec
D. SSH

38 What is the purpose of a Digital Signature?

A. To verify authenticity and non-repudiation
B. To compress the message
C. To encrypt the message
D. To hide the message

39 In the context of SSL/TLS, what role does a Certificate Authority (CA) play?

A. It encrypts the traffic.
B. It hosts the website.
C. It creates the HTML content.
D. It acts as a trusted third party that issues digital certificates.

40 Which cryptographic concept refers to hiding a secret message within an ordinary file, like an image?

A. Hashing
B. Obfuscation
C. Steganography
D. Cryptography

41 Which phase of hacking involves scanning the network for specific IP addresses and open ports?

A. Maintaining Access
B. Reconnaissance
C. Gaining Access
D. Scanning

42 What is a 'Gray Hat' hacker?

A. Someone who hacks without permission but often without malicious intent, and may disclose vulnerabilities to the owner
B. A hacker who only uses old hardware
C. A hacker who is retired
D. Someone who hacks for government agencies

43 In a TCP header, which flag is used to initiate a connection?

A. RST
B. ACK
C. FIN
D. SYN

44 Which network device operates at Layer 1 (Physical Layer) of the OSI model?

A. Router
B. Hub
C. Firewall
D. Switch

45 Which command is commonly used to test the reachability of a host on an IP network?

A. ping
B. ipconfig
C. netstat
D. nslookup

46 What is the macOS operating system derived from?

A. Unix (BSD)
B. Solaris
C. MS-DOS
D. Linux

47 Which of the following describes 'Salting' in cryptography?

A. Encrypting the data twice
B. Changing the algorithm frequently
C. Using a longer key
D. Adding random data to a password before hashing it

48 What is the main security risk of using WEP (Wired Equivalent Privacy) for WiFi?

A. It is too slow.
B. It uses a static key that is easily cracked.
C. It requires a wired connection.
D. It is not compatible with modern phones.

49 In the context of firewalls, what does 'Ingress Filtering' refer to?

A. Filtering internal traffic
B. Filtering traffic entering the network
C. Filtering traffic leaving the network
D. Filtering based on time of day

50 What is the standard port for HTTPS traffic?

A. 80
B. 21
C. 8080
D. 443