1.3-1.4 Topologies, networks, and security Flashcards

1
Q

What is an advantage of computer networks?

A

Share hardware resources like printers

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

What is a disadvantage of computer networks?

A

Additional hardware is needed to set up network, can be expensive

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

What are the two types of networks?

A

LAN
WAN

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

What is the difference between a LAN and WAN?

A

LAN - small geographical area. Hardware is usually owned and maintained by organisation that use it.
WAN - wide geographical area. Connections are usually hired from telecommunication company

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

What is a router?

A

Connects different networks together, most common is LAN to internet

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

Factors which affect the performance of a network? 4

A

Bandwidth
Number of users
Error rate
Transmission media

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

What is error rate?

A

Data packets colliding

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

What is bandwidth?

A

Amount of data transmitted in a period of time

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

How does number of users mean performance slows?

A

Large users, congestion, data packets queued before transmitted - bandwidth is shared across users

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

What is transmission media?

A

Wired, wireless, how fast the cables are

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

What does a switch do?

A

Allows multiple devices to be connected together

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

Advantages and disadvantages of client-server model?

A

AD- Activities can be controlled by server. Updates can be done by the server
DISAD- If server is unavailable, users cannot access files, server hardware is more expensive, malware only need to attack server to gain access to all

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

How does the peer to peer model work?

A

Connect all the computers to each other

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

Advantages and disadvantages of peer to peer model?

A

Easy to set up as cheap, if one device fails the rest work. DISAD, Updates have to be carried out individually

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

What does the domain name server do?

A

Connects each domain name ( name of website) to their IP adress

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

Advantages and disadvantages of wired and wireless networks?

A

Wired - AD-Faster speed, more reliable, DISAD-Expensive, hastle to put up.
Wireless - AD, No cables(more space), easy to add new device, DISAD, less secure, shorter range

17
Q

What are the two types of topologies?

18
Q

Explain star topology

A

Each computer/ client is connected to a switch/central point

19
Q

Advantages and disadvantages of star topology

A

AD-secure, easy to add new devices, if one client fails doesnt affect rest.
DISAD- lots of cables, expensive, if central point fails whole thing fails

20
Q

Explain mesh topology

A

All devices are connected, either indirectly or directly

21
Q

Advantages and disadvantages of mesh topology

A

AD - if one client fails it doesnt affect rest,
DISAD - very expensive, a lot of maintainence ( for wired mesh)

22
Q

What is the definition of malware?

A

Any kind of malicious software that is installed on a computer system with intent to cause damage

23
Q

What are the 7 threats to a network?

A

Malware
Phishing
Brute force attack
Denial of service attack
Data interception
SQL injection
People as a weak point

24
Q

What is phishing?

A

An online fraud technique designed to trick computer users into giving away personal information. Disguise themselves as a trusted company

25
What is brute force attack?
A trial-and-error method used via a computer program to decode encrypted data like passwords
26
What is Denial of service?
Flooding a server with useless traffic, causing it to become overloaded and unavailable.
27
What is data interception?
Monitoring data streams to and from a target to gather sensitive information.
28
What is SQL injection?
A code injection technique used to attack data-driven applications. Code can be entered into text boxes and is then executed by the server.
29
What is people as a weak point?
Not installing updates Not locking doors Sharing passwords Not encrypting data Not logging off
30
What does malware cover?
Viruses Trojans Ransomware Spyware Adware
31
Explain Viruses and worms
Viruses code is only run when host program is executed. Worms do not need to be hosted. Self replicating
32
Explain Trojans and ransomware
Trojans are programs which seen legitimate but arnt. Ransomware interfers with computer operation unless a sum of money is paid
33
What is spyware?
Spyware gathers information and sends it to the criminal, like key strokes to obtain password.
34
How can you prevent malware?
Install anti-virus and anti-spy software. Implement user access levels Educate users about the risks of opening unknown sources
35
How can you prevent people being a weak point?
Educate users so they are aware of criminal tactics. Ensure network and security polices are followed
36
How can you prevent brute force attacks?
Use long passwords Limit amount of password attempts allowed Use two factor authentication
37
How can you prevent denial of service attacks?
Install firewall to reject packets Configure a firewall to restrict number of packets allowed in a time frame
38
How can you prevent SQL injection?
Input sanitation - removing special characters and SQL commands from input before processing it Dont permit certain characters
39
How can you prevent data interception and theft?
Strong encryption Ensure websites use HTTPS connections Do not use unencrypted free wifi