Which of the following is the MOST effective method to restrict staff members from accessing a service on a company server?()A. Implement ACLs.B. Disable accounts for staff members who do not require server access.C. Implement anti-spam software on the se

题目
Which of the following is the MOST effective method to restrict staff members from accessing a service on a company server?()

A. Implement ACLs.

B. Disable accounts for staff members who do not require server access.

C. Implement anti-spam software on the server.

D. Implement anti-virus software on the server.


相似考题
更多“Which of the following is the MOST effective method to restrict staff members from accessing a service on a company server?() ”相关问题
  • 第1题:

    Whichactionoccurswhenthepolicymain-policyevaluatestheBGProute10.0.55.2/32?()

    [editpolicy-options]

    policy-statementtest{

    from{

    route-filter10.0.0.016/orlongeraccept;

    route-filter10.0.67.0/24orlangerreject;

    route-filter10.0.0.0/8orlanger;

    }

    then{

    metric10;

    communityaddno-advertise;

    accept;

    }

    }

    policy-statementmain-policy{

    termonly-want-certain-routes{

    from{

    policytest;

    }

    then{

    communityaddharry-402;

    accept;

    }

    }

    }

    communitynoadvertisemembersno-advertise;

    communityharry-402members666:402;

    [editprotocols]

    bgp{

    exportmain-policy;}


    参考答案:B

  • 第2题:

    You will want two trees about ten feet apart, 选择

    You will want two trees about ten feet apart, from _____ to suspend your tent.

    (A) there                         (C) which

    (B) them                              (D) where

     


    选择D
    可改写为you will want two tress about ten feet apart, to suspend your tent from.
    只要有介词摆在空格之前,选项是which, them ,there ,where肯定是which
    介词+which+动词不定式,整体做定语

  • 第3题:

    Staff类含有int型数据成员ID,两个Staff对象相等是指它们的ID相同。下面的函数重载了运算符==,它用来判断两个Staff对象是否相等,相等时返回true,否则返回false。请将横线处缺失部分补充完整。

    bool Staff::Staff==(const Staff &s)

    {

    return(【 】)

    }


    正确答案:this.ID==s.ID
    this.ID==s.ID

  • 第4题:

    WhichactionoccurswhentheBGProute20.1.0.0/16isevaluatedbythepolicyexpression?()[editpolicy-options]policy-statementreject_10{from{route-filter20.1.0.0/16orlongerM}then{communityadd90-1;accept}}policy-statementaccept_20{from{route-filter20.1.0.0/16orlongerM}then{communityadd100-1;reject;}}community100-1members100:1;community90-1members90:1[editprotocols]bgp{groupebgp-group{neighbor172.16.201.1{export(reject-10&&accept-20);}}}

    A.Therouteisnotannounced.

    B.Therouteisannouncedwith90:1added.

    C.Therouteisannouncedwith100:1added.

    D.Therouteisannouncedwithcommunities90:1and100:1added.


    参考答案:A

  • 第5题:

    Company.comhasdecidedtoimplementVPNforallnetworktraffic.HowmightthismightaffectHACMP?()

    A.OnlytheheartbeatIPnetworkcanexistinaVPNstylenetwork.

    B.HACMpmusthaveseparateVPN’sforall’non-service’and’service’adapternetworks.

    C.IfaVPNisusedforIPtraffictheheartbeatingmustbedoneoverdiskconnections.

    D.HACMPcanexistinaVPNnetworkenvironment,butspecialconsiderationsmustbe addressed.


    参考答案:D

  • 第6题:

    下列有关Service与Topic通信区别的描述,说法错误的是:

    A.多个Server可以同时提供同一个Service

    B.Topic是异步通信,Service是同步通信

    C.Topic通信是单向的,Service是双向的

    D.Topic适用于传感器的消息发布,Service适用于偶尔调用的任务


    C