The standard port number for HTTP is ____, while for HTTPS it is ____.
- 123, 456
- 21, 22
- 80, 443
- 8080, 8443
The standard port number for HTTP is 80, and for HTTPS, it is 443. These port numbers are well-known and widely used for unencrypted and encrypted web communication, respectively.
Loading...
Related Quiz
- A web application suffers a data breach due to an SQL Injection. Which aspect of security was most likely overlooked?
- What is the primary purpose of WSDL in web services?
- Which HTTP method is used for retrieving data in a RESTful service?
- How does the choice between XML and JSON impact the interoperability of web services?
- A team is testing a web service integrated with several third-party APIs. What strategy should they prioritize for effective integration?