1.5: Network Topologies, Protocols and Layers - YK Flashcards

1
Q

What is a star network?

A

A network where all computers are connected to a central server or switch

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

What are the pros and cons of a star network?

A

Pros: network can be managed centrally, easy to add more computers, network still runs if one computer breaks
Cons: no computers will work if server breaks, needs specialist equipment (switch)

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

What is a mesh network?

A

Full mesh: every computer connected to every other computer, all computers equally important
Partial mesh: most computers connected to each other, all computers equally important

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

What are the pros and cons of a mesh network?

A

Pros: robust and reliable cabling method, not reliant on server (still works if any computer breaks)
Cons: requires lots of cabling (expensive)

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

What are WiFi frequencies and channels?

A

WiFi is a standard for connecting computers on a wireless network by sending data across radio waves
WiFi signals operate at different ranges of frequencies (of the radio waves) that are split into channels which can be different widths depending on the technology using them, changing to a different channel can reduce interference and improve performance

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

What is WiFi encryption?

A

To prevent the data from being accessed, WiFi signals are encrypted, the types (oldest-newest) are WEP, WPA, WPA2, WPA3

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

What is Ethernet?

A

A protocol that governs the transmission of data between devices using cables on a LAN, useful to connect nearby (<100m) devices (long distance - signal degrades), ethernet uses broadcast addressing so all devices receive every transmission then check if address is theirs, devices can only send data when no other devices are transmitting to avoid data collision so Ethernet system uses collision detection

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

What are IP and MAC addresses?

A

IP address is a unique identifying number given to everything connected to the internet which determines where data is sent to/from
MAC address is a unique number hard wired into every piece of networking equipment (doesn’t change)

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

What do the following protocols do?

TCP/IP, HTTP, HTTPS, FTP, POP, IMAP, SMTP

A

Transmission Control Protocol/Internet Protocol: for sending any data across internet
Hyper Text Transfer Protocol: for sending + receiving data about web pages
Hyper Text Transfer Protocol Secure: for sending + receiving encrypted data about web pages
File Transfer Protocol: for sending files
Post Office Protocol: for receiving emails
Instant Message Access Protocol: for receiving emails and syncing emails to the server
Simple Mail Transfer Protocol: for sending emails

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

What is a protocol?

A

Protocols establish how two computers send and receive a message

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

What are protocol layers?

A

Protocols aren’t just one process, so they are broken down into layers each with a different function (functions combined complete task of sending data)
Each protocol is different but an overarching model (OSI model) tries to show all the possible layers: application, presentation, session, transport, network, data link, physical

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

What is packet switching?

A

Data is split into packets (chunks of data); each packet is marked with sending + receiving IP address, sending + receiving MAC address, how many total packets, which numbered packet this one is; packets can take any route across internet; packets reassembled at the other end into original full message; if a packet is lost it can be requested again

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