Internet and Web Technologies MCQs

Computer

Internet and Web Technologies MCQs

Practice Internet MCQs covering WWW, browsers, search engines, URL, HTTP, HTTPS, email and web technologies with answers and explanations.

461
Total Questions

Practice Questions

Page 1 of 24
Question #1
Which of the following application layer protocols is designed to be stateless, meaning the server does not retain any information about past user requests by default?
A. SMTP
B. FTP
C. POP3
D. HTTP

Correct Answer: Option D


Explanation:
HTTP (Hypertext Transfer Protocol) is a stateless protocol because each request is executed independently, without the server retaining context or session information from previous requests.

This question belongs to: Computer Internet and Web Technologies
Question #2
In a URL scheme like '[https://www.example.com:8080/index.html](https://www.google.com/search?q=https://www.example.com:8080/index.html)', what does the component '8080' specifically represent?
A. The network port number
B. The encryption key length
C. The sub-domain identifier
D. The directory path length

Correct Answer: Option A


Explanation:
The number after the colon following the host or domain name represents the specific port number over which the network service is being accessed.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which standard cryptographic protocol is most commonly used to establish an encrypted and secure link between a web browser and a web server in modern HTTPS implementations?
A. TLS
B. SSH
C. PPTP
D. SFTP

Correct Answer: Option A


Explanation:
Transport Layer Security (TLS) is the modern cryptographic protocol that has succeeded Secure Sockets Layer (SSL) to secure HTTP communications over HTTPS.

This question belongs to: Computer Internet and Web Technologies
Question #4
When an email is sent, which protocol is responsible for transferring the message from the client's email application to the outgoing mail server?
A. IMAP
B. POP3
C. FTP
D. SMTP

Correct Answer: Option D


Explanation:
SMTP (Simple Mail Transfer Protocol) is used for sending and transferring email messages from a client application to a mail server, and between mail servers.

This question belongs to: Computer Internet and Web Technologies
Question #5
What is the primary function of a search engine's 'web crawler' or 'spider'?
A. To scan incoming email traffic for malicious spam attachments
B. To systematically browse the World Wide Web and index page content
C. To execute complex SQL queries on distributed user databases
D. To accelerate the rendering speed of heavy client-side JavaScript

Correct Answer: Option B


Explanation:
A web crawler systematically explores the internet by following hyperlinks from page to page to discover, fetch, and index web content for search engines.

This question belongs to: Computer Internet and Web Technologies
Question #6
Which HTTP status code is returned by a web server to indicate that the requested resource could not be found?
A. 200 OK
B. 404 Not Found
C. 500 Internal Server Error
D. 301 Moved Permanently

Correct Answer: Option B


Explanation:
The 404 Not Found status code indicates that the server cannot find the specific resource or page requested by the client browser.

This question belongs to: Computer Internet and Web Technologies
Question #7
Which email protocol downloads messages to a local device and, by default configuration, deletes them from the remote mail server?
A. SMTP
B. POP3
C. HTTP
D. IMAP

Correct Answer: Option B


Explanation:
POP3 (Post Office Protocol version 3) retrieves emails by downloading them to a local client device and typically deleting them from the mail server data storage.

This question belongs to: Computer Internet and Web Technologies
Question #8
What does the 'WWW' stand for, and who is officially credited with its invention?
A. Web Working Wireless, Robert Kahn
B. World Wide Web, Tim Berners-Lee
C. World Wide Wireless, Vint Cerf
D. World Wide Web, Alan Turing

Correct Answer: Option B


Explanation:
The World Wide Web (WWW) was invented by the British scientist Sir Tim Berners-Lee while working at CERN in 1989.

This question belongs to: Computer Internet and Web Technologies
Question #9
Which technology allows web browsers to store small pieces of data locally on a user's machine to track session states, preferences, and login status?
A. Cookies
B. DNS Records
C. Cache
D. Hyperlinks

Correct Answer: Option A


Explanation:
Cookies are small text files created by web servers and stored on the user's browser to retain user-specific data and track session activity.

This question belongs to: Computer Internet and Web Technologies
Question #10
In the context of web technologies, what does the acronym 'URL' stand for?
A. Unified Resource Locator
B. Uniform Resource Locator
C. Uniform Routing Link
D. Universal Routing Location

