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 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.
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.