Home / CSE MCQs / Computer Network MCQs :: FTP - Computer Networks

CSE MCQs :: Computer Network MCQs

  1. Expansion of FTP is:
  2. A.
    Fine Transfer Protocol
    B.
    File Transfer Protocol
    C.
    First Transfer Protocol
    D.
    None of the mentioned

  3. FTP is built on _____ architecture:
  4. A.
    Client-server
    B.
    P2P
    C.
    Both of the mentioned
    D.
    None of the mentioned

  5. FTP uses _____ parallel TCP connections to transfer a file:
  6. A.
    1
    B.
    2
    C.
    3
    D.
    4

  7. Identify the incorrect statement:
  8. A.
    FTP stands for File Transfer Protocol
    B.
    FTP uses two parallel TCP connections
    C.
    FTP sends its control information in-band
    D.
    FTP sends exactly one file over the data connection

  9. If 5 files are transfered from server A to client B in the same session. The number of TCP connection between A and B is:
  10. A.
    5
    B.
    10
    C.
    2
    D.
    6

  11. FTP server:
  12. A.
    Mantains state
    B.
    Is stateless
    C.
    Has single TCP connection for a file transfer
    D.
    None of the mentioned

  13. The commands, from client to server, and replies, from server to client, are sent across the control connection in ____ bit ASCII format:
  14. A.
    8
    B.
    7
    C.
    3
    D.
    5

  15. Mode of data transfer in FTP, where all the is left to TCP:
  16. A.
    Stream mode
    B.
    Block mode
    C.
    Compressed mode
    D.
    None of the mentioned

  17. The password is sent to the server using _____ command:
  18. A.
    PASSWD
    B.
    PASS
    C.
    PASSWORD
    D.
    None of the mentioned