Time Left - 15:00 mins

Transport Layer

Attempt now to get your rank among 33 students!

Question 1

A leaky bucket with the capacity of a bucket of 200 MB is at the host network interface. The data rate on the network is 4 Mbyte per sec. If the host has 400 Mbytes to send onto the network and it sends the data in a burst, then the maximum data speed from the host in order that no data is lost is ___ in MBps [in integer]

Question 2

Consider the following statements regarding sockets and sockets API.

S1: Sockets allow communication between two different processes on the same or different machines.

S2: The client, after the creation of a socket, uses the connect( ) system call to establish a new TCP connection.

S3: The server uses a bind( ) system call to bind the socket to an address.

S4: The server uses a listen() system call to accept a connection.

Which of the above statements are correct?

Question 3

Suppose that the TCP entity receives a 3-megabyte file from the application layer and the IP layer is willing to carry blocks of a maximum size of 2000 bytes. The amount of overhead incurred from segmenting the file into packet sized units is :

Note: The size of the IP header and TCP header is 20 bytes.

Question 4

Consider the effect of using additive increase multiplicative decrease (AIMD) on a line with a propagation delay of 10 ms. Consider the initial threshold is 24 KB and the maximum segment size is 2 KB. The time out occurs at the 7th transmission and P is the congestion window size at the start of the 7th transmission, Q is the congestion window size at the start of the 10th transmission. Compute the value of P + Q in KB ?

Question 5Multiple Correct Options

Which of the following does UDP not guarantee?
  • 33 attempts
  • 0 upvotes
  • 0 comments
May 19GATE & PSU CS