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 operating system used
B. Authorization and intent
C. Technical skill level
D. The age of the hacker

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

13 What is a 'broadcast domain'?

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

14 What is the primary role of a Proxy Server?

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

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. Packet Filtering Firewall
C. Next-Generation Firewall
D. Application Gateway

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. An encrypted tunnel
D. A sub-network that exposes external-facing services to an untrusted network

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

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

18 The Android operating system is based on which kernel?

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

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

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

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

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

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

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

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

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

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

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

24 Which of the following is a symmetric encryption algorithm?

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

25 What is a major disadvantage of Symmetric Cryptography?

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

26 Asymmetric Cryptography is also known as:

A. Public-key cryptography
B. Secret-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 Private Key
B. Alice's Private Key
C. Alice's Public Key
D. Bob's Public Key

28 Which algorithm is a widely used Asymmetric cryptosystem?

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

29 What is the primary purpose of a Hashing algorithm?

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

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

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

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

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

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 intercepting and possibly altering communications between two parties
B. An attacker guessing the password
C. An attacker deleting the database
D. An attacker physically stealing the server

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

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

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

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

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

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

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

A. IPsec
B. HTTP
C. TLS (Transport Layer Security)
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 hide the message
D. To encrypt the message

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

A. It encrypts the traffic.
B. It creates the HTML content.
C. It hosts the website.
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. Obfuscation
B. Cryptography
C. Steganography
D. Hashing

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

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

42 What is a 'Gray Hat' hacker?

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

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

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

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

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

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

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

46 What is the macOS operating system derived from?

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

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

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

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

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

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

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

50 What is the standard port for HTTPS traffic?

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