What does the acronym FTP stand for? MCQ with Answer and Explanation

What does the acronym FTP stand for?
A. Fast Transfer Protocol
B. File Transmission Protocol
C. Full Transfer Protocol
D. File Transfer Protocol
Answer: Option D
Solution (By JKSSB Mock Tests)
FTP stands for File Transfer Protocol, a standard network protocol for transferring files between hosts.

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 parameters represents an accurate description of the web architecture concept called 'Content Management System' (CMS)?
A. A physical computer motherboard processing chip specification
B. An unlinked text configuration archive stored on local devices
C. A software application platform that allows users to create, modify, collaborate on, and manage digital content on a website without requiring advanced technical coding skills
D. A specialized local browser button designed to clear cache history

Correct Answer: Option C


Explanation:
A CMS (like WordPress or Drupal) abstracts web development complexity by providing templates, visual editors, and databases to publish content over the web easily.

This question belongs to: Computer Internet and Web Technologies
Question #2
What is the purpose of the 'link' tag in HTML?
A. To include a style sheet
B. To embed a hyperlink
C. To import a script
D. To define a relationship between the document and an external resource

Correct Answer: Option D


Explanation:
The tag is used to define relationships with external resources, such as stylesheets, icons, or preconnect, among others.

This question belongs to: Computer Internet and Web Technologies
Question #3
What type of attack involves an adversary secretly intercepting, reading, or altering communication messages between two web parties without either side knowing the channel is compromised?
A. SQL Injection vulnerability
B. Man-in-the-Middle (MitM) Attack
C. Denial of Service crash sequence
D. Phishing email broadcast

Correct Answer: Option B


Explanation:
A Man-in-the-Middle (MitM) attack occurs when a hacker inserts themselves into a communication session between a client and server to eavesdrop or modify data in transit.

This question belongs to: Computer Internet and Web Technologies