更多“How many strict-high priority forwarding classes can be applied to a given interface on a non-IQ PIC?() ”相关问题
  • 第1题:

    有如下类定义: class Point{ private: static int how_many; }; ______how_many=0; 要初始化Point类的静态成员how_many,下划线处应填入的内容是

    A.int

    B.static int

    C.int Point: :

    D.static int Point


    正确答案:C
    解析:static int n;是定义静态全局变量,int point是定义类的。

  • 第2题:

    有如下类定义: class Point{ private: static int how_many; }; ___________how_many=0; 要初始化Point类的静态成员how_many,下画线处应填入的内容是( )。

    A.int

    B.static int

    C.int Point::

    D.static int Point::


    正确答案:C
    本题考查静态数据成员,静态数据成员可以初始化,但只能在类体外进行初始化,其一般形式为:数据类型类名::静态数据成员名=初值。所以本题答案为C。

  • 第3题:

    Examine the following options, Multicasting supports applications that communicate.()

    A. many - to - one

    B. one - to - one

    C. one - to - many

    D. many - to - many


    参考答案:C

  • 第4题:

    下面关于生成树协议中Forwarding状态描述错误的是()。

    A.Forwarding状态的端口可以接收BPDU报文

    B.Forwarding状态的端口不学习报文源MAC地址

    C.Forwarding状态的端口可以转发数据报文

    D.Forwarding状态的端口可以发送BPDU报文


    正确答案:B

  • 第5题:

    对于VRRP协议,我们把正常情况Master的优先级称为Priority(master),把正常情况下Backup的优先级称为Priority(backup),把监控端口失效时对Master优先级的影响成为Priority(reduced),则它们之间应满足如下关系()。

    A.Priority(master)>Priority(backup)>Priority(master)-Priority(reduced)

    B.Priority(master)

    C.Priority(master)>Priority(backup)>Priority(reduced)

    D.Priority(master)


    答案A

  • 第6题:

    Assumetworoutersonthesamesubnet,R1andR2,bothconfiguredforHSRP.R1hasapriorityof120.WhichofthefollowingHSRPinterfaceconfigurationswillalwaysresultintheR2becomingtheprimary?()

    A.standby1priority110

    B.standby1priority120

    C.standby1priority130

    D.standby1priority110preempt

    E.standby1priority120preempt

    F.standby1priority130preempt


    参考答案:C, F