What are two purposes of the AS_PATH attribute?()A. route selectionB. loop avoidanceC. determining equal cost paths for reachabliltyD. defining the application of other BGP attributes

题目
What are two purposes of the AS_PATH attribute?()

A. route selection

B. loop avoidance

C. determining equal cost paths for reachablilty

D. defining the application of other BGP attributes


相似考题
更多“What are two purposes of the AS_PATH attribute?() ”相关问题
  • 第1题:

    WhichXSLifstatementchecksfortheexistenceofahomepageattributewithinanSTSUniversalUserXMLstructure?()

    A.<xsl:iftest="//stsuuser:AttributeList/stsuuser:Attribute[attr=‘homepage‘]">

    B.<xsl:iftest="//stsuuser:AttributeList/stsuuser:Attribute[@name=‘homepage‘]">

    C.<xsl:if-exists="//stsuuser:AttributeList/stsuuser:Attribute/custom:Homepage">

    D.<xsl:if-exists="//stsuuser:AttributeList/stsuuser:Attribute[@name=‘homepage‘])>


    参考答案:B

  • 第2题:

    12. About_______ of the workers in the factory were born in the __________.

    A. two- thirds;1970

    B. two- thirds ; 1970s

    C. two-third ; 1970

    D. two-third ; 1970s


    正确答案:B
    12.B【解析】句意:工厂里大约2/3的工人出生在20世纪70年代。分数的表达为分子用基数词,分母用序数词,如果分子大于1,则分母要用复数,排除C、D,年代的表达要在年份后加s.故选B。

  • 第3题:

    下列哪个选项可以选择属性的值以value开始的元素?

    A.[attribute^=value]

    B.[attribute$=value]

    C.:attribute^=value

    D.:attribute$=value


    [attribute^=value]

  • 第4题:

    About ________ of the workers in the factory were born in the ________.

    A.two-thirds, 1970 B.two-thirds, 1970s C.two-third,1970 D.two-third, 1970s


    正确答案:B

  • 第5题:

    利用XSL创建一style属性,style的值为“color:bule;background-color:red”,能实现该功能的选项为()。

    A.<attribute name="color">blue</attribute> <attribute name="background-color">red</attribute>

    B.<attribute name="style">color:blue</attribute> <attribute name="style">background-color:red</attribute>

    C.<attribute name="style"> color:blue;background-color:red </attribute>

    D.<element attribute="style"> color:blue;background-color:red </element>


    color:blue;background-color:red

  • 第6题:

    下面那一项不属于CSS3中新增加的属性选择器?

    A.[attribute^=value]

    B.[attribute$=value]

    C.[attribute~=value]

    D.[attribute*=value]


    C