TCP Features Flashcards

1
Q

Name this TCP feature:
Syn-Syn/Ack-Ack; Fin-Ack-Fin-Ack

A

Connection oriented

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

In TCP, sequence numbers are used for

A

ordered delivery

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

In TCP, acknowledgement ensures

A

reliable service

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

In TCP, window and rate control maintains

A

flow and congestion control

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

In TCP, ports allow

A

multiplexing

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

TCP lets us use

A

segmentation

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

Does UDP keep track of the state of communication?

A

No, it’s a stateless protocol

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

With UDP, reliability is handled by the

A

application

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

Live video and voice are only perfect for UDP if the data is

A

delivered quick and can tolerate some data loss

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

What are pieces of communication in UDP called?

A

Datagrams

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

What is an advantage of UDP?

A

It has low overhead (8 bytes)

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

Datagrams are sent as best-effort by the ________ layer protocol

A

transport

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

Which is better here: UDP or TCP?

This application depends on the network for congestion and flow control

A

TCP

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

Which is better here: UDP or TCP?

This is a file transfer application that requires zero data loss, and no misordering

A

TCP

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

Which is better here: UDP or TCP?

This is a short session, transactional application such as DNS and DHCP where the app can recover from packet loss

A

UDP

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

Which is better here: UDP or TCP?

This is an interactive application that includes voice and video conferencing which are tolerant to small levels of loss

A

UDP