Network security - topic 4 Flashcards

1
Q

What is malware?

A

Malicious software designed to damage or gain unauthorized access to a system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is phishing?

A

A scam where fake emails trick users into giving personal information (e.g. passwords).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a brute force attack?

A

An attack that tries many different passwords or PINs until it guesses correctly.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a denial of service (DoS) attack?

A

Flooding a server with traffic to overload it and make it crash or go offline.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is data interception?

A

When data is captured while being sent across a network (e.g. packet sniffing).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is packet sniffing?

A

Packet sniffing is when someone secretly watches data being sent over a network.
It can be used to steal private info, like passwords or messages, if the data isn’t protected.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How can you protect against it packet sniffing?

A

Use HTTPS websites

Avoid public Wi-Fi for logins

Use a VPN to encrypt your traffic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are packets?

A

Packets are small pieces of data that are sent across a network.
When you send something online, it’s split into packets, sent separately, and put back together at the other end

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does each packet contain?

A

A part of the data

The destination address (like where it’s going)

A number showing its order

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is SQL injection?

A

When malicious SQL code is entered into a form input to access or modify a database.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is social engineering?

A

Manipulating people into revealing confidential information (e.g. pretending to be IT support).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a firewall?

A

A security system that controls incoming and outgoing network traffic based on rules.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is encryption?

A

Scrambling data so that it can only be read with the correct key.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is penetration testing?

A

Simulated attacks on a system to find and fix vulnerabilities.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are user access levels?

A

Limits on what users can access or change based on their role (e.g. admin vs guest).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are strong passwords?

A

Passwords that are hard to guess, using a mix of letters, numbers, and symbols.

17
Q

What is anti-malware software?

A

Software that detects, blocks, and removes harmful programs like viruses.

18
Q

How does authentication help secure a system?

A

It checks user identity before giving access – e.g. password, fingerprint, 2FA.