网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
名词解释题
英译中:File transfer protocol(FTP)

参考答案

参考解析
解析: 暂无解析
更多 “名词解释题英译中:File transfer protocol(FTP)” 相关考题
考题 在使用FTP工具向OMC服务器(Linux操作系统)中上传文件时,应选用『____』传送模式。(Using the FTP tool upload file to the OMC server (Linux operating system),the transfer mode should be used in『____』.)

考题 FTP(File Transfer Protocol)协议是Internet上远程登陆服务的基础,通常所说的FTP是基于该协议的一种服务。() 此题为判断题(对,错)。

考题 FTP即File Transfer Protocol,文件传输协议,下列各项中(32)是FTP可以传输的文件形式。A.文本文件B.二进制可执行文件C.数据压缩文件D.以上全部

考题 下列属于电子邮件软件的是( )A.IPB.TCPC.Outlook ExpressD.File Transfer Protocol

考题 根据《智慧家庭场景化培训教材之装维基础》描述,FTP(文件传输协议、File Transfer Protocol)是用于文件传输的Internet标准。FTP支持一些文本文件(例如ASCII、二进制等等)和面向字节流的文件结构。() 此题为判断题(对,错)。

考题 Internet应用层协议FTP(File Transfer Protocol)协议通过(41)协议提供服务,它和HTTP一样都是Internet上广泛使用的协议,FTP是基于client/Server结构通信的,作为服务器一方的进程,通过监听(42)端口得知有服务请求,在一次会话中,存在(43)个TCP连接。A.UDPB.TCPC.IPD.IPX

考题 FTP的全称是______。A.File Take PictureB.File Transfer ProtocolC.File Tool ProtocolD.File Take Process

考题 Which of the following is a reason to block FTP at the corporate firewall?() A. It does not transfer encrypted files.B. It cannot be tunneled in a VPN.C. It is a deprecated protocol.D. It transmits passwords in clear text

考题 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

考题 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、WWW(World Wide Web):万维网B、URL(Uinform Resource Locator):统一资源定位器C、HTTP(Hypertext Transfer Protocol):超文本传输协议D、FTP (File Transfer Protocol):快速传输协议E、TCP(Transfer Control Protocol):传输控制协议

考题 FTP是指:()A、File Transfer ProtocolB、Full Transfer ProviderC、File Transfer ProviderD、Full Text Protocol

考题 以下关于协议支持表述不正确的是()A、Telnet,UDPB、FTP(File Transfer Protocol),TCPC、SMTP(Simple Mail Transfer Protocol),TCPD、POP3(Post Office Protocol V3),TCP

考题 应用层中主要的协议是()。A、远程登录协议(Telnet)B、简单邮件传输协议(SMTP,Simple Mail Transfer Protocol)C、文件传输协议(FTP,File Transport Protocol)D、以上都是

考题 英译中:File transfer protocol(FTP)

考题 For the following protocols, which one provides a mechanism to transparently intercept and redirect CIFS traffic from a client to a local Cisco Wida Area Application engine?()A、Virtual Router Redundancy Protocol(VRRP)B、File Transport Protocol(FTP)C、Hot Standby Routing Protocol(HSRP)D、Web Cache Communication Protocol(WCCP)

考题 Which of the following is a reason to block FTP at the corporate firewall?()A、It does not transfer encrypted files.B、It cannot be tunneled in a VPN.C、It is a deprecated protocol.D、It transmits passwords in clear text

考题 A user tries to ftp a 3 gigabyte file to an AIX machine at certain times during the day.  The file transfer fails at exactly 2,147,483,584 bytes each time.  All of the following are probable causes of the failures EXCEPT:()A、AIX has not been updated to V4B、fsize in /etc/security/limits file has not been set to -1C、ftp can only transfer files  2 gig in binary modeD、The filesystem is not large-file enabled

考题 A customer has downloaded new firmware files for the IBM support Web Site. Which of the following is the correct method for updating the firmware for the QLogic Intelligent Passthru Module using the command line?()A、Transfer the file to the FC module using FTP; use Telnet to the FC module to start the updateB、Use Telnet to the AMM to transfer the file using TFTP; start the updateC、Transfer the file to the FC module using Secure Copy Protocol (SCP);use Telnet to the FC module to start the updateD、Start the update and enter FC module IP address when prompted

考题 When configuring more than one archival site, which statement is true?()A、The system will first attempt the transfer using the URL configured lastB、The system will transfer the configuration to each archival siteC、The system will not transfer to a secondary site unless the previous site failsD、The system will transfer using secure copy protocol (SCP) before attempting FTP

考题 单选题应用层中主要的协议是()。A 远程登录协议(Telnet)B 简单邮件传输协议(SMTP,Simple Mail Transfer Protocol)C 文件传输协议(FTP,File Transport Protocol)D 以上都是

考题 单选题A customer has downloaded new firmware files for the IBM support Web Site. Which of the following is the correct method for updating the firmware for the QLogic Intelligent Passthru Module using the command line?()A Transfer the file to the FC module using FTP; use Telnet to the FC module to start the updateB Use Telnet to the AMM to transfer the file using TFTP; start the updateC Transfer the file to the FC module using Secure Copy Protocol (SCP);use Telnet to the FC module to start the updateD Start the update and enter FC module IP address when prompted

考题 单选题When configuring more than one archival site, which statement is true?()A The system will first attempt the transfer using the URL configured lastB The system will transfer the configuration to each archival siteC The system will not transfer to a secondary site unless the previous site failsD The system will transfer using secure copy protocol (SCP) before attempting FTP

考题 单选题A user tries to ftp a 3 gigabyte file to an AIX machine at certain times during the day.  The file transfer fails at exactly 2,147,483,584 bytes each time.  All of the following are probable causes of the failures EXCEPT:()A AIX has not been updated to V4B fsize in /etc/security/limits file has not been set to -1C ftp can only transfer files  2 gig in binary modeD The filesystem is not large-file enabled

考题 单选题下列网络上常用的名字缩写对应的中文解释错误的是()。A WWW(World Wide Web):万维网。B URL(Uniform Resource Locator):统一资源定位器。C HTTP(Hypertext Transfer Protocol):超文本传输协议。D FTP(File Transfer Protocol):快速传输协议。E TCP(Transfer Control Protocol):传输控制协议。

考题 单选题FTP是指:()A File Transfer ProtocolB Full Transfer ProviderC File Transfer ProviderD Full Text Protocol

考题 名词解释题英译中:File Transfer Protocol