Which standard network port is mapped default to secure Shell (SSH) access lines and secure file copies via SFTP? MCQ with Answer and Explanation

Which standard network port is mapped default to secure Shell (SSH) access lines and secure file copies via SFTP?
A. 80
B. 23
C. 22
D. 21
Answer: Option C
Solution (By JKExamLibrary)
Port 22 is the standard default port assigned globally to manage secure command-line console sessions and file transfers via SSH.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1 Report Error
What is the term given to an attack that floods a target web server with a massive volume of dummy traffic from thousands of infected computers simultaneously to take it offline?
A. Distributed Denial of Service (DDoS)
B. Cross-Site Scripting (XSS)
C. Man-in-the-Middle (MitM)
D. SQL Injection

Correct Answer: Option A


Explanation:
A DDoS attack uses botnets (networks of compromised machines) to overwhelm target servers with traffic, causing them to slow down or crash completely.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What is the primary operational task of a 'Local DNS Cache' operating within an individual computer's operating system environment?
A. To track local physical network interface hardware performance logs
B. To parse HTML structural page data inside browser applications
C. To temporarily store recently resolved domain-to-IP address lookups locally, avoiding the need to query external DNS servers for repeat visits
D. To filter email spam items from corporate mail boxes

Correct Answer: Option C


Explanation:
The local DNS cache retains recent domain resolutions in device memory, reducing latency and network traffic by accelerating address lookups for frequently visited websites.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which component inside a search engine creates structural summaries of keywords and metadata from scraped pages to make keyword lookups instant?
A. The Search Index
B. The Snippet Render engine
C. The Crawler Queue
D. The Tracking Cookie

Correct Answer: Option A


Explanation:
The search engine's index is an organized database containing words and positions extracted from web pages, enabling quick processing of user search queries.

This question belongs to: Computer Internet and Web Technologies