参考答案和解析
参考答案:A
更多“Which command sequence shows traffic per queue for an interface?() ”相关问题
  • 第1题:

    【C6】

    A.punishes

    B.defeats

    C.tells

    D.shows


    正确答案:A
    此处是说华尔街怎样惩罚那些作虚假报表的公司。所以应选punish(惩罚)。其他三项“defeat击败,战胜;tell告诉;show显示”意思都不对。

  • 第2题:

    Asanetworkengineer,studytheexhibitcarefully.RouterNetisunabletoestablishanADSLconnectionwithitsprovider.Whichactionwouldcorrectthisproblem?()

    A.OntheDialer0interface,addthepppoeenablecommand

    B.OntheDialer0Interface,addtheipmtu1496command

    C.OntheATM0/0interface,addthedialerpool-member1command

    D.OntheATM0/0interface,addthedialerpool-member0command


    参考答案:C

  • 第3题:

    循环队列Queue(最多元素为MAX)判断队列为空的条件是()。 A. Queue->front= =NULL; B. Queue->rear= =NULL; C. Queue->front= = Queue->rear; D. Queue= =NULL;


    front==(rear+1)%maxSize

  • 第4题:

    Onwhatbasisareworldwidenodenamesassigned?()

    A.per-serviceprofile

    B.per-computenode

    C.per-group

    D.per-VHBA


    参考答案:A

  • 第5题:

    Which command shows if an access list is assigned to an interface?()

    A. show ip interface [interface] access-lists

    B. show ip access-lists interface [interface]

    C. show ip interface [interface]

    D. show ip access-lists [interface]


    参考答案:C

  • 第6题:

    下列关于interface的说法正确的是:

    A.interface中可以有private方法

    B.interface中可以有final方法

    C.interface中可以有function实现

    D.interface可以继承其他interface


    interface 可以继承其他 interface