AMP

Chapter 11: Network Examples and Protocols — Online MCQ Test

COMPUTER APPLICATIONS · CLASS 12th · Tamil Nadu State Board
Practice Chapter 11: Network Examples and Protocols with a free chapter-wise online MCQ test. This chapter covers: This chapter covers internet architectures network protocols and communication standards. Students examine TCP IP HTTP HTTPS FTP SMTP protocol suites alongside mobile network gener.... AI-generated questions from basic to board-exam level, with instant results and explanations.

Start Exam on Full Site →

Chapter 11: Network Examples and Protocols — Important Questions & Answers

Which protocol is used to transfer web pages from a web server to a web browser?
  • A. HTTP
  • B. FTP
  • C. SMTP
  • D. TCP
Answer: A. HTTP
HTTP (HyperText Transfer Protocol) is the standard protocol used for transferring web content between a browser and a web server.
What does FTP stand for?
  • A. File Transfer Protocol
  • B. Fast Transfer Process
  • C. Forward Transfer Protocol
  • D. File Transmission Procedure
Answer: A. File Transfer Protocol
FTP stands for File Transfer Protocol. It is used to transfer files over a network.
In the TCP/IP protocol suite, which layer is responsible for delivering packets across different networks?
  • A. Internet layer
  • B. Application layer
  • C. Physical layer
  • D. Session layer
Answer: A. Internet layer
The Internet layer handles logical addressing and routing of packets across interconnected networks.
Which statement best compares HTTP and HTTPS?
  • A. HTTPS is the secure version of HTTP and uses encryption
  • B. HTTP is used only for e-mail, while HTTPS is used for file transfer
  • C. HTTP is faster because it encrypts all data
  • D. HTTPS is used only in local networks
Answer: A. HTTPS is the secure version of HTTP and uses encryption
HTTPS provides security by encrypting data, while HTTP transmits data without encryption.
A student is accessing a website, uploading a file, and then sending an email. Which option lists the protocols in the correct order for these tasks?
  • A. HTTP, FTP, SMTP
  • B. FTP, HTTP, SMTP
  • C. SMTP, HTTP, FTP
  • D. HTTP, SMTP, FTP
Answer: A. HTTP, FTP, SMTP
Web access uses HTTP, file uploading uses FTP, and sending email uses SMTP.