adplus-dvertising

Welcome to the Networking MCQs Page

Dive deep into the fascinating world of Networking with our comprehensive set of Multiple-Choice Questions (MCQs). This page is dedicated to exploring the fundamental concepts and intricacies of Networking, a crucial aspect of GATE CSE Exam. In this section, you will encounter a diverse range of MCQs that cover various aspects of Networking, from the basic principles to advanced topics. Each question is thoughtfully crafted to challenge your knowledge and deepen your understanding of this critical subcategory within GATE CSE Exam.

frame-decoration

Check out the MCQs below to embark on an enriching journey through Networking. Test your knowledge, expand your horizons, and solidify your grasp on this vital area of GATE CSE Exam.

Note: Each MCQ comes with multiple answer choices. Select the most appropriate option and test your understanding of Networking. You can click on an option to test your knowledge before viewing the solution for a MCQ. Happy learning!

Networking MCQs | Page 9 of 15

Q81.
Which one of the following socket API functions converts an unconnected active TCP socket into a passive socket.
Discuss
Answer: (c).listen
Q82.
Packets of the same session may be routed through different paths in
Discuss
Answer: (b).TCP and UDP
Q83.
The maximum window size for data transmission using the selective reject protocol with n-bit frame sequence numbers is:
Discuss
Answer: (b).2^(n-1)
Q84.
Which of the following functionalities must be implemented by a transport protocol over and above the network protocol ?
Discuss
Answer: (d).End to end connectivity
Discuss
Answer: (b).It does three way handshake before sending datagrams
Q86.
Suppose two hosts use a TCP connection to transfer a large file. Which of the following statements is/are False with respect to the TCP connection?

1. If the sequence number of a segment is m, then the sequence
number of the subsequent segment is always m+1.
2. If the estimated round trip time at any given point of time
is t sec, the value of the retransmission timeout is always
set to greater than or equal to t sec.
3. The size of the advertised window never changes during the
course of the TCP connection.
4. The number of unacknowledged bytes at the sender is always
less than or equal to the advertised window
Discuss
Answer: (b).1 and 3 only
Q87.
A link has a transmission speed of 10^6 bits/sec. It uses data packets of size 1000 bytes each. Assume that the acknowledgment has negligible transmission delay, and that its propagation delay is the same as the data propagation delay. Also assume that the processing delays at nodes are negligible. The efficiency of the stop-and-wait protocol in this setup is exactly 25%. The value of the one-way propagation delay (in milliseconds) is ___________.
Discuss
Answer: (c).12
Q88.
Identify the correct order in which a server process must invoke the function calls accept, bind, listen, and recv according to UNIX socket API.
Discuss
Answer: (b).bind, listen, accept, recv
Q89.
Assume that the bandwidth for a TCP connection is 1048560 bits/sec. Let α be the value of RTT in milliseconds (rounded off to the nearest integer) after which the TCP window scale option is needed. Let β be the maximum possible window size with window scale option. Then the values of α and β are
Discuss
Answer: (c).500 milliseconds 65535 × 2^14
Q90.
Consider the following statements.

I. TCP connections are full duplex.
II. TCP has no option for selective acknowledgment
III. TCP connections are message streams.
Discuss
Answer: (a).Only I is correct

Suggested Topics

Are you eager to expand your knowledge beyond Networking? We've curated a selection of related categories that you might find intriguing.

Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!