Q: 1 Which of the following is true for Circuit Switching handling multiple simultaneous connections?
A single path is used and shared for all data
It encodes all data into a single channel
Separate physical paths are allocated for each channel
All connections are multiplexed into a single channel
[ 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: 2 Which of the following statements is true regarding classful and classless routing protocols?
RIPv1 and OSPF are both classless routing protocols that support variable-length subnet masking (VLSM).
Classful routing protocols allow different subnet masks on each router interface.
RIPv1 and IGRP are classful protocols and do not support classless addressing or VLSM.
Classless routing protocols discard subnet mask information to reduce routing table size.
[ 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: 3 Which of the following protocol may be used as zeroconf and plug-and-play?
DHCP
ICMP
NAT
TCP
[ 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: 4 Routing algorithm which does not base their routing decisions on measurements or estimates of the current traffic and topology belongs to which category?
Adaptive Algorithm
Greedy Algorithm
Back Propagation Algorithm
Non-Adaptive Algorithm
[ 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: 5 Which is true about OSPF Routing protocol?
It is based on Distance Vector routing
It is an exterior routing protocol
It does not have authentication capability
It is an interior 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: 6 Sending incoming packet to every outgoing line except the one it arrived is known as ____________.
Congestion
Scratching
Flooding
Message Calling
[ 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.
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.