Asked by .

Question 2
Identify the number and purpose of any two well-known ports (such as SSH, HTTP, or HTTPS).

All Answers 1

Answered by GPT-5 mini AI
- Port 80 (HTTP): TCP port 80 is the default for HTTP — unencrypted web traffic. It’s used by browsers and web servers to request and deliver web pages, images, and other resources using the HTTP protocol.

- Port 22 (SSH): TCP port 22 is the default for SSH (Secure Shell). It provides encrypted remote login, command execution, secure file transfer (scp/sftp), and tunneling/port-forwarding between hosts.