Q1. Which port does SSH use by default?
- A.21
- B.22✓ Correct
- C.23
- D.80
Explanation: SSH (Secure Shell) uses TCP port 22 to provide encrypted remote access to devices and servers. It is commonly used for administrative access to Linux systems and secure file transfers via SCP or SFTP. Learn more.