1.3.3. Networks Flashcards

1
Q

What is a network?

A

2 or more computers connected together, that transmit data

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

What is a physical topology?

A

the physical layout of the network

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

What is logical topology?

A

the topology that describes the flow of data through a network

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

What is a bus topology?

A

topology where all terminals are connected to a backbone cable

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

What are 2 advantages of the bus topology?

A
  • cheaper to set up - does not require any additional hardware
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are 3 disadvantages of the bus topology?

A
  • if backbone cable fails, the entire network is diconnected - as traffic increases, performance decreases - all computer can see data transmission
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a star topology?

A

a network where a central node directs the flow of data, and each terminal is connected to the central node

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

What are 3 advantages of the star toplogoy?

A
  • no data collisions - if one cable fails, only that station is affected - data is transmitted faster
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are 2 disadvantages of the star topology?

A
  • expensive due to switch and cabling - if the central switch fails, the entire network fails
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a mesh topology?

A

a toplogoy where every node is connected to every other node, most commonly found with wireless technology

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

What are 3 advantages of mesh topology?

A
  • no cabling cost - as the numer of nodes increases, reliability and speed increase - data travels faster as it does not travel through a central switch
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are 2 disadvantages of the mesh topology?

A
  • need to purchse devices with wireless capabilities - maintaining the network is difficult
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are protocols?

A

a set of rules defining how 2 devices communicate with eachother

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

Why are protocols standard?

A

so devices from different manufacturers dont have problems communicating

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

What is the structure of the internet?

A

the internet is a global network of interconnected networks

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

What does TCP stand for?

A

transmission control protocol

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

What does IP stand for?

A

internet protocol

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

What is the function of the application layer during data transmission?

A

the application layer specifies what protocols need to be used, to relate the application to what it is being used for

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

What is the 2 roles of the transport layer during data transmission?

A
  • to establish an end-to-end connection between the source and destination computer - to split up data into packets
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What is the role of the network layer during data transmission?

A

adds the source and destination IP addresses

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

What is the function of the link layer during packet transmission?

A

adds the MAC addresses to the packet

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

What does the application layer do when it recieves data?

A

presents data in the form it was sent

23
Q

What does the transport layer do when it recieves data?

A

removes the port number and reassembles the packets

24
Q

What does the network layer do when it recieves data?

A

removes the IP adresses

25
What does the link layer do when it recieves data?
removes the MAC address
26
What is a local area network?
a network spread over a small geographical area or positioned on a single site
27
What is a wide area network?
a network spread over a large geographical area, usually requiring extra hardware
28
What does DNS stand for?
domain name system
29
What is DNS?
the name given to the method of naming internet resources (.com, .co.uk etc)
30
What is circuit switching?
the process of creating a direct link between 2 devices and data is transferred the entire duration of the link
31
What is a requirement of circuit switching?
the transfer and download rates must be identical on both devices
32
What is packet switching?
a method of communicating packets of data across a network
33
What are 2 advantages of packet switching?
- there are mulitple methods to arrive at a destination, so if one breaks you can take another route - packets can be transferred over a very large network, such as the internet
34
What is a disadvantage of packet switching?
time is spent deconstructing and reconstrucing packets
35
What are 2 advantages of circuit switching?
- data arrives in a logical order, which results in a quicker reconstruction of data - it enables 2 users to hold a call without any delay in speech
36
What are 2 disadvantages of circuit switching?
- devices must download and transfer at the same rate - switches introduce electrical interference, which can corrupt or destroy data
37
What 4 things does the header of a data packet contain?
1. the source and destination IP address 2. protocols being used 3. order of the packets 4. the time to live limit
38
What does the packet payload contain?
the raw data
39
What does the packet trailer contain?
the checksum or cyclic reduncdancy check
40
What is the purpose of a firewall?
to prevent unauthorised access to a network
41
What 2 things is a firewall made up of?
- 2 network interface cards - firewall sofware
42
What is a proxy?
a web server that acts as an intermediary, collecting and sending data on behalf of a user, protecting their identity
43
What are 3 advantages of using a proxy?
- allows users to remain anonymous - data can be cached, making it faster to load - reduces web traffic
44
What is the function of a network interface card?
to connect a computer to a network
45
What is the function of a switch?
to direct the flow of data across a network, commonly used in star topologies
46
What is the function of a router?
to connect 2 networks together
47
What is the function of a gateway?
to connect 2 networks and translate protocols, so they can communicate without any issues
48
What is client-server networking? (2 things)
- a relationship between terminals (computer) and a single server, - which allows them to communicate and share resources
49
What are 3 advantage of client-server networking?
- increased security - central single backups - data and resources can be shared
50
What are 2 disadvantages of client-server networking?
- expensive to set up - trained staff are required to maintain the network
51
What is peer-to-peer networking?
a network where the terminals are all connected to each other to share resources
52
What are 3 advantages of peer-to-peer networks?
- cheaper to set up - easy to maintain - easy to share resources
53
What are 2 disadvantages of peer-to-peer networks?
- they can be used to contribute towards piracy - each computer has to be backed up independently