Networking Flashcards

1
Q

What is a network?

A

Two 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 are protocols?

A

Sets of rules defining how two devices communicate with each other.

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

Why are protocols standard?

A

So that devices from different manufacturers don’t have problems communicating.

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

Describe 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
5
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
6
Q

What does IP stand for?

A

Internet Protocol.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
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’s being used for.

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

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

A

Establishes an end-to-end connection between the source and recipient computers. It also splits up the data into packets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
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
10
Q

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

A

Adds the MAC addresses to the packet.

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

What does the application layer do when it receives data?

A

Presents data in the form it was sent.

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

What does the transport layer do when it receives the data?

A

Removes the port number and reassembles the packets.

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

What does the network layer do when it receives the data?

A

Removes the IP addresses.

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

What does the link layer do when it receives the data?

A

Removes the MAC addresses.

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

What is a local area network?

A

A network spread over a small geographical area positioned on a single site.

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

What is a wide area network?

A

A network spread over a large geographical area usually requiring extra hardware.

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

What does DNS stand for?

A

Domain Name System.

18
Q

What is DNS?

A

The name given to the method of naming internet resources such as .com .uk etc.

19
Q

What is circuit switching?

A

The process of creating a direct link between two devices and transferring data during the entire duration of the link.

20
Q

What is a requirement of circuit switching?

A

The transfer and download rates must be identical on both devices.

21
Q

What is packet switching?

A

A method of communicating packets of data across a network.

22
Q

Give an advantage of packet switching.

A

Multiple methods to ensure data arrives correctly; multiple methods to arrive at the destination; if one breaks you can always go through another route; transfers packets over a very large network.

23
Q

Give a disadvantage of packet switching.

A

Time is spent deconstructing and reconstructing the packets.

24
Q

Give an advantage of circuit switching.

A

Data arrives in a logical order which results in a quicker reconstruction of data; enables two users to hold a call without any delay in speech.

25
Give two disadvantages of circuit switching.
Bandwidth is wasted during periods when no data is sent; devices must transfer and download at the same rate; switches introduce electrical interference which can corrupt or destroy data.
26
What does the header of a data packet contain?
The sender and recipient IP addresses protocols being used order of the packets and the time to live hop limit.
27
What does the packet payload contain?
The raw data.
28
What does the packet trailer contain?
The checksum or cyclic redundancy check.
29
What is the purpose of a firewall?
To prevent unauthorized access to a network.
30
What is a firewall made up of?
Two network interface cards and firewall software.
31
What is a proxy?
A web server that acts as an intermediary collecting and sending data on behalf of a user protecting their identity.
32
Give two advantages of using a proxy.
Allows users to remain anonymous; data can be cached making it faster to load; reduces web traffic.
33
What is the function of a network interface card?
Connects a computer to a network.
34
What is the function of a switch?
Directs the flow of data across a network commonly used in Star topologies.
35
What is the function of a router?
Connects two networks together.
36
What is the function of a gateway?
Connects two networks and translates protocols so they can communicate without any issues.
37
What is client-server networking?
A relationship between terminal computers and a single server which allows them to communicate and share resources.
38
Give an advantage of client-server networking.
Increased security; central single backups; data and resources can be shared.
39
Name a disadvantage of client-server networking.
Expensive to set up; trained staff are required to maintain the network.
40
What is peer-to-peer networking?
A network where the terminals are all connected to each other to share resources.
41
Give two advantages of peer-to-peer networks.
Cheaper to set up; easy to share resources; easy to maintain.
42
Give two disadvantages of peer-to-peer networks.
Peer-to-Peer networks can be used to contribute towards piracy; each computer has to be backed up independently.