If the web server supports both HTTP and HTTPS, which ports are used?

Study for the ePolicy Orchestrator (ePO) Certification Exam. Prepare with flashcards and multiple choice questions, each question includes hints and detailed explanations. Equip yourself for success in your exam!

Multiple Choice

If the web server supports both HTTP and HTTPS, which ports are used?

Explanation:
HTTP and HTTPS have standard default ports. HTTP uses port 80 by default, and HTTPS uses port 443 by default. A web server that supports both typically listens on both ports, so you can access the site via http://domain on port 80 or https://domain on port 443. If a server uses non-default ports, the port must be specified in the URL, such as http://domain:8080 or https://domain:8443. Therefore, the standard pair for a server offering both protocols is 80 and 443.

HTTP and HTTPS have standard default ports. HTTP uses port 80 by default, and HTTPS uses port 443 by default. A web server that supports both typically listens on both ports, so you can access the site via http://domain on port 80 or https://domain on port 443. If a server uses non-default ports, the port must be specified in the URL, such as http://domain:8080 or https://domain:8443. Therefore, the standard pair for a server offering both protocols is 80 and 443.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy