Which specific protocol is responsible for managing file distribution and uploads between local machines and storage web directories over unencrypted internet routes? MCQ with Answer and Explanation

Which specific protocol is responsible for managing file distribution and uploads between local machines and storage web directories over unencrypted internet routes?
A. FTP
B. IMAP
C. HTTP
D. SMTP
Answer: Option A
Solution (By JKSSB Mock Tests)
FTP (File Transfer Protocol) is an application layer protocol built to upload and download files between clients and remote file servers.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
Which HTTP header is used to indicate the type of content being sent in the response body?
A. Host
B. Content-Type
C. Content-Length
D. User-Agent

Correct Answer: Option B


Explanation:
The Content-Type header indicates the media type (MIME type) of the resource, e.g., text/html, application/json.

This question belongs to: Computer Internet and Web Technologies
Question #2
What is the operational goal of a web browser's 'JavaScript Engine' (such as Google's V8 engine inside Chrome)?
A. To render structural CSS layout designs cleanly
B. To route incoming email attachments through proxy servers
C. To manage physical fiber optic cable transmissions
D. To parse, interpret, compile, and execute JavaScript code scripts rapidly into machine instructions natively within the browser client

Correct Answer: Option D


Explanation:
The JavaScript engine is a specialized component that executes interactive client-side programming code, dynamically modifying the webpage UI based on user actions.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which of the following is a method of authentication that uses a token for API access?
A. Digest Auth
B. NTLM
C. Basic Auth
D. OAuth

Correct Answer: Option D


Explanation:
OAuth (Open Authorization) is an open standard for token-based authentication, commonly used for APIs to allow third-party services access without exposing passwords.

This question belongs to: Computer Internet and Web Technologies