Introduction to Computer Security

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

1/20

flashcard set

Earn XP

Description and Tags

This set of flashcards covers fundamental computer security concepts including network communication, types of attacks, and key security strategies.

Last updated 3:28 AM on 12/16/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

21 Terms

1
New cards

Router

A device that relays packets between networks and controls how packets are sent.

2
New cards

Switch

A device that sends packets only to the specific port for the destination computer.

3
New cards

Hub

A device that broadcasts packets to all connected devices, leading to unnecessary traffic.

4
New cards

Data Packets

Units of data sent over a network containing source and destination information, data payload, and transmission instructions.

5
New cards

Malware

Malicious software designed to harm or exploit any programmable device or network.

6
New cards

Distributed Denial of Service (DDoS) attack

An attack involving multiple attackers that floods the target with traffic.

7
New cards

Denial of Service (DoS) attack

An attack carried out by a single attacker to overwhelm a system.

8
New cards

Intrusion Attack

An attempt to gain unauthorized access to a system or network.

9
New cards

Session Hijacking

A serious threat that allows an attacker to take over a user’s session.

10
New cards

Encryption

The process of converting data into a format that cannot be read by unauthorized users.

11
New cards

Least Privilege

A principle that ensures users or services are granted only the access required to perform their tasks.

12
New cards

Firewall

A barrier between a trusted internal network and untrusted external networks that controls the flow of network traffic.

13
New cards

Non-repudiation

Ensures that a sender cannot deny having sent a message, typically achieved using digital signatures.

14
New cards

Layered Security

Using multiple security measures to protect both the perimeter and internal systems of a network.

15
New cards

CIA Triad

The three pillars of network security: Confidentiality, Integrity, and Availability.

16
New cards

Social Engineering

Exploiting human behavior and trust to gain access to systems.

17
New cards

White Hat Hacker

An ethical hacker who identifies and reports vulnerabilities to improve security.

18
New cards

Black Hat Hacker

A hacker who exploits vulnerabilities for malicious purposes.

19
New cards

Buffer Overflow

Occurs when a program writes more data to a buffer than it can hold, allowing attackers to inject code.

20
New cards

SQL Injection

A technique where attackers insert malicious SQL queries into input fields of a website.

21
New cards

Honey Pot

A decoy system set up to attract attackers, simulating vulnerabilities to monitor and log attack activities.