Fundamentals of Networking Flashcards

1
Q

What is a computer network?

A

Two or more computers connected together, in order to share resources/ data.

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

What are the advantages of using a network?

A

Users can share files
Users can share peripherals (e.g. printers and connections to other networks e.g. the internet)
Users can access their files from any computer on the network
Servers can control security, software updates and backup of data
Communication with other people

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

What are the disadvantages of using a network?

A

Increased security risk to data
Malware and viruses can spread easily between computers
If a server fails, the connected nodes may not work either
The computer may run slower if there is lots of data travelling on the network

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

What is PAN?

A

Personal Area Network - A network of personal devices, which can be linked using Bluetooth. It is owned by a single person

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

What is LAN?

A

Local Area Network - A network spanning over a small geographical area. Usually owned by a single person or organisation.
They are wired with UTP cable, optic fibres or wireless with Wi-Fi

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

What is WAN?

A

Wide Area Network - A network spanning over a large geographical area. Usually under collective or distributed ownership. Biggest example is the internet.
They are connected with telephone lines, optic cables or satellite links.

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

What are the advantages of wired networks?

A

Faster than wireless networks
Add more pls

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

What are the disadvantages of wired networks?

A

Not portable.
Inconvenient to have lots of cables running through the home.

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

What are the advantages of wireless networks?

A

Portable connection
Running lots of cables through a home is impractical

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

What are the disadvantages of wireless networks?

A

Radio signals may be disrupted due to interference

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

What are the two types of LAN topologies?

A

Bus and Star

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

Describe the setup of bus topology

A

All computers and peripherals are connected to a single bus. Computers can send messages and data across the bus, which are the received by other devices connected to the network

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

Describe the setup of star topology

A

All devices are connected to a central hub. Messages/ data are passed through the hub and the delivered to the intended recipient.

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

What are the advantages and disadvantages of using bus topology?

A

Adv: Easy to extend a bus
Reliable and easy to understand

Dis: If the central bus breaks the entire network fails and all computers lose connection.
Only one computer can send a message through the backbone at a time, meaning the speed of the network can be affected by the number of computers attached.

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

What are the advantages and disadvantages of using star topology?

A

Adv: If one cable breaks it doesn’t affect the entire network.
It’s easy to add new computers to the network without disrupting the others.
Fastest type of network - each computer has its own dedicated supply line, so avoids ‘data clashes’

Dis: If the hub stops working, the entire network stops working.
More expensive - more cabling.

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

Why is network security important?

A

To prevent unauthorised users from entering the network

17
Q

What are some types of network security?

A

Authentication
Encryption
Firewall
MAC Address Filtering

18
Q

Explain how authentication works

A

A user will enter a username or password (or equivalent) into a system to determine whether they are allowed entry. The system will match the entered details to ones already stored on the system, and if they match, it means the user is who they are intended to be and be allowed entry.

19
Q

Explain how encryption works

A

Encryption is the process of turning plaintext into an unreadable form. It doesn’t prevent hacking, but makes the code unreadable to unauthorised users. Only users with an encryption key can translate the cyphertext back into its original form.

20
Q

Explain how firewall works

A

A firewall is software or hardware that has been configured to only let specific types of traffic into and out of networks. The network manager is able to open or close ports depending on the type of traffic they want to use for the network.

21
Q

Explain how MAC address filtering works

A

MAC address is unique per device, therefore the network manager can create a more secure network by using the address to limit the devices on the network. They can do this by having either:
Whitelist - only devices on this list can access the network, more secure but is extra work for the network manager.
Blacklist - devices on this list are banned from the network, less secure but easier to maintain.

22
Q

What is a network protocol?

A

A set of rules that devices must follow to communicate.

23
Q

What is the TCP/IP model?

A

A framework for organising the set of communication protocols used in networks.

24
Q

What are the layers of the TCP/IP model and what are their functions?

A

Application Layer - where applications (such as web browsers and email programs) operate.
Transport Layer - breaks down the message into small segments called packets. Each packet is given a packet number, and total number of packets.
Internet Layer - adds the sender’s and recipient’s IP address to the packet. It packages data to make it ready for transmission and routes the packets across the network.
Link Layer - the hardware and os drivers are on this layer.

25
Q

Which protocols operate on the application layer and what are their functions?

A

HTTP - governs communication between webserver and client, a way for the client and server to receive requests and deliver HTML web pages.
HTTPS - a more secure version of HTTP, includes encryption to allow provide security over sensitive information.
FTP - governs the transmission of files across a network and the internet
IMTP - governs receiving emails from email severs
SMTP - governs sending emails over a network to a mail server.

26
Q

Which protocols operate on the transport layer and what are their functions?

A

UDP - similar to TCP, but messages are sent, instead of packets. It’s sometimes faster and good for video calls.
TCP - provides error free transmission between two routers

27
Q

Which protocol operates on the internet layer and what is its function?

A

IP - routes packets across a wide area network. Gives each device a unique IP address.

28
Q

What is Wi-Fi?

A

A set protocols used for wireless communication

29
Q

What is Ethernet?

A

A standard set of protocols used in LANs