This section contains carefully selected MCQs and Previous Year Questions with explanations to help students understand concepts and prepare effectively for examinations, interviews, and competitive tests.
Q: 1Which of the following is true for Circuit Switching handling multiple simultaneous connections?
Option C
In Circuit Switching, a dedicated physical path (circuit) is created between the sender and receiver before communication starts. This path remains reserved for the entire duration of the call.
So, when multiple users communicate at the same time, each user gets a separate circuit.
Q: 2Which of the following statements is true regarding classful and classless routing protocols?
Option C
In computer networks, routing protocols are used by routers to share information about available paths so data can reach its destination efficiently. These routing protocols are broadly classified into classful and classless types.
Classful routing protocols like RIPv1 and IGRP were introduced early in networking when IP addressing followed fixed class boundaries, Class A, B, and C networks. These protocols do not include subnet mask information in their routing updates. As a result, all subnets within the same major network must use the same subnet mask. This limitation makes them incompatible with Variable Length Subnet Masking (VLSM), where different subnets can have different mask lengths to optimize IP address usage.
In contrast, classless routing protocols like RIPv2, OSPF, and EIGRP, include the subnet mask information in every routing update. This allows routers to support VLSM and CIDR (Classless Inter-Domain Routing), providing better flexibility and efficient use of IP addresses.
Q: 3Which of the following protocol may be used as zeroconf and plug-and-play?
Option A
Zeroconf (Zero Configuration) and Plug-and-Play mean that a device should automatically get network settings without manual configuration. The protocol that helps devices automatically get an IP address, subnet mask, and other settings is DHCP (Dynamic Host Configuration Protocol).
Q: 4Routing algorithm which does not base their routing decisions on measurements or estimates of the current traffic and topology belongs to which category?
Option D
Routing Algorithms are used in computer networks to determine the best path for transferring data packets from source to destination. Routing algorithms are mainly divided into two categories:
Adaptive Routing Algorithms are routing algorithms that make routing decisions based on current network conditions such as traffic load, congestion, delays, and changes in network topology.
These algorithms dynamically update routing paths to select the most efficient route for data transmission.
A Non-Adaptive Algorithm does not change its routing decisions according to current network traffic, congestion, or topology changes. The routes are fixed and predefined.
Q: 5Which is true about OSPF Routing protocol?
Option D
OSPF (Open Shortest Path First) is a link-state Interior Gateway Protocol (IGP) used for routing within a single Autonomous System (AS), such as an organization or a campus network. It uses the link-state routing algorithm.
Q: 6Sending incoming packet to every outgoing line except the one it arrived is known as ____________.
Option C
In computer networks, flooding is a routing technique in which an incoming packet is sent through every outgoing path except the path from which the packet arrived.
In flooding, routers forward copies of the packet to all neighboring nodes, increasing the chances that the packet reaches the destination.
Flooding is mainly used in broadcasting, route discovery, and emergency routing situations.
You have reached the end of this topic. Continue learning with the next topic below.
Thank you so much for taking the time to read my Computer Science MCQs section carefully. Your support and interest mean a lot, and I truly appreciate you being part of this journey. Stay connected for more insights and updates! If you'd like to explore more tutorials and insights, check out my YouTube channel.
Don’t forget to subscribe and stay connected for future updates.