TCP/IP Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Define protocols

A

The set of rules that computing devices follow in order to communicate.

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

What is a layer protocol stack?

A

A set of protocols that interact with one another, but are not concerned with how each other works.

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

What is TCP/IP?

A

A layered protocol stack that enables communication on the internet.

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

What is each layer in a stack responsible for?

A

A particular part of the process.

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

How does each layer in a stack interact?

A

The produce a result that is used by the next layer, being passed lower or higher.

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

Can layers be skipped?

A

No

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

What devices in the transmission use the layers?

A

Both the sending device and the receiving device use all layers of the stack.

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

What are the layers called and what is the order of the layers in a stack?

A

Application layer –> Transport layer –> Internet layer –> link layer
(Then the receiving device does the same but in reverse.)

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

What is the application layer responsible for?

A

It contains protocols that are responsible for how user applications, such as email and web browsers, package their data to be sent online.

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

What does the transport layer do?

A

The protocols in the transport layer establish a channel between the two devices and split the data into packets.

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

What happens in the internet layer (or network layer)?

A

Addressing is carried out. The addresses of the sending and receiving devices are added to the packet header.

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

What happens in the link layer (or network interface layer)?

A

It is responsible for transporting the raw data over the transmission medium. This includes generating the right type of signal for the connection type- light for fibre, electrical for ethernet, etc

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

What happens at the receiving computer when using TCP/IP?

A

1) the signal is translated into data
2) the addresses are taken of
3) the packets are reconstructed
4) the data is rendered for the application

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

What one bit of information enables each device to communicate?

A

The fact that each device connected to a network must use the same communication protocols. AKA “the same language”.

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