THE TRANSPORT LAYER

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/36

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

37 Terms

1
New cards

Multiplexing; Demultiplexing

_____________ means accepting items from more than one source ______________ means delivering items to more than one destination.

2
New cards

True

In the stop-and-wait protocol acknowledgement type is for individual packet

3
New cards

process-to-process

One of the main duties of the transport layer is to provide _________________ communication.

4
New cards

an IP address and a port number

A socket address is a combination of __________

5
New cards

Pushing; Pulling

_____________ means the producer delivers the items when they are produced. ________________ means the customer takes the items when it is ready to do so.

6
New cards

True

In the stop-and-wait protocol, the sender sends one data packet to the receiver and then stops and waits for the receiver to acknowledge it.

7
New cards

True

In the Go-Back-N protocol, if a sent frame found suspected or damaged then all the frames are retransmitted till the packet before the last successfully received packet

8
New cards

True

In the selective-repeat protocol, negative acknowledgement is for individual packet.

9
New cards

True

In the Go-Back-N protocol, acknowledgement type is cumulative.

10
New cards

True

In the selective-repeat protocol, only the suspected or damaged frames are retransmitted.

11
New cards

an ephemeral; a well-known

A client program normally uses _____________ port number. A server program normally uses ___________ port number.

12
New cards

transport

UDP and TCP are two protocols at the ___________ layer.

13
New cards

two

To use the services of UDP, we need _______________ socket addresses.

14
New cards

end-to-end

Communicaion at the transport layer is ____________

15
New cards

transport

UDP and TCP are two protocols at the ____________ layer

16
New cards

well-known; registered; dynamic or private

The ports ranging from 0 to 1,023 are called the _____________ ports. The ports ranging from 1,024 to 49,151 are called ____________ ports. The ports ranging from 49,152 to 65,535 are called the _________ ports.

17
New cards

the process running on the sending computer

The source port number on the UDP user datagram header defines ___________

18
New cards

port addresses

At the transport layer, to define the processes, we need two identifiers called ________________

19
New cards

datagrams

UDP packets are called ________________

20
New cards

connectionless, unreliable

UDP is a ________________________ transport protocol.

21
New cards

16

A port number is ____________ bits long

22
New cards

None of the above

Which of the following does UDP provide?

a. Flow Control

b. Connection-oriented delivery

c. Error control

d. All of the above

e. None of the above

23
New cards

User Datagram Protocol

UDP is an acronym for ___________

24
New cards

mandatory

The inclusion of the checksum in the TCP segment is ______________

25
New cards

byte-oriented

TCP is a ______________ protocol

26
New cards

congestion avoidance

In TCP's ____________________ algorithm the size of the congestion window increases additively until congestion is detected.

27
New cards

additively; congestion is detected

In the congestion avoidance algorithm, the size of the congestion window grows ________________

28
New cards

connection-oriented, reliable

TCP is a ____________________________ transport protocol

29
New cards

exponentially; it reaches a thresold

In the slow start algorithm, the size of the congestion window grows ______________ until _____________

30
New cards

slow start

In TCP's ______________ algorithm the size of the congestion window increases exponentially until it reaches a thresold

31
New cards

Congestion

_______________ control refers to the mechanisms and techniques to keep the load below the capacity

32
New cards

an acknowledgement mechanism

TCP uses ___________ to check the safe and sound arrival of data.

33
New cards

SYN flooding

The connection establishment procedure in TCP is susceptible to a serious security problem called the _____________ attack.

34
New cards

one

In TCP, an ACK segments that carry no data consumes _______________ sequence numbers(s).

35
New cards

reliable

TCP is a(n) _____________ transport protocol.

36
New cards

full-duplex

Communication in TCP is ______________

37
New cards

segment

TCP groups a number of bytes together into a packet called a ____________