更多“What are three purposes of a PSNP?() ”相关问题
  • 第1题:

    以下对枚举类型名的定义中正确的是______。

    A.enum a={one, two,three};

    B.enum a{one=9,two=1,three};

    C.enum a={"one","two","three"};

    D.enum a{"one", "two","three"};


    正确答案:B
    解析:声明枚举类型用enum开头。例如:enumweekday(sun,mon,tue,wed,thu,fri,sat);说明:1、在C编译中,对枚举元素按常量处理,同时可以改变他们的值。2、枚举值可以用来做判断比较。3、一个整数不能直接赋给一个枚举变量。

  • 第2题:

    Despite the wonderful acting and well-developed plot the _________ movie could not hold our attention.

    A) three-hours B) three-hour

    C) three-hours’ D) three-hour’s

     

     


    选B

     用破折号连接的作形容词不用复数.

  • 第3题:

    WhichofthefollowingisusedtoperiodicallymulticastbyDISonaLANtoensureIS-ISlinkstatedatabaseaccuracy?()

    A.CSNP

    B.LSP

    C.ISH

    D.Hello

    E.IIH

    F.PSNP


    参考答案:A

  • 第4题:

    以下对枚举类型名的定义中正确的是 ( )

    A.enuma={one,two,three};

    B.enuma{one=9,two=-1,three};

    C.enum a={"one" "two","three"};

    D.enum a{"one","two","three"};


    正确答案:B

  • 第5题:

    以下对枚举类型名的定义中正确的是______。

    A.enum a={one,two,three};

    B.enum a {one=9,two=1,three};

    C.enum a={"one","two","three"};

    D.enum a{"one","two","three"};


    正确答案:B
    解析:声明枚举类型用enum开头。例如:enumweekday(sun,mon,tue,wed,thu,fri,sat);说明:1、在C编译中,对枚举元素按常量处理,同时可以改变他们的值。2、枚举值可以用来做判断比较。3、一个整数不能直接赋给一个枚举变量。

  • 第6题:

    关于ISIS协议中CSNP和PSNP描述正确的是()

    A.CSNP和PSNP都是头中利用LSPid,Sequence Number,Remainning lifetime,LSP checksum来描述LSP

    B.PSNP用于在泛洪LSPDB时数据库同步,以范围来描述数据库LSDB中的所有的LSPs

    C.PSNP在点到点(P2P)链路上路由器用来作为Ack应答以确认收到某个LSP

    D.在点到点串行链路上,只在第一次形成邻接时发送CSNP来同步LSDB


    参考答案:A, C, D