What are three RSVP messages?()A. PathErr : Path errorB. ResvErr : Reservation errorC. PathConfTear : Path confirmation teardownD. ResvConf : Reservation confirmationE. ResvConfTear : Reservation confirmation teardown

题目
What are three RSVP messages?()

A. PathErr : Path error

B. ResvErr : Reservation error

C. PathConfTear : Path confirmation teardown

D. ResvConf : Reservation confirmation

E. ResvConfTear : Reservation confirmation teardown


相似考题
更多“What are three RSVP messages?() ”相关问题
  • 第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开头。例如:enum weekday(sun,mon,tue,wed,thu,fri,sat); 说明:1、在C编译中,对枚举元素按常量处理,同时可以改变他们的值。2、枚举值可以用来做判断比较。3、一个整数不能直接赋给一个枚举变量。

  • 第2题:

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

    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、一个整数不能直接赋给一个枚举变量。

  • 第3题:

    Signs can carry as many _________ as words.

    A.questions B.examples C.tears and smiles D.messages


    正确答案:D

  • 第4题:

    RSVP消息是以IP数据报的形式传输的,因此RSVP消息的传输是()的。


    答案:不可靠

  • 第5题:

    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

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

  • 第6题:

    下面的命令可以实现只能往/var/log/messages里面追加数据,但不能删除的功能。 chattr +a /var/log/messages


    本地磁盘