When using IP SLA FTP operation,which two FTP modes are supp

题目
多选题
When using IP SLA FTP operation,which two FTP modes are supported?()
A

Only the FTP PUT operation type is supported.

B

Active mode is supported.

C

Passive FTP transfer modes are supported.

D

FTP URL specified for the FTP GET operation is not supported.

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

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.

第2题:

The following output occurs on Router R1. IP SLA operation 1 uses an ICMP echo operation type, with default frequency of 60 seconds. The operation pings from address 1.1.1.1 to address 2.2.2.2. Which of the following answers is true reg arding IP SLA and object tracking on R1?() R1# show track Track 2 IP SLA 1 state State is Up 3 changes, last change 00:00:03 Delay up 45 secs, down 55 secs Latest operation return code: OK Latest RTT (millisecs) 6 Tracked by: STATIC - IP - ROUTING 0

  • A、The tracking return code fails after the SLA operation results in an ICMP echo failure three times.
  • B、The tracking return code fails after the SLA operation results in an ICMP echo failure one time.
  • C、After the tracking object fails, the tracking o bject moves back to an up state 45 seconds later in all cases.
  • D、After moving to a down state, the tracking object moves back to an OK state 45 seconds after the SLA operation moves to an OK state.

正确答案:D

第3题:

The following configuration commands exist only in an implementation plan document. An engineer does a copy/paste of these commands into configuration mode on Router R1. Which of the following answers is m ost accurate regarding the results?()ip sla1icmp - echo 1.1.1.1 source -ip 2.2.2.2ip sla schedule 1 start - time now life forever

A. The SLA operation will be configured but will not start until additional commands are used

B. The SLA operation is not comp letely configured so it will not collect any datA

C. The SLA operation is complete and working, collecting data into the RTTMON MIB

D. The SLA operation is complete and working but will not store the data in the RTTMON MIB without more configuration


参考答案:C

第4题:

A user has reported that they cannot access the company FTP site. The user states that they are using the IP address that was given to them “74200.92.105”. Which of the following is MOST likely the problem?()

  • A、Invalid IP address
  • B、FTP program is not working
  • C、Port 21 is blocked
  • D、The FTP site is down

正确答案:A

第5题:

Which four statements about an IP service level agreement (SLA) are true? ()

  • A、SLA responder knows type of operation, the port used, and duration.
  • B、SLA responder inserts in and out timestamps in the packet payload.
  • C、SLA sender and responder use the IP SLA Control Protocol to communicate with each other before
  • D、SLA sender and responder communication can be encrypted.
  • E、SLA sender and responder communication can be authenticated with MD5.

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

第6题:

Which statement about the S-Series native FTP proxy is not true?() 

  • A、 both active and passive modes FTP are supported
  • B、 by default the FTP proxy uses port 8021
  • C、 access polices may apply to native FTP traffic
  • D、 data loss prevention policies may apply to native FTP traffic
  • E、 authentication is supported in transparent mode

正确答案:E

第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服务器的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

第9题:

When configuring more than one archival site, which statement is true?()

  • A、The system will first attempt the transfer using the URL configured last
  • B、The system will transfer the configuration to each archival site
  • C、The system will not transfer to a secondary site unless the previous site fails
  • D、The system will transfer using secure copy protocl (SCP) before attempting FTP

正确答案:C

第10题:

When installing a cisco wcs,which two ports can be changed during installation?()

  • A、https
  • B、tftp
  • C、rmi
  • D、http
  • E、ftp

正确答案:A,D

更多相关问题