Correct Answer: Option B


Explanation:
URL stands for Uniform Resource Locator, which serves as the global address mechanism used to locate resources on the World Wide Web.

This question belongs to: Computer Internet and Web Technologies
Question #11
Which open-source rendering engine was originally used as the foundation for Google Chrome and Apple Safari before Chrome shifted to the Blink engine?
A. WebKit
B. Trident
C. Gecko
D. EdgeHTML

Correct Answer: Option A


Explanation:
WebKit is an open-source browser rendering engine that powered both early versions of Google Chrome and continues to power Apple Safari.

This question belongs to: Computer Internet and Web Technologies
Question #12
Which of the following fields in an email header allows you to send a copy of a message to a recipient without their email address being visible to other recipients?
A. Subject
B. To
C. Cc
D. Bcc

Correct Answer: Option D


Explanation:
Bcc stands for Blind Carbon Copy. Addresses added to the Bcc field are hidden from all other recipients of the email.

This question belongs to: Computer Internet and Web Technologies
Question #13
Which of the following is considered the world's first graphical web browser that popularized the World Wide Web beyond academic circles?
A. Internet Explorer
B. Mosaic
C. Nexus
D. Opera

Correct Answer: Option B


Explanation:
NCSA Mosaic, released in 1993, was the first widely used graphical web browser that brought multi-media capability to the general public.

This question belongs to: Computer Internet and Web Technologies
Question #14
What is the standard network port number allocated for unencrypted HTTP traffic by default?
A. 443
B. 25
C. 21
D. 80

Correct Answer: Option D


Explanation:
Port 80 is the standard default port assigned for handling unencrypted web traffic via the Hypertext Transfer Protocol (HTTP).

This question belongs to: Computer Internet and Web Technologies
Question #15
What is the standard network port number allocated for secure HTTPS traffic by default?
A. 80
B. 8080
C. 143
D. 443

Correct Answer: Option D


Explanation:
Port 443 is the standard default network port used for secure web traffic over Hypertext Transfer Protocol Secure (HTTPS).

This question belongs to: Computer Internet and Web Technologies
Question #16
Which of the following email protocols allows users to organize emails into folders on the remote server and synchronizes changes across multiple client devices?
A. FTP
B. IMAP
C. POP3
D. SMTP

Correct Answer: Option B


Explanation:
IMAP (Internet Message Access Protocol) leaves messages on the mail server and synchronizes states, folders, and reads across all connected devices seamlessly.

This question belongs to: Computer Internet and Web Technologies
Question #17
What web technology allows interactive, asynchronous updates to a web page by requesting small amounts of data from the server in the background without reloading the entire page?
A. AJAX
B. XML
C. CSS3
D. HTML5

Correct Answer: Option A


Explanation:
AJAX (Asynchronous JavaScript and XML) is a development technique used to create interactive web applications that update data dynamically without a full-page reload.

This question belongs to: Computer Internet and Web Technologies
Question #18
Which file is placed on a website's server to give instructions to search engine web crawlers about which paths and directories should not be scanned or indexed?
A. htaccess
B. robots.txt
C. index.html
D. sitemap.xml

Correct Answer: Option B


Explanation:
The robots.txt file is a standard text file used by websites to guide web robots and crawlers regarding which parts of the site they are allowed to index.

This question belongs to: Computer Internet and Web Technologies
Question #19
Which of the following extensions in a URL represents a top-level domain (TLD) reserved exclusively for accredited educational institutions?
A. .com
B. .org
C. .edu
D. .gov

Correct Answer: Option C


Explanation:
The '.edu' top-level domain (TLD) is reserved strictly for educational organizations and institutional bodies, primarily in the United States.

This question belongs to: Computer Internet and Web Technologies
Question #20
What type of software architecture pattern does the relationship between a modern web browser and a remote web server represent?
A. Monolithic
B. Client-Server
C. Peer-to-Peer
D. Master-Slave

Correct Answer: Option B


Explanation:
Web browsing relies on a Client-Server model, where the web browser acts as the client requesting resources, and the web server processes and responds to those requests.

This question belongs to: Computer Internet and Web Technologies