1.3.3 Networks 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 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

why is protocol layering used?

A

-breaks tasks down into manageable units
-to apply protocols in order / one after the other
-to provide independence of layers

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

what is the Internet?

A

a global network of interconnected networks

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

what does IP stand for?

A

Internet Protocol

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

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

A

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
9
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
10
Q

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

A

adds the source and destination IP address

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 address

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

17
Q

what does DNS stand for?

A

Domain Name System

18
Q

what is DNS?

A

the method of naming internet resources (com, .uk etc)

19
Q

what is circuit switching?

A

the process of creating a direct link
between two devices and transferring data 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 a requirement of circuit
switching?

A

the transfer and download rates must be identical on both devices

22
Q

what is packet switching?

A

a method of communicating packets of data across a network

23
Q

what are benefits of packet switching?

A

-multiple methods to ensure data arrives correctly
-multiple methods to arrive to destination, if one breaks can always go through another route
-transfer packets over a very large network

24
Q

what are drawbacks of packet switching?

A

time is spent deconstructing
and reconstructing the packets

25
what are benefits of circuit switching?
-data arrives in logical order which results in a quicker reconstruction of data -enables two users to hold a call without any delay in speech
26
what are drawbacks 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
27
what does the header of a data packet contain?
- the sender and recipient IP addresses - protocols being used - order of the packets - The time to live / hop limit
28
what does the packet payload contain?
the raw data
29
what does the packet trailer contain?
the checksum or cyclic redundancy check
30
what is client-server networking?
a relationship between terminals (computers) and a single server which allows them to communicate, and share resources
31
what are benefits of client-server networking?
-increased security -central single backups -data and resources can be shared
32
what are drawbacks of client-server networking?
-expensive to set up -trained staff are required to maintain the network
33
what is peer-to-peer networking?
a network where the terminals are all connected to each other to share resources
34
what are benefits of peer-to-peer networks?
-cheaper to set up -easy to share resources -easy to maintain
35
what are drawbacks of peer-to-peer networks?
-can be used to contribute towards piracy -each computer has to be backed up independently