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. 21
B. 22
C. 23
D. 80
Answer: Option B
Solution (By JKSSB Mock Tests)
Port 22 is the standard default port assigned globally to manage secure command-line console sessions and file transfers via SSH.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
What is the primary objective of using a Content Delivery Network (CDN) in modern web application deployments?
A. To dynamically change structural HTML text files automatically
B. To manage remote email transport queues
C. To provide local multi-tab browsing interfaces
D. To store and deliver cached static assets from geographically distributed proxy servers

Correct Answer: Option D


Explanation:
CDNs place cached static assets (images, video, CSS) on a distributed network of edge servers near user locations to significantly accelerate page performance.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which type of web asset functions as an structured structural script document defining dynamic logic behaviors and data transformations inside a browser client?
A. Unlinked configuration log text
B. XML data markup schema
C. SMTP routing statement parameters
D. JavaScript file (.js)

Correct Answer: Option D


Explanation:
JavaScript files house the client-side programming code interpreted natively by browser engines to manipulate web content, handle user inputs, and update interfaces dynamically.

This question belongs to: Computer Internet and Web Technologies
Question #3
What is the role of the 'alt' attribute in an HTML img tag?
A. To set the image source
B. To specify alternative text for accessibility and when image fails to load
C. To define image dimensions
D. To add a tooltip

Correct Answer: Option B


Explanation:
The alt attribute provides a text alternative for an image, improving accessibility and providing fallback content if the image cannot be displayed.

This question belongs to: Computer Internet and Web Technologies