πΈοΈ Computer Network Quiz β Topologies, Protocols & Web Services (Class 12, Code 083)
Practice 20 CBSE Class 12 Computer Science (Code 083) MCQs on network topologies and types (PAN, LAN, MAN, WAN, Bus, Star, Tree), network protocols (HTTP, HTTPS, FTP, SMTP, POP3, TCP/IP, VoIP), and web services (HTML, XML, domain names, URL, web servers).
Every answer below has been checked against standard networking fundamentals, with one imprecise definition (domain name vs URL) clarified. Tap any question to reveal the answer with a clear explanation.
π Network Types
What does PAN stand for in networking?
- Public Area Network
- Personal Area Network
- Professional Area Network
- Private Area Network
Show Answer & Explanation
β Answer: (b) Personal Area Network
PAN stands for Personal Area Network β a very short-range network connecting devices around a single person, like a phone paired with wireless earbuds via Bluetooth.
π Network Types
Which type of network covers a large geographic area, such as a city?
- LAN (Local Area Network)
- MAN (Metropolitan Area Network)
- WAN (Wide Area Network)
- PAN (Personal Area Network)
Show Answer & Explanation
β Answer: (b) MAN (Metropolitan Area Network)
A MAN (Metropolitan Area Network) spans a city or a large campus β bigger than a LAN, but smaller in scope than a WAN, which can span countries or the whole globe.
π Network Types
In networking, what does LAN stand for?
- Local Area Network
- Large Area Network
- Longitudinal Area Network
- Limited Area Network
Show Answer & Explanation
β Answer: (a) Local Area Network
LAN stands for Local Area Network β a network confined to a small area like a single building, office, or school.
π Network Types
What is the primary characteristic of a WAN (Wide Area Network)?
- Covers a small geographic area, like one room
- Limited to a single building or campus
- Spans a large geographic area, such as a country or the whole world
- Used only for personal devices within a very short range
Show Answer & Explanation
β Answer: (c) Spans a large geographic area, such as a country or the whole world
A WAN connects networks across large geographic distances β countries or continents. The Internet itself is the largest example of a WAN.
πΈοΈ Network Topologies
What type of network topology uses a central hub or switch, with individual devices connected directly to it?
- Bus
- Star
- Tree
- Ring
Show Answer & Explanation
β Answer: (b) Star
In a star topology, every device connects directly to one central hub or switch β data between any two devices passes through that central point.
π‘ Network Protocols
What does HTTP stand for in the context of network protocols?
- Hypertext Transfer Protocol
- High-Tech Transport Protocol
- Hyperlink Text Protocol
- Hosted Transfer Protocol
Show Answer & Explanation
β Answer: (a) Hypertext Transfer Protocol
HTTP stands for Hypertext Transfer Protocol β the foundational protocol used to transfer web pages between a browser and a web server.
π‘ Network Protocols
Which protocol is commonly used for transferring files between a client and a server on the Internet?
- HTTP
- FTP (File Transfer Protocol)
- SMTP (Simple Mail Transfer Protocol)
- POP3 (Post Office Protocol version 3)
Show Answer & Explanation
β Answer: (b) FTP (File Transfer Protocol)
FTP is specifically designed for uploading and downloading files between a client and a server, rather than for browsing web pages or handling email.
π‘ Network Protocols
What is the primary function of SMTP (Simple Mail Transfer Protocol)?
- Transferring files
- Sending emails
- Accessing websites
- Real-time voice communication
Show Answer & Explanation
β Answer: (b) Sending emails
SMTP is the protocol responsible for sending outgoing emails from a client to a mail server, or between mail servers.
π‘ Network Protocols
Which protocol is used for secure communication over a computer network, especially on the World Wide Web?
- HTTP
- HTTPS (Hypertext Transfer Protocol Secure)
- FTP
- POP3
Show Answer & Explanation
β Answer: (b) HTTPS (Hypertext Transfer Protocol Secure)
HTTPS adds an encryption layer (SSL/TLS) on top of regular HTTP, securing the data exchanged between a browser and a website β you can spot it via the padlock icon in the address bar.
π‘ Network Protocols
What does VoIP stand for?
- Voice Over Internet Protocol
- Video Output Internet Protocol
- Virtual Office Internet Protocol
- Visual Object Internet Protocol
Show Answer & Explanation
β Answer: (a) Voice Over Internet Protocol
VoIP stands for Voice Over Internet Protocol β technology that transmits voice calls as data over the Internet, instead of traditional telephone lines.
π Web Services
What does HTML stand for in the context of web development?
- Hyperlink and Text Markup Language
- Hypertext Markup Language
- High-Level Text Markup Language
- Hosted Markup Language
Show Answer & Explanation
β Answer: (b) Hypertext Markup Language
HTML stands for Hypertext Markup Language β the standard markup language used to structure and display content on web pages.
π Web Services
What is the purpose of XML (Extensible Markup Language) in web services?
- Defining how a webpage should visually appear
- Storing and transporting structured data between systems
- Creating dynamic, interactive web pages
- Designing user interfaces
Show Answer & Explanation
β Answer: (b) Storing and transporting structured data between systems
XML is designed purely to store and transport data in a structured, self-describing way β unlike HTML, it says nothing about how that data should look on screen; it just defines what the data is.
π Web Services
What is the role of a domain name in web services?
- Identifying one specific webpage’s exact content
- Identifying and locating a website (server) with a human-readable address
- Storing the actual website content itself
- Defining the internal structure of a website’s code
Show Answer & Explanation
β Answer: (b) Identifying and locating a website (server) with a human-readable address
A domain name (like cbsepython.in) identifies a website/server as a whole, mapping to its underlying IP address in a human-readable way. (This question is corrected from a version that described it as identifying βa specific webpageβ β that more precise job actually belongs to the full URL, which includes the domain plus a path to one exact page.)
π Web Services
What does URL stand for in the context of web services?
- Uniform Resource Locator
- Universal Resource Language
- Unified Resource Link
- User-related Resource Locator
Show Answer & Explanation
β Answer: (a) Uniform Resource Locator
URL stands for Uniform Resource Locator β the complete web address (domain + path + more) that pinpoints one exact resource, like a specific page or file.
π Web Services
In the context of web services, what is a web server responsible for?
- Accessing other websites on the user’s behalf
- Hosting website files and serving web pages to client browsers on request
- Connecting devices within a local network
- Transmitting emails between clients
Show Answer & Explanation
β Answer: (b) Hosting website files and serving web pages to client browsers on request
A web server stores a website’s files and responds to requests from client browsers by sending back the requested pages β the backbone of how every website is actually served to visitors.
πΈοΈ Network Topologies
What is the defining characteristic of a bus topology?
- Every device connects to its own individual central hub
- All devices share a single common cable (the βbusβ or backbone) to communicate
- Devices are connected in a closed loop, with each one connected to exactly two neighbours
- Every device is directly connected to every other device
Show Answer & Explanation
β Answer: (b) All devices share a single common cable (the βbusβ or backbone) to communicate
In a bus topology, all devices tap into one shared cable (the backbone) to send and receive data β simple and cheap to set up, but a break anywhere in that single cable can bring down the whole network.
πΈοΈ Network Topologies
What is a tree topology in networking?
- A single central hub connecting all devices directly
- A hierarchical structure combining multiple star networks connected together via a bus backbone
- A closed loop where data travels in one direction only
- A topology where no two devices are ever connected
Show Answer & Explanation
β Answer: (b) A hierarchical structure combining multiple star networks connected together via a bus backbone
A tree topology is essentially a hierarchy of star networks linked by a central bus backbone β like branches growing from a trunk, making it well-suited for organizations with multiple departments or floors.
π Network Types
Which of the following is a real-world example of a PAN (Personal Area Network)?
- A university’s entire campus network connecting hundreds of computers
- A smartphone connected to wireless earbuds via Bluetooth
- The Internet connecting computers across the globe
- A city-wide cable TV network
Show Answer & Explanation
β Answer: (b) A smartphone connected to wireless earbuds via Bluetooth
A phone paired with Bluetooth earbuds is a textbook PAN example β a very short-range network built around a single person’s personal devices.
π‘ Network Protocols
What is the purpose of TCP/IP in networking?
- It’s just a single protocol for sending emails only
- It’s the fundamental suite of protocols that governs how data is broken into packets, addressed, transmitted, and reassembled reliably across the Internet
- It only handles the visual display of web pages
- It exclusively manages wireless Bluetooth connections
Show Answer & Explanation
β Answer: (b) It’s the fundamental suite of protocols that governs how data is broken into packets, addressed, transmitted, and reassembled reliably across the Internet
TCP/IP (Transmission Control Protocol / Internet Protocol) is the core protocol suite underlying virtually all Internet communication β TCP handles reliable, ordered delivery of data broken into packets, while IP handles addressing and routing those packets to the right destination.
π‘ Network Protocols
What is the function of the POP3 (Post Office Protocol version 3) protocol?
- Sending outgoing emails from a client
- Downloading/retrieving emails from a mail server to a client
- Transferring files between a client and server
- Enabling real-time voice calls over the internet
Show Answer & Explanation
β Answer: (b) Downloading/retrieving emails from a mail server to a client
POP3 is used to retrieve emails from a mail server down to the client (like an email app), typically removing them from the server once downloaded β the counterpart to SMTP, which handles sending.
