A client creates a packet to send to a server. The client is requesting HTTPS service. What number will be used as the destination port number in the sending packet?
- 443
- 161
- 110
- 80
Explanation & Hint:
HTTPS, or Hypertext Transfer Protocol Secure, typically uses port 443. This protocol is used for secure communication over a computer network within a web browser, using encryption to ensure privacy and security. So, when a client creates a packet to send to a server requesting HTTPS service, the destination port number used in the sending packet will be 443. |