Aspirant Academy

MCQ

Paper - II (xiii) — Data and computer networks MCQ - Practice Questions with Answers

Solve 44 Paper - II (xiii) — Data and computer networks questions for RAS/RPSC preparation.

Practice questions

Q1Which device primarily forwards frames inside a LAN by learning MAC addresses, rather than forwarding packets by IP routing tables?

A Router
B Repeater
C Modem
D Layer-2 switch
Explanation

A switch operating at Layer 2 builds a table of MAC addresses and forwards frames to the appropriate port, reducing unnecessary flooding compared with a hub. A router's central job is different: it uses network-layer addressing and routing tables to move packets between networks.

Q2A switch receives an Ethernet frame and forwards it only through the port on which the destination MAC address is reachable. At which layer is this forwarding decision mainly made?

A Transport layer, using TCP port numbers
B Physical layer, using voltage levels only
C Data-link layer, using MAC address learning and forwarding
D Network layer, using domain-name labels
Explanation

A repeater works at the physical layer, a bridge or switch works mainly at the data-link layer, and a router works at the network layer. In Ethernet switching, the device learns source MAC addresses on ports and uses the destination MAC address to decide the outgoing port for a frame.

Q3A client application needs low overhead and can tolerate occasional loss because the application itself handles timing and retransmission. Which transport protocol choice is most appropriate?

A UDP, because it provides a connectionless datagram service with minimal transport header overhead
B IP, because it provides port numbers for process-to-process delivery
C DNS, because it is the general-purpose transport protocol for real-time traffic
D TCP, because it avoids sequence numbers and connection state
Explanation

UDP gives applications a simple datagram service without TCP's connection establishment, sequencing, retransmission, and flow-control machinery. That lower overhead is useful for traffic where timeliness matters and the application is designed to tolerate or recover from loss. TCP is preferred when reliable ordered byte-stream delivery is required.

Q4Why does IEEE 802.11 wireless LAN use collision avoidance ideas instead of relying on collision detection exactly like classic shared Ethernet?

A Because 802.11 is a network-layer routing protocol
B Because 802.11 replaces DNS name resolution inside the LAN
C Because a wireless station cannot reliably detect all collisions while transmitting over a shared radio medium
D Because wireless LAN frames do not use any MAC-layer addressing
Explanation

Wireless media make Ethernet-style collision detection impractical: a station transmitting a strong local radio signal may not reliably hear another station at the same time, and hidden stations can collide at a receiver. IEEE 802.11 therefore uses a collision-avoidance MAC approach with mechanisms such as carrier sensing, backoff, and acknowledgements rather than classic CSMA/CD.

Q5Which statement about congestion control in packet networks is most accurate?

A Congestion control is needed only when a physical cable is broken.
B Congestion control is the same as DNS caching.
C Congestion control attempts to prevent or relieve overload when too many packets compete for network resources.
D Congestion control eliminates the need for routing tables in routers.
Explanation

Congestion means the network is offered more traffic than its links, buffers, and routers can handle efficiently. Congestion control mechanisms try to avoid or reduce overload so that delay and packet loss do not rise sharply. It is different from routing, fault repair, or DNS name resolution.

You've seen 5 of 44 sample questions

Unlimited practice on Paper - II (xiii) — Data and computer networks comes with the RAS Test Series + Practice pack or Gate Pass.

More questions

6Which OSI layer is primarily responsible for routing packets between different networks and choosing a path to the destination?

AData link layer
BPresentation layer
CTransport layer
DNetwork layer

7Which multiplexing technique is best described as assigning different time slots on the same physical channel to different data streams?

AAmplitude shift keying
BFrequency division multiplexing
CWavelength division multiplexing
DTime division multiplexing

8A network application needs ordered, reliable byte-stream delivery with acknowledgements and retransmission. Which transport protocol is the appropriate choice?

AIP, because it guarantees in-order delivery between routers
BDNS, because it converts an unreliable stream into a reliable one
CTCP, because it provides connection-oriented reliable stream service
DUDP, because it establishes a reliable virtual circuit before data transfer

9In the OSI reference model, which layer is primarily responsible for framing, physical addressing, and error detection over a single link?

AData Link layer
BApplication layer
CNetwork layer
DTransport layer

10In a fibre-optic backbone, several independent optical carrier signals of different wavelengths are combined on the same fibre. Which physical-layer multiplexing technique is being used?

ATime Division Multiplexing
BWavelength Division Multiplexing
CCode Division Multiplexing
DFrequency Division Multiplexing

11Which pairing of IEEE 802 LAN technologies is correctly matched with its traditional medium access idea?

A802.4 - CSMA/CA wireless LAN; 802.11 - token bus
B802.3 - token ring; 802.5 - CSMA/CD
C802.5 - frequency division LAN; 802.11 - polling-only LAN
D802.3 - Ethernet CSMA/CD; 802.4 - token bus; 802.5 - token ring; 802.11 - wireless LAN

12In IPv4 forwarding, what is the main purpose of the Time To Live (TTL) field in the IP header?

ATo identify the destination application port
BTo choose whether the frame should use copper or fibre media
CTo store the total transmission delay measured in milliseconds
DTo limit a datagram's lifetime by being decremented at routers

13A 3000-byte IPv4 datagram has to pass through a link whose MTU is smaller than the datagram size, and the Don't Fragment flag is not set. Which statement best describes the IP-layer action?

ATCP must split the datagram because fragmentation is a transport-layer function
BDNS must translate the large datagram into several resource records
CIPv4 may fragment it, using identification, fragment offset, and the more-fragments flag for later reassembly
DThe router must convert the datagram into an Ethernet frame of unlimited length

14In physical-layer multiplexing, which technique assigns different users or channels separate recurring time slots on the same link?

AFrequency Division Multiplexing
BTime Division Multiplexing
CCode Division Multiplexing
DWavelength Division Multiplexing

15In the OSI reference model, which layer is primarily responsible for end-to-end process communication with segmentation, sequencing support and flow/error control services?

ASession layer
BNetwork layer
CTransport layer
DData link layer

More topics in Networking & Web (Senior CI)

Explore other subjects