Potential Interview Questions !!!

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/36

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:41 AM on 7/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

37 Terms

1
New cards

What is the difference between encryption and hashing?

Encryption is reversible process of turning data to be unreadable through a algorithm & Key (two way) (RSA)

Hashing is a form of encryption that cant be decrypted, verifies integrity (one way) (SHA)

2
New cards
<p>What is the OSI model?</p>

What is the OSI model?

Operating system Interconnection, a international standard that defines a framework for protocols and networking components.

Standardizes how diverse communication systems interact

3
New cards

What is risk?

The possibility of suffering a harm or lost

4
New cards

What is a threat?

A circumstance or event with the potential to cause harm to an asset

5
New cards

What is a vulnerability?

An asset characteristic that can be exploited by a threat to cause harm. Also be the result of a lack of security or weakness in controls

6
New cards

Why are preventative controls better than detective controls? Why are detective controls better than preventative controls?

Detective control identify issues and used for quality control

Preventative controls stop issue before causing damage

7
New cards

What is the difference between a Host-based IDS (HIDS) and a Network-based IDS (NIDS)? When would you prefer one over the other?

8
New cards

How does signature-based detection differ from anomaly-based detection in IDS systems?

9
New cards

What are false positives and false negatives in IDS? Which is more dangerous in a production environment and why?

10
New cards

What is a subnet, and why is subnetting important for security?

The information that tells a device how to interpret the network and host portions of an IP address

Subnetting: The creation of a network within a network by by manipulating how an IP address is split into network and host portions

  • which limits the lateral movement of attacker

  • confines breaches to a single segment

11
New cards

How does TLS/SSL work at a high level?

12
New cards

What is a virus ?

Type of malicious software (malware) designed to attach itself to a legitimate file or program in order to spread from one system to another.

Objective : Modify information

Examples : Resident (hides in system) , boot sector (targets hard drive)

13
New cards

What is a worm?

similar to a virus but it does not modify the program. A type of malware that can replicate itself and spread across computers and networks without needing a host file or any user interaction.

Objective : is to eat at system resources

Examples: SQL Slammer (brought down banks, airlines, and emergency service due to internet congestion) Struxnet (targeted Iran nuclear facilities)

14
New cards

What is a Trojan ?

Malware that disguises itself as legitimate file or application to trick users into executing it. This creates back doors

15
New cards

Router

Directs data to correct direction, assigns IP addresses

16
New cards

Switch

Deals with local network so device gets correct packet

17
New cards

Hub

Sends data to every device, outdated

18
New cards

Access Point

Extends wireless connectivity for large coverage

19
New cards

Modem

connects devices in network to the internet with Internet service provider (ISP)

20
New cards

Gateway

Used when systems are not compatible for translation and connection

21
New cards

Network Interface Card (NIC)

Connects device to network

22
New cards

Proxy Server

Sits between device and internet for privacy

23
New cards

IDS

Intrusion detection system

24
New cards

IPS

Intrusion prevention system

25
New cards

IP Address

Tells the network where to deliver data, has 4 numbers (0-255)

26
New cards

Port

A logical endpoint (0-65535)

80 → HTTP (Web)

443 → HTTPS (Secure web)

22 → SSH (Remove access)

53 → DNS (Name lookup)

27
New cards

Client Server Model

Client Requests Servers Respond

28
New cards

Peer to Peer

Every device is both client and server

29
New cards

Bandwidth

Max data transferred per second, Mbps / Gbps

30
New cards

Latency

Time delay for data to reach destination, milliseconds lower is better

31
New cards

OSI Model :

32
New cards

OSI Model :

33
New cards

OSI Model : Session (Conversation Manager)

34
New cards

OSI Model : Transport (Delivery Guarantee)

delivery of data between applications and manages port numbers, layer 4

TCP is ordered connection oriented delivery

UDP is connectionless with no guaranteed delivery

35
New cards

OSI Model : Network (Logical addressing and routing)

Determines best path between networks with protocols, layer 3

36
New cards

OSI Model : Data Link (Local delivery and mac addressing)

Handles delivery within LAN and error detection with checksum, layer 2

37
New cards

OSI Model : Physical (The Actual Wire)

Deals media types and devices, layer 1