When a client using the SERVER_ENCRYPT authentication type connects to a server using the SERVER authentication type, what happens?()A.An error will occur.B.Data passed between the client and the server is encrypted.C.User IDs and passwords are passed to

题目
When a client using the SERVER_ENCRYPT authentication type connects to a server using the SERVER authentication type, what happens?()

A.An error will occur.

B.Data passed between the client and the server is encrypted.

C.User IDs and passwords are passed to the server unencrypted.

D.User IDs and passwords are encrypted before they are passed to the server.


相似考题
更多“When a client using the SERVER_ENCRYPT authentication type connects to a server using the SERVER authentication type, what happens?() ”相关问题
  • 第1题:

    Whichofthefollowingarchitecturesisusedtosupporttheagentortheapplicationtier?()

    A.Simple

    B.Two-tier

    C.N-tier

    D.Client-server


    参考答案:A

  • 第2题:

    Internet主要使用的服务模式是()。

    A.客户机/服务器(Client/Server)

    B.终端/服务器(Terminal/Server)

    C.客户机/终端(Client/Terminal)

    D.浏览器/服务器(Brower/Server)


    参考答案:A

  • 第3题:

    Client/Server
    客户机/服务器

  • 第4题:

    WhichofthefollowingdescribestheappropriateportassignmentandmessageexchangeinastandardTFTPtransaction?()

    A.Server:10.0.0.1:69RRQ/WRQSent;Client:10.0.0.2:1888RRQ/WRQReceived

    B.Server:10.0.0.1:1888RRQ/WRQReceived;Client:10.0.0.2:69RRQ/WRQReceived

    C.Server:10.0.0.1:69RRQ/WRQReceived;Client:10.0.0.2:69RRQ/WRQSent

    D.Server:10.0.0.1:69RRQ/WRQReceived;Client:10.0.0.2:1888RRQ/WRQSent

    E.Server:10.0.0.1:1888RRQ/WRQSent;Client:10.0.0.2:69RRQ/WRQSent

    F.Server:10.0.0.1:1888RRQ/WRQReceived;Client:10.0.0.2:69RRQ/WRQSent


    参考答案:D

  • 第5题:

    以下命令片段实现的功能是( )。[Server] telnet server enable[Server] user-interface vty 0 4[Server-ui-vtyo-4] protocol inbound telnet[Server-ui-vtyo-4] authentication-mode aaa[Server-ui-vtyo-4] user privilege level 15[Server-ui-vtyo-4] quit

    A.配置telnet访问认证方式
    B.配置telnet访问用户的级别和认证方式
    C.配置telnet访问接口
    D.配置telnet访问接口和认证方式

    答案:B
    解析:
    命令片段实现的功能是配置telnet访问用户的级别和认证方式。

  • 第6题:

    主从式架构或客户端-服务器(Client/Server)结构简称C/S结构,把客户端 (Client) 与服务器 (Server) 区分开来。


    正确