Lecture 4 Flashcards

1
Q

What is TCP?

A

It is a communication protocol which falls under reliable delivery service.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
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
3
Q

How does TCP allow for multiple applications running on one node?

A

By the use of port numbers.

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

What is a socket?

A

An IP address and a port protocol number.

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

What is a TCP packet made up of?

A

TCP Header and TCP Data Area.

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

What type of duplex is TCP?

A

A full-duplex protocol.

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

What is the three way set-up process?

A

SYN, ACK, ACK

Request For Connection (SYN)
Respond to OK connection (ACK, SYN)
Request document (ACK, ACK)

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

What are the two modes of TCP operation?

A

Passive Open: Will accept an incoming connection.

Action Open: You have to request to establish a connection.

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

What is data?

A

A sequence of bytes divided into segments for transmission.

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

What is sliding window used for?

A

Efficient transmission

Flow control

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

What does the window mechanism do?

A

Decides how many packets should be sent before acknowledging the amount of packets received.

For example 7 packets, on the 7th packet the receiver takes the highest sequential number and adds one. That should be the next packet to be received.

If the number is correct then the window may increase, if it’s incorrect the packets are resent and the window is decreased.

The server controls the window.

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

What does a zero window size do?

A

Advertises stop transmitting!

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

How can you tell if there is congestion on the network?

A

There will be a large repeated amount of time-out and retransmission packets being sent.

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

What is the typical MTU in Ethernet LAN?

A

1500 bytes.

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