question 26 1 pts secure (encrypted) implementation of http over ssl or tls is called https. what is the…

question 26 1 pts secure (encrypted) implementation of http over ssl or tls is called https. what is the layer 4 port address used for https? 80 443 59975 123
Answer
Answer:
B. 443
Brief Explanation:
HTTPS uses port 443 at Layer 4 (Transport Layer) by convention for secure communication over the web. Port 80 is for HTTP, 59975 is an arbitrary - high port, and 123 is for NTP (Network Time Protocol).