1
GATE CSE 2016 Set 1
Numerical
+2
-0
An IP datagram of size 1000 bytes arrives at a router. The router has to forward this packet on a link whose MTU (maximum transmission unit) is 100 bytes. Assume that the size of the IP header is 20 bytes.

The number of fragments that the IP datagram will be divided into for transmission is ________.

Your input ____
2
GATE CSE 2016 Set 1
Numerical
+2
-0
For a host machine that uses the token bucket algorithm for congestion control, the token bucket has a capacity of 1 megabyte and the maximum output rate is 20 megabytes per second. Tokens arrive at a rate to sustain output at a rate of 10 megabytes per second. The token bucket is currently full and the machine needs to send 12 megabytes of data. The minimum time required to transmit the data is __________ seconds.
Your input ____
3
GATE CSE 2016 Set 1
MCQ (Single Correct Answer)
+1
-0.3
Which of the following is/are example(s) of stateful application layer protocols?

(i) HTTP
(ii) FTP
(iii) TCP
(iv) POP3

A
(i) and (ii) only
B
(ii) and (iii) only
C
(ii) and (iv) only
D
(iv) only
4
GATE CSE 2016 Set 1
MCQ (Single Correct Answer)
+2
-0.6
Consider that B wants to send a message m that is digitally signed to A. Let the pair of private and public keys for A and B be denoted by $$K_x^ - $$ and $$K_x^ + $$ for x = A, B, respectively. Let Kx(m) represent the operation of encrypting m with a key Kx and H(m) represent the message digest. Which one of the following indicates the CORRECT way of sending the message m along with the digital signature to A?
A
$$\left\{ {m,K_B^ + \left( {H\left( m \right)} \right)} \right\}$$
B
$$\left\{ {m,K_B^ - \left( {H\left( m \right)} \right)} \right\}$$
C
$$\left\{ {m,K_A^ - \left( {H\left( m \right)} \right)} \right\}$$
D
$$\left\{ {m,K_A^ + (m)} \right\}$$