protocol layers and encapsulation Flashcards

1
Q

what is a benefit of packet switching over circuit switching

A

packet switching allows more users to use the network

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

circuit switching; fdm

A

frequency division multiplexing; optical electromagnetic frequencies are divided into frequency bands and each call/user is allocated its own band and can only transmit at its max rate

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

circuit switching; tdm

A

time division multiplexing; time is divided into slots and each call is allocated periodic slots and can transmit at the max rate of the frequency band during its time slot

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

bit transmission

A

enables data communication

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

what are the four benefits of using the tcp/ip stack

A

structure
modularity
flexibility
extensibility

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

how does the tcp/ip stack add strcuture

A

tells us how to organise functionality and interoperability

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

interoperability

A

big networks are composed of different types of technology and the need to interoperate

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

how does the tcp/ip stack add modularity

A

makes it easy to maintain and update the system
allows the identification and relationship of custom system pieces

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

how does the tcp/ip stack add felxibility

A

you can reuse code across the network

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

how does the tcp/ip stack add extensibility

A

module implementations may change

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

what are the 2 benefits of the ISO model

A

allows applications to interpret the meaning of data
synchronisation check-pointing and recovery of data exchange

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

what happens in the application layer

A

exchanges messages to implement some application service using services of the transport layer

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

what does the transport layer do + encapsulation

A

protocol transfers from one process ot another using services from the network layer
encapsulates application layer messages with the transport layer header to create a transport layer segment

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

what does the network layer do + encapsulation

A

transfers the transport layer segment from one host to another using link layer services
encapsulates transport layer segment with network layer header to create network layer datagram

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

what does the link layer do + encapsulation

A

transfers the datagram from host to neighbouring host using network layer services
encapsulates network datagram with link layer header to create link layer frame

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