更多“FTP Client 发起对FTP ”相关问题
  • 第1题:

    下面为用户zhang用FTP.exer命令的过程,请解析下划线部分的含义。

    C:>ftp ftp.abc.com.cn //连接到ftp服务器

    ftp>user zhang //使用zhang用户登录ftp服务器

    ftp>pwd //第(1)处

    ftp>ls //显示当前目录列表

    ftp>binary //第(2)处

    ftp>get testprog.exe //第(3)处

    ftp>bye //退出FTP.exe命令

    (1)


    正确答案:显示远程计算机上的当前目录
    显示远程计算机上的当前目录

  • 第2题:

    如果ftp.exe文件存储在一台主机名为bit. edu. cn的ftp服务器上,则下载该文件的URL应为( )。

    A.http://bit.edu.on/ftp.exe

    B.//bit.edu.cn/ftp.exe

    C.ftp://bit.edu.cn@ftp.exe

    D.ftp://bit.edu.cn/ftp.exe


    正确答案:D
    解析:在使用FTP服务的时候,用户将协议类型换成ftp.后面指定FTP服务器的主机名。就可以通过浏览器访问FTP服务器。下载文件时,还需在后面指名要下载的文件名。

  • 第3题:

    Giventheconfigurationshownintheexhibit,whichconfigurationobjectwouldbeusedtoassociatebothNancyandWalterwithfirewalluserauthenticationwithinasecuritypolicy?()profileftp-users{clientnancy{firewall-user{password"$9$lJ8vLNdVYZUHKMi.PfzFcyrvX7";SECRET-DATA}}clientwalter{firewall-user{password"$9$a1UqfTQnApB36pBREKv4aJUk.5QF";SECRET-DATA}}session-options{client-groupftp-group;}}firewall-authentication{pass-through{default-profileftp-users;ftp{banner{login"JUNOSRocks!";}}}}

    A.ftp-group

    B.ftp-users

    C.firewall-user

    D.nancyandwalter


    参考答案:A

  • 第4题:

    如果FTP服务器的IP地址是10.155.22.99,客户机的IP地址是172.16.16.10,则使用FTP的命令是()。

    A.FTP10.155.22.99

    B.FTP172.166.16.10

    C.FTP10.155.22.99172.166.16.10

    D.FTP172.166.16.1010.155.22.99


    参考答案:A

  • 第5题:

    The File Transfer Protocol (FTP) is a standard network protocol used for the transfer of computer ( ) between a client and server on a computer network.FTP is built on a (请作答此空) model architecture using separate control and data connections between the client and the server. FTP users may authenticate themselves with a ( ) sign-in protocol, normally in the form of a username and password, but can connect anonymously if the server is configured to allow it. For secure transmission that protects the username and password, and encrypts the content, FTP is often secured with SSL/TLS (FTPS) or replaced with SSH File Transfer Protocol (SFTP).The first FTP client applications were ( ) programs developed before operating systems had graphical user interfaces, and are still shipped with most Windows, Unix, and Linux operating systems. Many FTP clients and automation utilities have since been developed for desktops, servers, mobile devices, and hardware, and FTP has been incorporated into productivity applications, such as HTML editors.FTP may run in ( ) mode, which determines how the data connection is established. In both cases, the client creates a TCP control connection from a random, usually an unprivileged, port N to the FTP server command port 21.In active mode, the client starts listening for incoming data connections from the server on port M. It sends the FTP command PORT M to inform the server on which port it is listening. The server then initiates a data channel to the client from its port 20, the FTP server data port.In situations where the client is behind a firewall and unable to accept incoming TCP connections, passive mode may be used. In this mode, the client uses the control connection to send a PASV command to the server and then receives a server IP address and server port number from the server, which the client then uses to open a data connection from an arbitrary client port to the server IP address and server port number received.Both modes were updated in September 1998 to support IPv6. Further changes were introduced to the passive mode at that time, updating it to extended passive mode.

    A.browser-server
    B.user- server
    C.client-server
    D.business -customer

    答案:C
    解析:
    The File Transfer Protocol (FTP) is a standard network protocol used for the transfer of computer files between a client and server on a computer network.FTP is built on a client-server model architecture using separate control and data connections between the client and the server. FTP users may authenticate themselves with a clear-text sign-in protocol, normally in the form of a username and password, but can connect anonymously if the server is configured to allow it. For secure transmission that protects the username and password, and encrypts the content, FTP is often secured with SSL/TLS (FTPS) or replaced with SSH File Transfer Protocol (SFTP).The first FTP client applications were command-line programs developed before operating systems had graphical user interfaces, and are still shipped with most Windows, Unix, and Linux operating systems. Many FTP clients and automation utilities have since been developed for desktops, servers, mobile devices, and hardware, and FTP has been incorporated into productivity applications, such as HTML editors.FTP may run in active or passive mode, which determines how the data connection is established. In both cases, the client creates a TCP control connection from a random, usually an unprivileged, port N to the FTP server command port 21.In active mode, the client starts listening for incoming data connections from the server on port M. It sends the FTP command PORT M to inform the server on which port it is listening. The server then initiates a data channel to the client from its port 20, the FTP server data port.In situations where the client is behind a firewall and unable to accept incoming TCP connections, passive mode may be used. In this mode, the client uses the control connection to send a PASV command to the server and then receives a server IP address and server port number from the server, which the client then uses to open a data connection from an arbitrary client port to the server IP address and server port number received.Both modes were updated in September 1998 to support IPv6. Further changes were introduced to the passive mode at that time, updating it to extended passive mode.

  • 第6题:

    下列关于Ftp服务说法错误的是()。

    • A、Ftp连接包括用于传输命令的控制连接和用于传输数据的数据连接
    • B、控制连接由服务器端发起
    • C、Ftp服务不依赖于具体的操作系统
    • D、Ftp协议属于应用层的协议

    正确答案:B

  • 第7题:

    Using FTP passive mode, after the client opens thecommand channel (port 21) to the FTP server and requests passive mode, what will be the next step? ()

    • A、 The FTP server sends back an acknowledgment (ACK) to the client
    • B、 The FTP server allocates a port touse for the data channel and transmit that port number to the client
    • C、 The FTP server opens the data channel to the client using the port number indicated by the client
    • D、 The FTP client opens the data channel to the FTP server on Port 20
    • E、 The FTP client opens the datachannel to the FTP server on Port 21

    正确答案:B

  • 第8题:

    域名ftp.beijing.gov.cn中计算机名是()。

    • A、ftp.beijing.gov.cn
    • B、ftp.beijing.gov
    • C、ftp.beijing
    • D、ftp

    正确答案:D

  • 第9题:

    访问ftp.microsoft.com服务器下的office目录时,其地址的正确写法是()。

    • A、ftp.microsoft.com/office
    • B、ftp.microsoft.com//office
    • C、ftp://ftp.microsoft.com/office
    • D、ftp:/ftp.microsoft.com/office

    正确答案:C

  • 第10题:

    You have 2 commands used for ftp: ip ftp username xxxxxx ip ftp password yyyyyy Which two commands will be used when switching from ftp to http?


    正确答案: Ip http client username xxxxxx
    Ip http client password yyyyyy

  • 第11题:

    lynx是一种()。

    • A、编辑程序
    • B、Web Server
    • C、Web Client
    • D、ftp client

    正确答案:C

  • 第12题:

    判断题
    使用FTP协议传送的文件称为FTP文件,提供文件传输的服务器称为FTP服务器。
    A

    B


    正确答案:
    解析: 暂无解析

  • 第13题:

    ftp服务器允许匿名登录,登陆后访问的目录是()。

    A./etc/ftp/pub B./var/ftp/pub

    B./usr/ftp/pub

    C./home/ftp/pub


    正确答案:B

  • 第14题:

    如果FTP客户机所在网络的防火墙禁止FTP服务器向客户机发起数据连接,则FTP服务器采取被动模式,等待客户机发起数据连接。

    此题为判断题(对,错)。


    正确答案:√

  • 第15题:

    在浏览器地址栏中输入(69)可访问FTP站点ftp.abc.com

    A.ftp.abc.com

    B.ftp://ftp.abc.com

    C.http://ftp.abc.com

    D.http://www.ftp.abc.com


    正确答案:B
    本试题考查浏览器的使用。在浏览器地址栏中输入ftp://ftp.abc.com可访问FTP站点ftp.abc.com,若输入ftp.abc.com,默认协议是http.

  • 第16题:

    ● 域名“ftp.beijing.gov.cn”中计算机名是()()A.ftp.beijing.gov.cn B. ftp.beijing.govC. ftp.beijing D. ftp


    正确答案:D
     域名“ftp.beijing.gov.cn”中计算机名是ftp,域名是:beijing.gov.cn。

  • 第17题:

    The File Transfer Protocol (FTP) is a standard network protocol used for the transfer of computer ( ) between a client and server on a computer network.FTP is built on a ( ) model architecture using separate control and data connections between the client and the server. FTP users may authenticate themselves with a ( ) sign-in protocol, normally in the form of a username and password, but can connect anonymously if the server is configured to allow it. For secure transmission that protects the username and password, and encrypts the content, FTP is often secured with SSL/TLS (FTPS) or replaced with SSH File Transfer Protocol (SFTP).The first FTP client applications were (请作答此空) programs developed before operating systems had graphical user interfaces, and are still shipped with most Windows, Unix, and Linux operating systems. Many FTP clients and automation utilities have since been developed for desktops, servers, mobile devices, and hardware, and FTP has been incorporated into productivity applications, such as HTML editors.FTP may run in ( ) mode, which determines how the data connection is established. In both cases, the client creates a TCP control connection from a random, usually an unprivileged, port N to the FTP server command port 21.In active mode, the client starts listening for incoming data connections from the server on port M. It sends the FTP command PORT M to inform the server on which port it is listening. The server then initiates a data channel to the client from its port 20, the FTP server data port.In situations where the client is behind a firewall and unable to accept incoming TCP connections, passive mode may be used. In this mode, the client uses the control connection to send a PASV command to the server and then receives a server IP address and server port number from the server, which the client then uses to open a data connection from an arbitrary client port to the server IP address and server port number received.Both modes were updated in September 1998 to support IPv6. Further changes were introduced to the passive mode at that time, updating it to extended passive mode.

    A.command-line
    B.graphical
    C.automation
    D.productivity

    答案:A
    解析:
    The File Transfer Protocol (FTP) is a standard network protocol used for the transfer of computer files between a client and server on a computer network.FTP is built on a client-server model architecture using separate control and data connections between the client and the server. FTP users may authenticate themselves with a clear-text sign-in protocol, normally in the form of a username and password, but can connect anonymously if the server is configured to allow it. For secure transmission that protects the username and password, and encrypts the content, FTP is often secured with SSL/TLS (FTPS) or replaced with SSH File Transfer Protocol (SFTP).The first FTP client applications were command-line programs developed before operating systems had graphical user interfaces, and are still shipped with most Windows, Unix, and Linux operating systems. Many FTP clients and automation utilities have since been developed for desktops, servers, mobile devices, and hardware, and FTP has been incorporated into productivity applications, such as HTML editors.FTP may run in active or passive mode, which determines how the data connection is established. In both cases, the client creates a TCP control connection from a random, usually an unprivileged, port N to the FTP server command port 21.In active mode, the client starts listening for incoming data connections from the server on port M. It sends the FTP command PORT M to inform the server on which port it is listening. The server then initiates a data channel to the client from its port 20, the FTP server data port.In situations where the client is behind a firewall and unable to accept incoming TCP connections, passive mode may be used. In this mode, the client uses the control connection to send a PASV command to the server and then receives a server IP address and server port number from the server, which the client then uses to open a data connection from an arbitrary client port to the server IP address and server port number received.Both modes were updated in September 1998 to support IPv6. Further changes were introduced to the passive mode at that time, updating it to extended passive mode.

  • 第18题:

    UNIX系统下关于ftp描述正确的有()

    • A、ftp是文件传输协议
    • B、ftp命令可以登录到ftp服务器
    • C、ftp为用户提供文件上传功能
    • D、ftp为用户提供文件下载功能

    正确答案:A,B,C,D

  • 第19题:

    下列()是ftp服务的URL的正确范例。

    • A、ftp.ncic
    • B、fttp://ftp.ncic
    • C、ftp://ftp.ncic
    • D、ftp:ftp.ncic

    正确答案:C

  • 第20题:

    以下()地址格式是无效的FTP地址格式。

    • A、ftp:222.16.260.16
    • B、ftp://50.35.62.42
    • C、ftp://www.microsoft.com
    • D、ftp://202.12.50.1

    正确答案:A

  • 第21题:

    如果FTP服务器的IP地址是10.155.22.99,客户机的IP地址是172.16.16.10,则使用FTP的命令是()。

    • A、FTP10.155.22.99
    • B、FTP172.166.16.10
    • C、FTP10.155.22.99172.166.16.10
    • D、FTP172.166.16.1010.155.22.99

    正确答案:A

  • 第22题:

    Given the configuration shown in the exhibit, which configuration object would be used to associate bothNancy and Walter with firewall user authentication within a security policy?() profile ftp-users { client nancy { firewall-user { password "$9$lJ8vLNdVYZUHKMi.PfzFcyrvX7"; ## SECRET-DATA } } client walter { firewall-user { password "$9$a1UqfTQnApB36pBREKv4aJUk.5QF"; ## SECRET-DATA } } session-options { client-group ftp-group; } } firewall-authentication { pass-through { default-profile ftp-users;ftp { banner { login "JUNOS Rocks!"; } } } }

    • A、ftp-group
    • B、ftp-users
    • C、firewall-user
    • D、nancy and walter

    正确答案:A

  • 第23题:

    单选题
    Given the configuration shown in the exhibit, which configuration object would be used to associate bothNancy and Walter with firewall user authentication within a security policy?() profile ftp-users { client nancy { firewall-user { password "$9$lJ8vLNdVYZUHKMi.PfzFcyrvX7"; ## SECRET-DATA } } client walter { firewall-user { password "$9$a1UqfTQnApB36pBREKv4aJUk.5QF"; ## SECRET-DATA } } session-options { client-group ftp-group; } } firewall-authentication { pass-through { default-profile ftp-users;ftp { banner { login "JUNOS Rocks!"; } } } }
    A

    ftp-group

    B

    ftp-users

    C

    firewall-user

    D

    nancy and walter


    正确答案: A
    解析: 暂无解析

  • 第24题:

    单选题
    Using FTP passive mode, after the client opens thecommand channel (port 21) to the FTP server and requests passive mode, what will be the next step? ()
    A

     The FTP server sends back an acknowledgment (ACK) to the client

    B

     The FTP server allocates a port touse for the data channel and transmit that port number to the client

    C

     The FTP server opens the data channel to the client using the port number indicated by the client

    D

     The FTP client opens the data channel to the FTP server on Port 20

    E

     The FTP client opens the datachannel to the FTP server on Port 21


    正确答案: B
    解析: 暂无解析