π Computer Networks Quiz for Class 12 β Computer Science (Code 083)
Practice 20 CBSE Class 12 Computer Science (Code 083) MCQs on computer networks β the evolution of networking (ARPANET, NSFNET, the Internet), data communication terminologies (sender, receiver, message, medium, protocol), bandwidth vs data transfer rate, IP addressing (IPv4 vs IPv6), switching techniques (circuit vs packet switching), transmission modes, and networking devices.
Every answer below has been checked against standard networking fundamentals β including corrections to two commonly circulated questions that had the bandwidth/data-transfer-rate relationship backwards, and an incomplete list of data communication components. Tap any question to reveal the answer with a clear explanation.
π Evolution of Networking
What does ARPANET stand for in the context of networking?
- Advanced Radio and Processing Network
- Advanced Research Projects Agency Network
- Association of Resourceful Programmers and Networks
- American Research and Protocol Networking
Show Answer & Explanation
β Answer: (b) Advanced Research Projects Agency Network
ARPANET stands for Advanced Research Projects Agency Network β widely regarded as the precursor to the modern Internet, developed in the late 1960s.
π Evolution of Networking
Which organization played a key role in the development of ARPANET?
- IBM
- Microsoft
- DARPA (Defense Advanced Research Projects Agency)
- IEEE (Institute of Electrical and Electronics Engineers)
Show Answer & Explanation
β Answer: (c) DARPA (Defense Advanced Research Projects Agency)
DARPA, a research arm of the U.S. Department of Defense, funded and developed ARPANET β hence the name.
π Evolution of Networking
What was the primary motivation behind the creation of ARPANET?
- Commercial interests
- Military research and communication
- Entertainment industry
- Social networking
Show Answer & Explanation
β Answer: (b) Military research and communication
ARPANET was originally built for military research and communication purposes, allowing researchers at different institutions to share computing resources reliably.
π Evolution of Networking
The NSFNET (National Science Foundation Network) was a key component in the evolution of the internet. What was its primary purpose?
- Commercial transactions
- Academic and research networking
- Entertainment distribution
- Military communication
Show Answer & Explanation
β Answer: (b) Academic and research networking
NSFNET was built to connect universities and research institutions, extending networking beyond ARPANET’s military roots into the academic and research world β a major stepping stone toward the modern Internet.
π Evolution of Networking
What major development marked the transition from ARPANET toward the modern Internet as we use it today?
- Introduction of smartphones
- Launch of commercial ISPs (Internet Service Providers)
- Creation of the World Wide Web (WWW)
- Implementation of fiber-optic cables
Show Answer & Explanation
β Answer: (c) Creation of the World Wide Web (WWW)
The creation of the World Wide Web (by Tim Berners-Lee in 1989-91) is the development most credited with transforming a research network into the accessible, browsable Internet the general public uses today.
π‘ Data Communication
Which of the following best describes the concept of communication in data communication?
- The exchange of information between computers using radio waves only
- The process of transferring data between devices through a communication medium
- The creation of data through programming languages
- The storage of data in a centralized database
Show Answer & Explanation
β Answer: (b) The process of transferring data between devices through a communication medium
Communication, in this context, is simply the process of transferring data between devices β over any medium (wired or wireless), not necessarily radio waves.
π‘ Data Communication
What are the essential components of a data communication system?
- CPU, RAM, Hard Drive
- Input, Output, Processing
- Switch, Router, Hub
- Sender, Receiver, Message, Communication Medium, and Protocol
Show Answer & Explanation
β Answer: (d) Sender, Receiver, Message, Communication Medium, and Protocol
A complete data communication system needs all five: a Sender (creates the message), a Receiver (gets it), the Message itself, a Communication Medium (the physical/wireless path it travels), and a Protocol (the rules both ends agree to follow). (This question is corrected/expanded from a version that only listed three components β Transmitter, Receiver, Data β leaving out the medium and protocol, even though the topic’s own syllabus explicitly names all five.)
π‘ Data Communication
In data communication, what is a protocol?
- A physical device that connects networks
- A set of rules that governs how data is formatted and exchanged between devices
- A type of computer programming language
- A measurement of data transfer speed
Show Answer & Explanation
β Answer: (b) A set of rules that governs how data is formatted and exchanged between devices
A protocol is an agreed-upon set of rules that both the sender and receiver follow, covering things like data formatting, timing, sequencing, and error handling β e.g. HTTP, TCP/IP.
πΆ Bandwidth
What is the purpose of measuring the bandwidth of a communication medium?
- To determine the physical size of the communication medium
- To assess the maximum capacity of data the medium can carry in a given time
- To assess the cost of the communication medium
- To evaluate the security features of the communication medium
Show Answer & Explanation
β Answer: (b) To assess the maximum capacity of data the medium can carry in a given time
Bandwidth measures a channel’s maximum theoretical capacity to carry data over a given time (commonly expressed in bits per second) β it tells you the upper limit the medium can support.
πΆ Bandwidth
What is the actual relationship between bandwidth and data transfer rate?
- They are completely unrelated concepts
- Bandwidth represents the maximum theoretical capacity of a channel, while data transfer rate is the actual speed of data achieved in practice
- Data transfer rate is a measure of capacity, while bandwidth is unrelated to speed entirely
- They are always exactly equal to each other in every real network
Show Answer & Explanation
β Answer: (b) Bandwidth represents the maximum theoretical capacity of a channel, while data transfer rate is the actual speed of data achieved in practice
Bandwidth is the channel’s theoretical maximum capacity. Data transfer rate is the actual rate data moves in real conditions, which is usually somewhat lower than the bandwidth due to overhead, interference, or congestion. (This question is corrected from a version whose marked answer had the relationship backwards β describing bandwidth as βa measure of speedβ and data transfer rate as βa measure of capacityβ, the reverse of how these terms are actually defined.)
π’ IP Addressing
What is an IP address used for in computer networks?
- To identify the type of data being transmitted
- To identify and locate a specific device on a network
- To encrypt data for secure transmission
- To control the flow of data packets
Show Answer & Explanation
β Answer: (b) To identify and locate a specific device on a network
An IP address uniquely identifies a device’s location on a network, so data knows exactly where to be sent and where it came from β similar to a postal address.
π Switching Techniques
What does packet switching involve in networking?
- Establishing a dedicated communication path for the entire conversation
- Breaking data into small packets, each routed independently across the network
- A technique for assigning IP addresses dynamically
- Routing data through multiple servers purely for redundancy
Show Answer & Explanation
β Answer: (b) Breaking data into small packets, each routed independently across the network
Packet switching breaks a message into smaller packets, each sent independently (potentially via different routes) and reassembled at the destination β this is how the modern Internet moves data.
π Switching Techniques
Which statement correctly captures a fundamental characteristic of packet switching, distinguishing it from circuit switching?
- Circuit switching is always faster than packet switching in every scenario
- Packet switching uses a dedicated, reserved path for the whole transmission
- Circuit switching is generally more efficient for large-scale, bursty internet-style traffic
- Packet switching breaks data into packets that share network resources rather than needing one dedicated path
Show Answer & Explanation
β Answer: (d) Packet switching breaks data into packets that share network resources rather than needing one dedicated path
Packet switching doesn’t reserve a dedicated path β packets share available network resources and can take different routes. (Careful: the dedicated-path property actually describes circuit switching, not packet switching β a commonly confused, reversed-logic trap in this topic.)
πΆ Bandwidth
How is bandwidth related to the overall capacity of a communication channel?
- Bandwidth IS essentially the measure of a channel’s maximum data-carrying capacity
- Bandwidth is purely a measure of the physical size (length) of the channel
- Bandwidth is completely unrelated to a channel’s capacity
- Bandwidth only measures signal strength, never capacity
Show Answer & Explanation
β Answer: (a) Bandwidth IS essentially the measure of a channel’s maximum data-carrying capacity
Bandwidth and capacity are essentially the same idea, expressed in bits per second β the higher the bandwidth, the more data the channel can theoretically carry per second.
π§ Networking Devices
In the context of networking, what is the role of a router?
- To connect devices within the same local network only
- To forward and route data between different networks (e.g. connecting a LAN to the Internet)
- To store data temporarily during transmission, like a cache
- To convert analog signals to digital signals
Show Answer & Explanation
β Answer: (b) To forward and route data between different networks (e.g. connecting a LAN to the Internet)
A router connects different networks to each other β most commonly, your home LAN to your ISP’s wider network/the Internet β and decides the best path for data to travel between them. (A switch, by contrast, connects devices within the same local network.)
π§ Networking Devices
What does NIC stand for, and what is its role in a computer network?
- Network Interface Card β the hardware component that lets a device physically connect to a network
- National Internet Council β a government body regulating internet use
- Networked Information Center β a data storage facility
- Node Identification Code β a unique password for network access
Show Answer & Explanation
β Answer: (a) Network Interface Card β the hardware component that lets a device physically connect to a network
A NIC (Network Interface Card) is the hardware β built-in or a separate card β that allows a computer to physically connect to a network and send/receive data over it.
βοΈ Transmission Modes
In data communication, what is the difference between simplex, half-duplex, and full-duplex transmission modes?
- They are three different names for the exact same thing
- Simplex is one-way only; half-duplex is two-way but not simultaneous; full-duplex is two-way simultaneous
- Simplex is fastest, full-duplex is slowest
- Only full-duplex mode actually exists in real networks
Show Answer & Explanation
β Answer: (b) Simplex is one-way only; half-duplex is two-way but not simultaneous; full-duplex is two-way simultaneous
Simplex: data flows in only one direction (e.g. a keyboard to a computer). Half-duplex: data flows both ways, but only one direction at a time (e.g. a walkie-talkie). Full-duplex: data flows both ways simultaneously (e.g. a telephone call).
π Communication Media
What is the key difference between guided (wired) and unguided (wireless) communication media?
- Guided media use a physical path like cables; unguided media transmit signals through the air without any physical conductor
- Guided media are always faster than unguided media in every case
- Unguided media require a physical cable to work
- There is no real difference between the two
Show Answer & Explanation
β Answer: (a) Guided media use a physical path like cables; unguided media transmit signals through the air without any physical conductor
Guided media (twisted pair, coaxial cable, fiber optic) carry signals along a physical path. Unguided media (radio waves, microwaves, infrared/Wi-Fi, Bluetooth) transmit signals through the air, with no physical conductor connecting the sender and receiver.
πΈοΈ Internet & WWW
What is the key difference between the Internet and the World Wide Web (WWW)?
- They are exactly the same thing, just different names
- The Internet is the global network of interconnected computers/infrastructure; the WWW is a service (a system of linked web pages) that runs ON TOP of the Internet
- The WWW came before the Internet historically
- The Internet only refers to email services
Show Answer & Explanation
β Answer: (b) The Internet is the global network of interconnected computers/infrastructure; the WWW is a service (a system of linked web pages) that runs ON TOP of the Internet
The Internet is the vast physical/logical network infrastructure connecting computers worldwide. The World Wide Web is just one of the many services that use this infrastructure β specifically, the system of linked hypertext web pages accessed via browsers. Email, file transfer, and video calls also run over the Internet, but aren’t part of the Web itself.
π’ IP Addressing
What is the key difference between IPv4 and IPv6 addresses?
- IPv4 uses a 32-bit address; IPv6 uses a much larger 128-bit address, allowing vastly more unique addresses
- IPv4 and IPv6 are identical in address length
- IPv6 is older than IPv4
- IPv4 addresses are always longer than IPv6 addresses
Show Answer & Explanation
β Answer: (a) IPv4 uses a 32-bit address; IPv6 uses a much larger 128-bit address, allowing vastly more unique addresses
IPv4 addresses are 32 bits long (e.g. 192.168.1.1), offering about 4.3 billion unique addresses β which the world has essentially run out of. IPv6 uses 128-bit addresses, providing an astronomically larger address space to accommodate the growing number of internet-connected devices.
