当前位置: 答题翼 > 问答 > 计算机类考试 > 正文
目录: 标题| 题干| 答案| 搜索| 相关
问题

Anadministratorreceivesacallfromanenduserreportingthattheapplicationtheyareusing keepsgivingthemanerroronport23.Whichofthefollowingisbeingused?()


Anadministratorreceivesacallfromanenduserreportingthattheapplicationtheyareusing keepsgivingthemanerroronport23.Whichofthefollowingisbeingused?()

A、SSH

B、RemoteDesktopConnection

C、Telnet

D、VPN

参考答案
您可能感兴趣的试题
  • 阅读以下FORTRAN程序 READ(*,*)M,NK=MOD(M,N)M=NN=KK=MOD(M,N)GOTO 10END IFWRITE(*,*)NEND若运

  • 设有FORTRAN77函数子程序如下:FUNCTIONIP(N,A)IP=01F(A.I.T.1.0)IP=NEND下列函数调用中正确的是(