Internet protocols: TCP/IP MCQs Quiz | Class 10
This quiz is designed for Class X, Subject: Computer Applications (Code 165), Unit: Unit 1: Networking, covering Internet protocols: TCP/IP, Networking suite, addressing and routing concepts. Answer all 10 multiple-choice questions, then submit to see your score and review answers. You can also download a PDF of your results.
Understanding Internet Protocols: TCP/IP and Networking Concepts
The Internet relies on a fundamental set of rules known as Internet Protocols to enable communication between billions of devices worldwide. At the core of this vast network is the TCP/IP suite, a collection of protocols that dictate how data is packaged, addressed, routed, and received. This section will delve into the essential components of the TCP/IP model, addressing schemes, and the routing concept.
The TCP/IP Networking Suite
The TCP/IP (Transmission Control Protocol/Internet Protocol) suite is a four-layer conceptual model used for interconnecting network devices on the Internet. Each layer has specific responsibilities, working together to ensure efficient and reliable data transmission.
- Application Layer: This is the top layer, closest to the end-user. It provides services for applications to access network resources. Protocols here include:
- HTTP (Hypertext Transfer Protocol): Used for web browsing.
- HTTPS (HTTP Secure): Secure version of HTTP.
- FTP (File Transfer Protocol): Used for transferring files.
- SMTP (Simple Mail Transfer Protocol): Used for sending emails.
- POP3/IMAP: Used for receiving emails.
- DNS (Domain Name System): Translates domain names (like google.com) into IP addresses.
- Transport Layer: Responsible for end-to-end communication between applications. It manages data flow, segmentation, and reassembly.
- TCP (Transmission Control Protocol): Provides reliable, connection-oriented data transfer. It ensures data reaches its destination completely and in order, retransmitting lost packets. Used for web, email, file transfer.
- UDP (User Datagram Protocol): Provides unreliable, connectionless data transfer. It’s faster but does not guarantee delivery or order. Used for streaming, online gaming, DNS lookups where speed is critical.
- Internet Layer (Network Layer): Responsible for logical addressing (IP addresses) and routing data packets across different networks.
- IP (Internet Protocol): The primary protocol for sending data across the Internet. It defines the addressing scheme (IPv4, IPv6) and determines the best path for a packet.
- ARP (Address Resolution Protocol): Maps an IP address to a physical MAC address on a local network.
- ICMP (Internet Control Message Protocol): Used for sending error messages and operational information, often used by network utilities like ‘ping’.
- Network Access Layer (Link Layer): This is the lowest layer, responsible for sending and receiving data over the physical network medium (e.g., Ethernet, Wi-Fi). It deals with physical addressing (MAC addresses) and frame formatting.
Addressing and Routing Concepts
IP Addressing
Every device connected to the Internet needs a unique address to be identified. This is provided by IP addresses.
- IPv4 (Internet Protocol version 4): A 32-bit address, typically represented as four decimal numbers separated by dots (e.g., 192.168.1.1). It provides about 4.3 billion unique addresses.
- IPv6 (Internet Protocol version 6): A 128-bit address, typically represented as eight groups of four hexadecimal digits separated by colons (e.g., 2001:0db8:85a3:0000:0000:8a2e:0370:7334). It offers a vastly larger address space to accommodate the growing number of internet-connected devices.
IP addresses can be public (globally unique on the internet) or private (used within a private network, e.g., home or office LAN). Network Address Translation (NAT) is used by routers to translate private IP addresses to a single public IP address when connecting to the internet.
Routing Concept
Routing is the process of selecting a path across one or more networks. Routers are network devices that forward data packets between computer networks. They analyze the destination IP address of incoming packets and consult their routing tables to determine the most efficient path to send the packet towards its destination.
A routing table is like a roadmap for a router, containing information about network destinations and the “next hop” (the next router in the path) to reach them. When a packet arrives, the router performs the following steps:
- Examines the destination IP address.
- Looks up the address in its routing table.
- Forwards the packet to the appropriate interface or next-hop router.
This process continues hop-by-hop until the packet reaches its final destination network. Routing protocols (like OSPF, BGP, RIP) help routers dynamically update their routing tables to find optimal paths and adapt to network changes.
TCP vs. UDP: A Quick Comparison
| Feature | TCP (Transmission Control Protocol) | UDP (User Datagram Protocol) |
|---|---|---|
| Connection | Connection-oriented (handshake required) | Connectionless (no handshake) |
| Reliability | Highly reliable (guaranteed delivery, error checking, retransmission) | Unreliable (no guarantee of delivery or order) |
| Order | Ordered delivery of packets | No guarantee of order |
| Speed | Slower (due to overhead for reliability) | Faster (minimal overhead) |
| Usage | Web browsing (HTTP), Email (SMTP, POP3), File Transfer (FTP) | Streaming media, Online gaming, DNS lookups, VoIP |
Quick Revision Checklist
- TCP/IP Layers: Application, Transport, Internet, Network Access.
- Key Protocols: HTTP, FTP, DNS (Application); TCP, UDP (Transport); IP, ARP (Internet).
- TCP: Reliable, connection-oriented. UDP: Fast, connectionless.
- IP Addressing: Unique identifiers for devices (IPv4, IPv6).
- Routing: Process of directing data using routers and routing tables.
Practice Questions
- Which protocol is primarily used to retrieve emails from a server?
- What is the main function of the Internet Layer in the TCP/IP model?
- If you need to transfer a large file and ensure it arrives without any missing parts, which transport layer protocol would you prefer?
- What type of IP address is used within a private network and cannot be directly accessed from the internet?
- A device that examines the destination IP address of a packet and forwards it to the next network is called a ________.

Content created and reviewed by the CBSE Quiz Editorial Team based on the latest NCERT textbooks and CBSE syllabus. Our goal is to help students practice concepts clearly, confidently, and exam-ready through well-structured MCQs and revision content.