Which is the default port for a HTTP request?
B
Correct answer
Explanation
HTTP (Hypertext Transfer Protocol) uses port 80 by default for unencrypted web traffic. Port 23 is for Telnet, port 21 is for FTP, and port 90 is not a standard port. When you enter a URL without a port (like http://example.com), the browser automatically uses port 80.