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

Protocols are standard 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

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
address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
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
11
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
12
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
13
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
14
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
15
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
16
Q

What does DNS stand for?

A

Domain Name System

17
Q

What is DNS?

A

The name given to the method of naming
internet resources. (.com, .uk etc)

18
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.

19
Q

What is a requirement of circuit
switching?

A

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

20
Q

What is packet switching?

A

A method of communicating packets of
data across a network

21
Q

Give an advantage of packet switching

A
  • Multiple methods to ensure data arrives correctly,
  • Multiple methods to arrive to destination, if one breaks you
    can always go through another route.
  • Transfer packets over a very large network
22
Q

Give a disadvantage of packet switching

A
  • Time is spent deconstructing and
    reconstructing the packets
23
Q

Give an advantage of circuit switching

A
  • 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.
24
Q

Give two disadvantages of circuit switching

A
  • 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
25
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
26
What does the packet payload contain?
The raw data
27