What is the default port for Http?
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.