Skip to main content

10 Routing Protocol MCQ

10 multiple-choice questions on Routing protocol s with explanations, useful for UGC NET, SET, GATE, ISRO, and other competitive exams.


Question 1: Purpose of Routing Protocols

Q1: What is the primary purpose of a routing protocol?

  • A) To assign IP addresses to devices

  • B) To determine the best path for data packets to reach their destination

  • C) To encrypt data during transmission

  • D) To physically connect different networks

Answer: B) To determine the best path for data packets to reach their destination
Explanation: Routing protocols help routers determine the most efficient path for data transmission across a network, ensuring fast and reliable communication.


Question 2: Classification of Routing Protocols

Q2: Routing protocols can be broadly classified into which two main categories?

  • A) TCP and UDP

  • B) Distance Vector and Link-State

  • C) IPv4 and IPv6

  • D) Static and Dynamic

Answer: B) Distance Vector and Link-State
Explanation: Routing protocols are categorized as Distance Vector (e.g., RIP), which use hop count for route selection, and Link-State (e.g., OSPF), which consider network topology.


Question 3: Distance Vector Routing Protocol

Q3: Which of the following is an example of a Distance Vector routing protocol?

  • A) OSPF

  • B) RIP

  • C) BGP

  • D) IS-IS

Answer: B) RIP
Explanation: Routing Information Protocol (RIP) is a Distance Vector protocol that determines routes based on hop count, making it simple but less scalable.


Question 4: Link-State Routing Protocol

Q4: Which of the following is a Link-State routing protocol?

  • A) RIP

  • B) OSPF

  • C) BGP

  • D) EIGRP

Answer: B) OSPF
Explanation: Open Shortest Path First (OSPF) is a Link-State protocol that uses Dijkstra’s algorithm to compute the shortest path.


Question 5: Routing in Large Networks

Q5: Which routing protocol is best suited for large-scale networks like the Internet?

  • A) RIP

  • B) OSPF

  • C) BGP

  • D) EIGRP

Answer: C) BGP
Explanation: Border Gateway Protocol (BGP) is the de facto protocol used for routing between Autonomous Systems (AS) on the Internet, making it ideal for large networks.


Question 6: Hybrid Routing Protocol

Q6: Which of the following is a Hybrid routing protocol?

  • A) RIP

  • B) OSPF

  • C) EIGRP

  • D) IS-IS

Answer: C) EIGRP
Explanation: Enhanced Interior Gateway Routing Protocol (EIGRP) combines features of both Distance Vector and Link-State protocols for efficiency and scalability.


Question 7: Administrative Distance

Q7: What is the administrative distance of RIP?

  • A) 120

  • B) 110

  • C) 90

  • D) 170

Answer: A) 120
Explanation: Administrative Distance (AD) is a measure of a protocol’s trustworthiness. RIP has an AD of 120, making it less preferred than OSPF (110) and EIGRP (90).


Question 8: Routing Table Update Interval in RIP

Q8: How often does RIP update its routing table?

  • A) Every 10 seconds

  • B) Every 30 seconds

  • C) Every 60 seconds

  • D) Every 90 seconds

Answer: B) Every 30 seconds
Explanation: RIP sends updates to its neighboring routers every 30 seconds, which can lead to slower convergence compared to modern protocols.


Question 9: Protocol for Wireless Networks

Q9: Which routing protocol is commonly used in wireless ad-hoc networks?

  • A) OSPF

  • B) RIP

  • C) AODV

  • D) BGP

Answer: C) AODV
Explanation: Ad-hoc On-Demand Distance Vector (AODV) is a routing protocol specifically designed for wireless ad-hoc networks, enabling dynamic route discovery.


Question 10: Convergence Speed

Q10: Which routing protocol has the fastest convergence time?

  • A) RIP

  • B) OSPF

  • C) BGP

  • D) EIGRP

Answer: D) EIGRP
Explanation: EIGRP uses an advanced Diffusing Update Algorithm (DUAL), which allows rapid convergence by maintaining backup routes in its topology table.

Comments

Popular posts from this blog

Top 5 Safe Chat Apps for Kids with Parental Controls

Now a days kids are growing up with technology at their fingertips. While communication apps help children stay connected with family and friends, safety remains a top concern for parents. Unregulated platforms can expose children to inappropriate content, online predators, and cyberbullying. That’s why choosing a kid-friendly chat app with parental controls is essential. To help parents find the best options, we’ve compiled a list of the top five safest chat apps for kids that offer safe and controlled environment. 1. Messenger Kids (By Meta) Best for: Safe video calls and text messaging with parental supervision Features: Parents approve all contacts No ads or in-app purchases Fun filters, stickers, and games Monitored messaging and activity reports Why It’s Safe: Messenger Kids is designed for children under 13 and requires parental approval for every contact. Parents can monitor chats and control screen time through the Parent Dashboard. Download Messenger Kids 2...

10 Distance Vector and Link-State Routing MCQ

  10 multiple-choice questions  on  Distance Vector and Link-State Routing with explanations, useful for  UGC NET, SET, GATE, ISRO, and other competitive exams . Question 1: Basic Concept of Distance Vector Routing Q1: In a distance vector routing protocol, how do routers share routing information? A) By flooding the entire network with routing updates B) By periodically exchanging routing tables with their immediate neighbors C) By using a link-state database to determine the shortest path D) By dynamically updating paths based on link failure reports Answer: B) By periodically exchanging routing tables with their immediate neighbors Explanation: In Distance Vector Routing, routers share their routing tables with neighbors at regular intervals, leading to a simple but slow convergence mechanism. Question 2: Example of Distance Vector Routing Protocol Q2: Which of the following is an example of a Distance Vector routing protocol? A) OSPF ...