Q1. Which port number is used by HTTPS by default?
- A.80
- B.443✓ Correct
- C.8080
- D.22
Explanation: HTTPS (Hypertext Transfer Protocol Secure) uses port 443 by default to establish secure, encrypted communication between a client and a server. This ensures data integrity and confidentiality, making it essential for secure web browsing. Learn more.