Web Page

Concept of layering.OSI and TCP/IP Protocol Stacks; Basics of packet, circuit and virtual circuit-switching; Data link layer: framing, error detection, Medium Access Control, Ethernet bridging; Routing protocols: shortest path, flooding, distance vector and link state routing; Fragmentation and IP addressing, IPv4, CIDR notation, Basics of IP support protocols (ARP, DHCP, ICMP), Network Address Translation (NAT); Transport layer: flow control and congestion controlUDPTCP, sockets; Application layer protocols: DNS, SMTP, HTTP, FTPEmail.

.$$\scriptsize{\overset{{\large{\textbf{Mark Distribution in Previous GATE}}}}{\begin{array}{|c|c|c|c|c|c|c|c|}\hline
\textbf{Year}& \textbf{2024-1} & \textbf{2024-2} & \textbf{2023}&  \textbf{2022} & \textbf{2021-1}&\textbf{2021-2}&\textbf{Minimum}&\textbf{Average}&\textbf{Maximum}
\\\hline\textbf{1 Mark Count} & 3&3&2& 2 &1&1&1&2&3
\\\hline\textbf{2 Marks Count} & 3&3&3& 4 &4&3&3&3.33&4
\\\hline\textbf{Total Marks} & 9&9&8& 10 &9&7&\bf{7}&\bf{8.67}&\bf{10}\\\hline
\end{array}}}$$

Previous GATE Questions in Computer Networks

#101
4.1k
views
3 answers
11 votes
Purpose of a start bit in $\text{RS-232}$ serial communication protocol is:to synchronize receiver for receiving every byteto synchronize receiver for receiving a sequenc...
#102
9.9k
views
6 answers
20 votes
One of the header fields in an IP datagram is the Time-to-Live (TTL) field. Which of the following statements best explains the need for this field?It can be used to prio...
#103
24.8k
views
4 answers
48 votes
Consider a network with five nodes, $N1$ to $N5$, as shown as below.The network uses a Distance Vector Routing protocol. Once the routes have been stabilized, the distanc...
#104
40.2k
views
7 answers
74 votes
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 t...
#105
26.5k
views
8 answers
78 votes
Consider a source computer $(S)$ transmitting a file of size $10^{6}$ bits to a destination computer $(D)$ over a network of two routers $(R_{1}\text{ and }R_{2})$ and th...
#106
10.0k
views
3 answers
30 votes
Consider the different activities related to email.$\text{m1}:$ Send an email from mail client to mail server$\text{m2}:$ Download an email from mailbox server to a mail ...
#107
17.2k
views
3 answers
42 votes
A layer-$4$ firewall (a device that can look at all protocol headers up to the transport layer) CANNOTblock entire $\text{HTTP}$ traffic during $9:00PM$ and $5:00AM$block...
#108
22.0k
views
10 answers
49 votes
An $IP$ router with a $\text{Maximum Transmission Unit (MTU)}$ of $1500$ bytes has received an $IP$ packet of size $4404\text{ bytes}$ with an $IP$ header of length $20\t...
#109
22.3k
views
11 answers
80 votes
Every host in an $\textsf{IPv4}$ network has a $1\text{-second}$ resolution real-time clock with battery backup. Each host needs to generate up to $1000$ unique identifie...
#110
17.9k
views
6 answers
50 votes
An IP router implementing Classless Inter-domain Routing (CIDR) receives a packet with address $131.23.151.76$. The router's routing table has the following entries:$$\be...
#111
17.1k
views
9 answers
46 votes
Host A (on TCP/IP v4 network A) sends an IP datagram D to host B (also on TCP/IP v4 network B). Assume that no error occurred during the transmission of D. When D reaches...
#112
22.9k
views
7 answers
49 votes
A bit-stuffing based framing protocol uses an $\text{8-bit}$ delimiter pattern of $01111110.$ If the output bit-string after stuffing is $01111100101,$ then the input bit...
#113
11.9k
views
5 answers
29 votes
In the following pairs of OSI protocol layer/sub-layer and its functionality, the INCORRECT pair is Network layer and RoutingData Link Layer and Bit synchronizationTransp...
#114
15.4k
views
5 answers
50 votes
An IP machine $Q$ has a path to another $IP\ machine\ H$ via three $IP\ routers \ R1, R2,$ and $R3$.$Q-R1-R2-R3-H$$H$ acts as an $\text{HTTP}\ server$, and $Q$ connects t...
#115
19.5k
views
4 answers
54 votes
Consider the store and forward packet switched network given below. Assume that the bandwidth of each link is $10^6$ bytes / sec. A user on host $A$ sends a file of size ...
#116
18.5k
views
4 answers
41 votes
In the diagram shown below, $L1$ is an Ethernet LAN and $L2$ is a Token-Ring LAN. An $IP$ packet originates from sender $S$ and traverses to $R$, as shown. The links with...
#117
11.5k
views
3 answers
34 votes
Which of the following socket API functions converts an unconnected active TCP socket into a passive socket?$\textsf{connect}$$\textsf{bind}$$\textsf{listen}$$\textsf{acc...
#118
9.4k
views
5 answers
21 votes
Which of the following is TRUE about the interior gateway routing protocols $-$ Routing Information Protocol $(RIP)$ and Open Shortest Path First $(OSPF)$RIP uses distanc...
#119
23.5k
views
5 answers
55 votes
Consider the diagram shown below where a number of LANs are connected by (transparent) bridges. In order to avoid packets looping through circuits in the graph, the bridg...
#120
42.7k
views
8 answers
48 votes
Station $A$ needs to send a message consisting of $9$ packets to Station $B$ using a sliding window (window size $3$) and go-back-$n$ error control strategy. All packets ...