nerdexam
CompTIA

CV0-003 · Question #224

Which of the following ports is used for HTTPS?

The correct answer is C. 443. HTTPS uses TCP port 443, the IANA-assigned well-known port for HTTP traffic encrypted over TLS/SSL.

Security

Question

Which of the following ports is used for HTTPS?

Options

  • A25
  • B80
  • C443
  • D444

How the community answered

(55 responses)
  • A
    2% (1)
  • B
    2% (1)
  • C
    93% (51)
  • D
    4% (2)

Why each option

HTTPS uses TCP port 443, the IANA-assigned well-known port for HTTP traffic encrypted over TLS/SSL.

A25

Port 25 is assigned to SMTP (Simple Mail Transfer Protocol) for email relay between servers, not for HTTPS.

B80

Port 80 is the standard port for unencrypted HTTP traffic and does not provide the TLS encryption that HTTPS requires.

C443Correct

Port 443 is the globally standardized TCP port for HTTPS, as assigned by IANA. When a client connects to a URL beginning with 'https://', it initiates a TLS handshake on port 443 before any application data is exchanged, ensuring the session is encrypted. This port must be permitted through firewalls and network devices for secure web traffic to function.

D444

Port 444 is not an IANA-assigned well-known port for HTTPS or any other major protocol in common use.

Concept tested: HTTPS well-known port number assignment

Source: https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/service-overview-and-network-port-requirements

Topics

#HTTPS#port 443#network protocols#well-known ports

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice