Multiple choice technology web technology

What is the default port for Http?

  1. 8081

  2. 80

  3. 7071

  4. 500

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. When you browse to http://example.com without specifying a port, the browser automatically connects to port 80. HTTPS (HTTP Secure) defaults to port 443 for encrypted connections.