Multiple choice technology web technology

Which is the default port for a HTTP request?

  1. 23

  2. 80

  3. 21

  4. 90

Reveal answer Fill a bubble to check yourself
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.