Chapter 5 Fundamentals of TCP/ IP Transport and Applications Flashcards

1
Q

The process by which a connection-oriented protocol creates a connection. With TCP, a connection is established by a three-way transmission of TCP segments.

A

Connection Establishment.

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

The process of discovering whether a data link level frame was changed during transmission. This process typically uses a Frame Check Sequence (FCS) field in the data link trailer.

A

Error Detection.

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

The process of noticing when some transmitted data was not successfully received and resending the data until it is successfully received.

A

Error Recovery.

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

The process of regulating the amount of data sent by a sending computer toward a receiving computer.

A

Flow Control.

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

Which Transport layer protocol provides error recovery and flow control?

A

TCP.

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

Which Transport layer protocol has a low overhead and therefore provides faster transmission speeds?

A

UDP.

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

Which Transport layer protocol is most suitable for voice over IP (VoIP) and video over IP and why?

A

UDP as no error recovery is required and transfer speed is the primary concern.

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

A multiplexing socket contains what three things?

A

An IP address, a transport protocol and a port number.

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

dynamic port numbers start at which number?

A

1024.

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

What is the function of Multiplexing?

A

It ensures that data is delivered to the correct applications.

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

A protocol that requires an exchange of messages before data transfer begins, or that has a required preestablished correlation between two endpoints.

A

A Connection Oriented Protocol e.g. TCP.

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

A protocol that does not require an exchange of messages and that does not require a preestablished correlation between two endpoints.

A

A Connectionless Protocol e.g. UDP.

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

Quality of Service considers which four competing characteristics?

A

Bandwidth, Delay, Jitter & Loss.

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

URL is an acronym for what?

A

Uniform Resource Locator.

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