71. | Host X has IP address 192.168.1.97 and is connected through two routers R1 and R2 to another host Y with IP address 192.168.1.80. Router R1 has IP addresses 192.168.1.135 and 192.168.1.110. R2 has IP addresses 192.168.1.67 and 192.168.1.155. The netmask used in the network is 255.255.255.224. Given the information above, how many distinct subnets are guaranteed to already exist in the network? |
Discuss |
Answer: (c).3
|
72. | The transport layer protocols used for real time multimedia, file transfer, DNS and email, respectively are: |
Discuss |
Answer: (c).UDP, TCP, UDP and TCP
|
73. | Which of the following transport layer protocols is used to support electronic mail? |
Discuss |
Answer: (c).TCP
|
74. | Consider an instance of TCP’s Additive Increase Multiplicative Decrease (AIMD) algorithm where the window size at the start of the slow start phase is 2 MSS and the threshold at the start of the first transmission is 8 MSS. Assume that a timeout occurs during the fifth transmission. Find the congestion window size at the end of the tenth transmission. |
Discuss |
Answer: (c).7 MSS
|
75. | A layer-4 firewall (a device that can look at all protocol headers up to the transport layer) CANNOT |
Discuss |
Answer: (d).block TCP traffic from a specific user on a multi-user system during 9:00PM and 5:00AM
|
76. | While opening a TCP connection, the initial sequence number is to be derived using a time-of-day(ToD) clock that keeps running even when the host is down. The low order 32 bits of the counter of the ToD clock is to be used for the initial sequence numbers. The clock counter increments once per millisecond. The maximum packet lifetime is given to be 64s. Which one of the choices given below is closest to the minimum permissible rate at which sequence numbers used for packets of a connection can increase? |
Discuss |
Answer: (a).0.015/s
|
77. | Which of the following system calls results in the sending of SYN packets? |
Discuss |
Answer: (d).connect
|
78. | In the slow start phase of the TCP congestion control algorithm, the size of the congestion window |
Discuss |
Answer: (d).increases exponentially
|
79. | Which one of the following uses UDP as the transport protocol? |
Discuss |
Answer: (c).DNS
|
80. | Let the size of congestion window of a TCP connection be 32 KB when a timeout occurs. The round trip time of the connection is 100 msec and the maximum segment size used is 2 KB. The time taken (in msec) by the TCP connection to get back to 32 KB congestion window is _________. |
Discuss |
Answer: (a).1100 to 1300
|