Multiple choice general knowledge science & technology

Most likely a web server will listen for incoming connection requests on port ...?

  1. 100

  2. 25

  3. 133

  4. 80

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Web servers typically listen on port 80 for standard HTTP traffic. This is the well-known port assigned for HTTP by IANA. Ports 100 and 25 are used for other services (25 is SMTP for email), and 133 is not a standard web server port. Port 80 is the default port that web browsers use when no port is specified in a URL.