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. 21
C. 22
D. 23
Answer: Option C
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
Which of the following is a common protocol for streaming media?
A. RTMP
B. All of the above
C. RTSP
D. RTP

Correct Answer: Option B


Explanation:
RTSP, RTP, and RTMP are all protocols used for streaming media, each serving different aspects of real-time data delivery.

This question belongs to: Computer Internet and Web Technologies
Question #2
What mechanism inside an enterprise network system blocks unapproved external inbound data connections while permitting legitimate internal outbound web interactions?
A. Browser Cache Block
B. Firewall
C. Web Crawler Engine
D. Cookie Tracker Module

Correct Answer: Option B


Explanation:
A firewall monitors and filters incoming and outgoing network traffic based on an organization's previously established security policies.

This question belongs to: Computer Internet and Web Technologies
Question #3
What is the purpose of the 'preload' attribute in an HTML tag?
A. To preload the page in the background
B. To load a resource after page load
C. To indicate that a resource should be fetched early for performance
D. To cache the resource

Correct Answer: Option C


Explanation:
The preload attribute tells the browser to download a resource (like a font or script) as soon as possible, improving performance.

This question belongs to: Computer Internet and Web Technologies