Home »
Aptitude Questions and Answers »
Networking Aptitude Questions
Networking | FTP Aptitude Questions and Answers
Networking | FTP Aptitude Questions and Answers: This section contains aptitude questions and answers on Networking | File Transfer Protocol (FTP).
Submitted by Nidhi, on May 06, 2021
Networking FTP Aptitude Questions and Answers
1) There are the following statements that are given below, which of them are correct about FTP?
- FTP stands for File Transmission Protocol.
- FTP is used to transfer files between clients and servers in the network.
- FTP is a transport layer protocol.
- FTP works with the command line as well as a graphical user interface.
Options:
- A and B
- B and C
- B and D
- A, B, and D
Correct answer: 3
B and D
Explanation:
Statement B and D are correct about FTP.
2) FTP works on which layer of the OSI model?
- Datalink layer
- Network layer
- Transport layer
- Application layer
Correct answer: 4
Application layer
Explanation:
FTP is an application layer protocol.
3) Who was developed FTP?
- Bill gates
- Abhay bhushan
- H C Verma
- Manindra agrawal
Correct answer: 2
Abhay bhushan
Explanation:
FTP was developed by Abhay bhushan.
4) In which year FTP was developed?
- 1987
- 1971
- 1988
- 2001
Correct answer: 2
1971
Explanation:
FTP was developed in 1971 by Abhay bhushan.
5) Which of the following RFC number is related to FTP?
- RFC 114
- RFC 220
- RFC 225
- RFC 235
Correct answer: 1
RFC 114
Explanation:
The RFC 114 is related to FTP.
6) Which of the following types of connections are used in FTP?
- Control connection
- Data connection
- Database connection
- All the above
Options:
- A and B
- A and C
- B and C
- D
Correct answer: 1
A and B
Explanation:
FTP uses control and data connections.
7) Which type of FTP connection uses complex rules for communication?
- Control connection
- Data connection
Correct answer: 2
Data connection
Explanation:
Data connection uses very complex rules for communication.
8) Which of the following are the components of the FTP Client?
- Control process
- Data transfer process
- User Interface
- None of the above
Options:
- A and B
- A and C
- A, B, and C
- D
Correct answer: 3
A, B, and C
Explanation:
Options A, B, and C are the components of the FTP client.
9) Which of the following are the components of the FTP Server?
- Control process
- Data transfer process
- User Interface
- None of the above
Options:
- A and B
- A and C
- A, B, and C
- D
Correct answer: 1
A and B
Explanation:
Options A and B are the components of the FTP server.
10) What is the maximum size limit of the file that can be transferred using the FTP protocol?
- 1GB approx
- 2GB approx
- 4GB approx
- 8GB approx
Correct answer: 2
2GB approx
Explanation:
The size limit of the file is 2GB approximate that can be transferred using FTP protocol.
11) There are the following statements that are given below, which of them are the advantages of FTP protocol?
- Using FTP file transfer is very fast.
- Using FTP, we can access the FTP server in a secure manner.
- FTP is a very efficient protocol for transferring a file.
- FTP provides back and forth movement.
Options:
- A and B
- B and C
- A, B, and C
- A, B, C, and D
Correct answer: 4
A, B, C, and D
Explanation:
All statements describe the correct advantages of the FTP protocol.
12) There are the following statements that are given below, which of them are the disadvantages of FTP protocol?
- All FTP providers do not provide encrypted transfer of files.
- It does not allow simultaneous transfers with multiple receivers.
- We cannot send a very large file due to the size limit.
- FTP is not supported in Linux operating system.
Options:
- A and B
- B and C
- A, B, and C
- A, B, C, and D
Correct answer: 3
A, B, and C
Explanation:
Statements A, B, and C are the correct disadvantages of the FTP protocol.
13) Is FTP work with IPv6?
- Yes
- No
Correct answer: 1
Yes
Explanation:
Yes, FTP work with IPv6.
14) Which utility command is used for FTP in the Linux operating system?
- FTP
- ftp
- linuxftp
- LinuxFtp
Correct answer: 1
FTP
Explanation:
The "ftp" utility is used to perform FTP protocol tasks.
15) Which of the following types of data structures allowed in FTP?
- File structure
- Record structure
- Page structure
- All the above
Options:
- A and B
- A and C
- B and C
- D
Correct answer: 4
D
Explanation:
All given options are the correct types of data structures allowed in FTP.
16) Which of the following commands are used in the FTP protocol?
- PASS
- MKD
- CWD
- PWD
Options:
- A and B
- A, B, and C
- B, C, and D
- A, B, C, and D
Correct answer: 4
A, B, C, and D
Explanation:
All given commands are used in the FTP protocol.
17) There are the following commands that are given below, which command is not used in the FTP protocol?
- KGD
- USER
- RETR
- RMD
Correct answer: 1
KGD
Explanation:
The "KGD" is not valid FTP command.
18) Which FTP response code is used for "Bad sequence of commands"?
- DNS
- Inverse ARP
- BOOTP
- DHCP
Options:
- 501
- 502
- 503
- 504
Correct answer: 3
503
Explanation:
The 503 FTP response code is used for "Bad sequence of commands".
19) Which FTP response code is used for “Not logged in”?
- 520
- 530
- 540
- 550
Correct answer: 2
530
Explanation:
The 530 FTP response code is used for "Not logged in".
20) Which FTP command is used to send a request to display all files present in the directory?
- STOR
- LIST
- CWD
- RETR
Correct answer: 2
LIST
Explanation:
The "LIST" command is used to send requests to display all files present in the directory.
21) What is the full form of TFTP?
- Transport File Transfer Protocol
- Tree File Transfer Protocol
- Trivial File Transfer Protocol
- Trim File Transfer Protocol
Correct answer: 3
Trivial File Transfer Protocol
Explanation:
TFTP stands for Trivial File Transfer Protocol.
22) Which of the following default port is used for TFTP?
- 69
- 65
- 70
- 71
Correct answer: 1
69
Explanation:
The default port 69 is used for TFTP.
23) TFTP uses?
- TCP
- UDP
- Both
- None
Correct answer: 2
UDP
Explanation:
The TFTP uses UDP.
24) Can we access files without using a username and password?
- Yes
- No
Correct answer: 1
Yes
Explanation:
Yes, we can access files without username and password using anonymous FTP.
25) What is the full form of SFTP?
- Simple File Transfer Protocol
- Short File Transfer Protocol
- Secure File Transfer Protocol
- Scheduled File Transfer Protocol
Correct answer: 3
Secure File Transfer Protocol
Explanation:
The SFTP stands for Secure File Transfer Protocol.