Computer Networks
GATE Computer Networks - covers OSI model, protocols, IP addressing, network topologies, error detection, and network performance
Questions
Which of the following is not a function of data link layer?
- Flow control
- Error control
- Congestion control
- Framing
- Provides services to the network layer
What is the length of burst error if the sender sent 10100011 and corresponding receiver received 10111001?
- 1
- 2
- 3
- 4
- 5
Public key encryption makes use of which of the following?
- One key
- Two keys
- Hash function
- Digital signature
- No key
A Go-Back-N ARQ uses a window of size 7. How many bits are needed to define the sequence number?
- 3
- 7
- 8
- 4
- 14
Which of the following is an end to end layer?
- Data link layer
- Transport layer
- Session layer
- Network layer
- Physical layer
Which of the following is a class A host address?
- 130.215.8.145
- 198.70.51.10
- 130.215
- 128.10.3.8
- 36.56.0.10
Which of the following describes the drawback of leaky bucket algorithm solved in token bucket algorithm?
- Regulated packet flow
- Traffic shaping
- Congestion control
- Discards packets when the bucket fills up
- Rigid output pattern
Which of the following protocols is used to map the internet addresses to physical addresses at the network layer?
- ARP
- Reverse ARP
- DHCP
- ICMP
- Gateway
A certain population of ALOHA users manages to generate 100 request/sec. If the time slotted in units of 20 msec, find the channel load.
- 2.25
- 2
- 1.75
- 0.2
- 1.25
Given IP address 128.8.129.43 and the subnet mask 255.255.31.0. What is the subnet address?
- 128.8.129.0
- 128.8.1.0
- 128.0.0.0
- 128.8.1.1
- 128.8.55.0
What is the latency for a 5 MB message, if a bandwidth of the network is 1 Mbps. Assume that the distance between the sender and the receiver is 12,000 km and the light travels at 2.4 X 108 m/sec.
- 40.05 sec
- 42 sec
- 39.95 sec
- 41 sec
- 40 sec
File transfer protocol(ftp) uses which port number for data transfer?
- 25
- 110
- 20
- 21
- 23
If there are n devices (nodes) in a network,what is the number of cable links required for a mesh and a star topology respectively.
- n - 1, n (n - 1)/2
- n, n - 1
- n - 1, n
- n (n - 1)/2, n - 1
- n, n + 1
Which of the following is an application layer protocol?
- ICMP
- UDP
- IP
- TCP
- TELNET
Error Detection at Data link layer is achieved by
- Character Stuffing
- Bit Stuffing
- Encoding
- Cyclic Redundancy Check
- Character Count