Chapter 7: Transport Layer Flashcards

1
Q

What is the Transport Layer?

7.1.1.1

A

transport layer is responsible for establishing a temporary communication session between two applications

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

What is the primary responsibilities of transport layer protocols?
7.1.1.1

A

Tracking the individual communication between applications on the source and destination hosts

Segmenting data for manageability and reassembling segmented data into streams of application data at the destination

Identifying the proper application for each communication stream

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

What Protocol Does HTTP, FTP, TELNET, SMTP

7.1.1.8

A

TCP

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

What Protocol Does DNS, VoIP, IPTV

7.1.1.8

A

UDP

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

What Service use Both TCP and UDP

A

DNS, voIP, TFTP

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

What are the Well known Ports numbers range

7.1.2.8

A

0 - 1023

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

What are the registered Port Numbers range

7.1.2.8

A

1024 - 49151

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

What Command is used to check ports?

7.1.2.9

A

netstat

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

What is the main difference between TCP and UDP?

7.2.1.1

A

Reliability

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

What are the 3 Step for Connection?

7.2.1.3

A
  1. Send SYN
  2. SYN, ACK
  3. Established
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is URG?

7.2.1.3

A

Urgent pointer field significant

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

What is ACK?

7.2.1.3

A

Acknowledgement field significant

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

What is PSH?

7.2.1.3

A

Push function

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

What is RST?

7.2.1.3

A

Reset the connection

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

What is SYN?

7.2.1.3

A

Synchronize sequence numbers

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

What is FIN?

7.2.1.3

A

No more data from sender

17
Q

What is ISN mean?

7.2.2.1

A

Initial Sequence Number

18
Q

What does ISN represent?

7.2.2.1

A

Represents the starting value for the bytes for this session that is transmitted to the receiving application

19
Q

how large is the window size in the Flow Control

7.2.2.4

A

16-Bits