World Wide Web and Services - URL, DNS, mapping names to addresses, email architecture SMTP-POP-IMAP, TELNET, FTP - One Line Questions
1.
Which port is typically used for secure IMAP (IMAPS)? —
993
2.
What is the standard port number for FTP? —
20 and 21
3.
Which port is typically used for secure FTP (FTPS)? —
990
4.
What is the default port for TELNET? —
23
5.
What is the default port number for HTTP? —
80
6.
What is the standard port for POP3? —
110
7.
What is the default port for IMAP? —
143
8.
What is the standard port for SMTP? —
25
9.
What does DNS use to resolve domain names to IP addresses? —
A hierarchical and distributed naming system
10.
Which of the following is a DNS record type that maps a domain name to an IPv6 address? —
AAAA record
11.
What does the 'fragment' part of a URL (after the '#') typically indicate? —
A specific section or anchor within a document
12.
What does the domain name system use to organize its hierarchy? —
Tree-like structure with root, TLDs, domains, and subdomains
13.
How does DNS map a domain name to an IP address? —
Through a series of distributed, hierarchical servers
14.
Which of the following is a common top-level domain (TLD)? —
All of the above
15.
Which of the following is a mechanism for mapping names to addresses in computer networks? —
DNS
16.
Which service is responsible for translating domain names into IP addresses? —
DNS
17.
Which part of a URL specifies the method used to access the resource? —
Scheme (Protocol)
18.
Which protocol is used by web browsers to request and display web pages? —
HTTP
19.
Which protocol is commonly used for secure file transfer, often over SSH? —
SFTP
20.
Which service allows a user to log in to a remote computer and execute commands as if they were locally present? —
TELNET
21.
Which service is primarily used for finding the IP address associated with a hostname? —
DNS
22.
Which of these is a secure alternative to TELNET? —
SFTP
23.
Which protocol is commonly used for secure web browsing (HTTPS)? —
SSL/TLS
24.
Which system allows computers to find each other on the internet using human-readable names? —
Domain Name System (DNS)
25.
What is the primary security concern with the TELNET protocol? —
It transmits all data, including passwords, in plaintext
26.
What is the main disadvantage of using TELNET for remote access? —
It does not encrypt data, making it insecure
27.
Which protocol is used for sending email between mail servers and from a client to a mail server? —
SMTP
28.
Which protocol is responsible for the actual transfer of email messages from sender to receiver servers? —
SMTP
29.
What is the main difference between POP3 and IMAP regarding email management? —
POP3 primarily downloads and deletes from server, IMAP synchronizes with server
30.
In a URL, the part following the double slash (//) and before the next slash (/) usually represents the: —
Domain name or IP address
31.
What does the DNS hierarchy consist of? —
Root, Top-Level Domains, Second-Level Domains, Hostnames
32.
Which of the following is NOT a part of a typical URL structure? —
Firewall
33.
Which component of a URL identifies the specific file or resource on the server? —
Path
34.
In the URL 'http://www.example.com/path/to/resource?query=value#fragment', what is 'www.example.com'? —
Host
35.
What does the 'ftp://' prefix in a URL indicate? —
File Transfer Protocol
36.
Which email protocol allows a client to access and manage emails stored on a mail server, keeping them on the server? —
IMAP
37.
Which protocol is primarily used for fetching email from a mail server to a client? —
POP3
38.
Which protocol is designed for transferring files between a client and a server? —
FTP
39.
Which email protocol allows clients to download emails and manage them locally, often deleting them from the server? —
POP3
40.
What does the 'query string' part of a URL (after the '?') typically contain? —
Parameters passed to the server-side script
41.
In the context of URLs, what does the 'host' typically refer to? —
The domain name or IP address of the server
42.
What is the primary function of the Domain Name System (DNS)? —
To translate human-readable domain names into machine-readable IP addresses
43.
What is the primary purpose of the 'mail.google.com' domain name? —
To provide an email service
44.
What is the primary function of SMTP in email communication? —
To send emails to the server and between servers
45.
What is the role of IMAP (Internet Message Access Protocol)? —
To download emails and manage them directly on the server
46.
What is the purpose of DNS caching? —
To speed up domain name resolution by storing recent lookups
47.
The 'telnet' command allows users to: —
Establish a remote command-line session
48.
What does URL stand for in the context of the World Wide Web? —
Uniform Resource Locator
49.
What does the 'www' typically represent in a URL? —
World Wide Web