A highly popular method used to prepare for the GATE Exam is to sincerely practise all the previous years’ GATE Questions. Candidates can practise, analyse and understand concepts while solving them. It will also help you strengthen your time management skills. We have attempted to compile, here in this article, a collection of GATE Questions on Computer Networks.
Candidates are urged to practise these Computer Networks GATE previous year questions to get the best results. Computer Networks is an important topic in the GATE CSE question paper, and solving these questions will help the candidates to prepare more proficiently for the GATE exams. Meanwhile, candidates can find the GATE Questions for Computer Networks here, in this article below, to solve and practise before the exams. They can also refer to the GATE previous year question papers and start preparing for the exams.
GATE Questions on Computer Networks
-
- The value of 351 mod 5 is_________
(GATE CSE 2019)
-
-
- 0
- 2
- 5
- 10
-
Answer (b)
-
- A sender S sends a message m to receiver R, which is digitally signed by S with its private key. In this scenario, one or more of the following security violations can take place.
I. S can launch a birthday attack to replace m with a fraudulent message
II. A third party attacker can launch a birthday attack to replace m with a fraudulent message
III. R can launch a birthday attack to replace m with a fraudulent message
Which of the following are possible security violations?
(GATE CSE 2017 Set 1)
-
-
- I and II only
- I only
- II only
- II and III only
-
Answer (b)
-
- Anarkali digitally signs a message and sends it to Salim. Verification of the signature by Salim requires
(GATE CSE 2016 Set 2)
-
-
- Anarkali’s public key
- Salim’s public key
- Salim’s private key
- Anarkali’s private key
-
Answer (a)
-
- Suppose everyone in a group of N people wants to communicate secretly with the N – 1 others using a symmetric key cryptographic system. The communication between any two persons should not be decodable by the others in the group. The number of keys required in the system as a whole to satisfy the confidentiality requirement is
(GATE CSE 2016 Set 2)
-
-
- 2N
- N(N-1)
- \(\begin{array}{l}\frac{N(N-1)}{2}\end{array} \)
- \(\begin{array}{l}(N-1)^{2}\end{array} \)
-
Answer (c)
-
- A link has a transmission speed of 106 bits/sec. It uses data packets of size 1000 bytes each. Assume that the acknowledgement has negligible transmission delay, and that its propagation delay is the same as the data propagation delay. Also assume that the processing delays at the 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 ___________
(GATE CSE 2015 Set 2)
-
-
- 10
- 12
- 15
- 20
-
Answer (b)
-
- A bit-stuffing based framing protocol uses an 8-bit delimiter pattern of 01111110. If the output bit-string after stuffing is 01111100101, then the input bit-string is
(GATE CSE 2014 Set 3)
-
-
- 0111110100
- 0111110101
- 0111111101
- 0111111111
-
Answer (b)
-
- Assume that you have made a request for a web page through your web browser to a web server. Initially the browser cache is empty. Further, the browser is configured to send HTTP requests in non-persistent mode. The web page contains text and five very small images. The minimum number of TCP connections required to display the web page completely in your browser is ______
(GATE CSE 2020)
-
-
- 0
- 1
- 10
- 6
-
Answer (d)
-
- Identify the correct sequence in which the following packets are transmitted on the network by a host when a browser requests a web page from a remote server, assuming that the host has just been restarted
(GATE CSE 2016 Set 2)
-
-
- HTTP GET request, DNS query, TCP SYN
- DNS query, HTTP GET request, TCP SYN
- DNS query, TCP SYN, HTTP GET request
- TCP SYN, DNS query, HTTP GET request
-
Answer (c)
-
- Which of the following is/are example(s) of stateful application layer protocols?
I. HTTP
II. FTP
III. TCP
IV. POP3
(GATE CSE 2016 Set 1)
-
-
- I and II only
- II and III only
- II and IV only
- IV only
-
Answer (c)
-
- Which one of the following protocols is NOT used to resolve one form of address to another one?
(GATE CSE 2016 Set 1)
-
-
- DNS
- ARP
- DHCP
- RARP
-
Answer (c)
-
- Consider the following statements about the functionality of an IP based router.
I. A router does not modify the IP packets during forwarding.
II. It is not necessary for a router to implement any routing protocol.
III. A router should reassemble IP fragments if the MTU of the outgoing link is larger than the size of the incoming IP packet.
Which of the above statements is/are TRUE?
(GATE CSE 2020)
-
-
- I and II only
- II only
- I only
- II and III only
-
Answer (b)
-
- Host A (on TCP/IPv4 network A) sends an IP datagram D to host B (also on TCP/IPv4 network B). Assume that no error occurred during the transmission of D. When D reaches B, which of the following IP header field(s) may be different from that of the original datagram D?
I. TTL
II. Checksum
III. Fragment Offset
(GATE CSE 2014 Set 3)
-
-
- I only
- II and III only
- I and II only
- I, II and III
-
Answer (d)
-
- Consider the following three statements about link state and distance vector routing protocols, for a large network with 500 network nodes and 4000 links
Which one of the following is correct about S1, S2, and S3?
(GATE CSE 2014 Set 1)
-
-
- S1, S2 and S3 are all true
- S1, S2 and S3 are all false
- S1 and S2 are true, but S3 is false
- S1 and S3 are true, but S2 is false
-
Answer (d)
-
- Which one of the following is TRUE about the interior gateway routing protocols – Routing Information Protocol (RIP) and Open Shortest Path First (OSPF)?
(GATE CSE 2014 Set 2)
-
-
- RIPL uses distance vector routing and OSPF uses link state routing
- OSPF uses distance vector routing and RIP uses link state routing
- Both RIP and OSPF use link state routing
- Both RIP and OSPF use distance vector routing
-
Answer (a)
-
- In the following pairs of OSI protocol layer/sub-layer and its functionality, the INCORRECT pair is
(GATE CSE 2014 Set 3)
-
-
- Network layer and Routing
- Transport layer and End-to-end process communication
- Data Link Layer and Bit synchronisation
- Medium Access Control sub-layer and Channel sharing
-
Answer (c)
Keep learning and stay tuned to get the latest updates on GATE Exam along with GATE Eligibility Criteria, GATE 2023, GATE Admit Card, GATE Syllabus, GATE Previous Year Question Paper, and more.
Also Explore,
- Types of Servers in Computer Network
- Full-Duplex Mode in Computer Networks
- ALOHA in Computer Network
- Ethernet in Computer Networks
- Firewall in Computer Networks
- Flooding in Computer Networks
- Computer Networks GATE Questions
- Packet Switching in Computer Network
- Routing Algorithms in Computer Networks
- Types of Servers in Computer Network
- Internetworking in Computer Network
- Switch in Computer Network
Comments