一起答
单选

路由信息协议RIP是内部网关协议IGP中使用得最广泛的一种基于(26)的协议,其最大优点是(27)。RIP规定数据每经过一个路由器,跳数增加1,实际使用中,一个通路上最多可包含的路由器数量是(28),更新路由表的原则是使到各目的网络的(29)。更新路由表的依据是:若相邻路由器调说“我到目的网络Y的距离为N”,则收到此信息的路由器K就知道:“若将下一站路由器选为X,则我到网络Y的距离为(30)”。

  • A.链路状态路由算法
  • B.距离矢量路由算法
  • C.集中式路由算法
  • D.固定路由算法
试题出自试卷《软件水平考试(中级)网络工程师上午(基础知识)试题模拟试卷6》
参考答案
查看试卷详情
相关试题
  1. (118)

    • A.Permanent Circuits
    • B.Permanent Virtual Circuits
    • C.Switched Virtual Circuits
    • D.Switching Circuits
  2. (119)

    • A.Permanent Circuits
    • B.Permanent Virtual Circuits
    • C.Switched Virtual Circuits
    • D.Switched Circuits
  3. (116)

    • A.X.21
    • B.X.25
    • C.X.28
    • D.X.29
  4. (117)

    • A.DLCIs
    • B.HDLCs
    • C.SDECs
    • D.DLs
  5. Frame. Relay is simplified form. of(71),similar in principle to(72), in which synchronous, frames of data are routed to different destinations depending on header information. Packets are routed throught one or more Virtual Circuits known as(73). Most Virtual Circuits are(74),which means that the network provider sets up all DLCI connections at subscription time.(75)are also part of the Frame. Relay specification. They privide a link that only lasts only as long as the session.

    • A.Datagram Switching
    • B.Datagram Routing
    • C.Packet Switching
    • D.Packet Routing
  6. (114)

    • A.route add default 202.114.110.254
    • B.route add default 202.114.100. 254
    • C.routeadd_host 202.114.100.1/24 gw 202.114.110.254
    • D.routeadd-net 0.0.0.0/32 gw 202.114.100.254
  7. (113)

    • A.route add-net 202.114.100.0/24 gw 10.1.1.1
    • B.route add-net 202.114.100.0/24 gw 10.1.1.2
    • C.route add-net 202.114.100.0/24 gw 10.1.1.2,echo "1">/proc/sys/net/ipv4/ip_forward
    • D.route add-net 202.114.110.0/24 gw 10.1.1.1 ;echo "1">/proc/sys/netApv4/ip_forward
  8. (112)

    • A.RIP
    • B.BGP
    • C.OSPF
    • D.EGP
  9. 4台Linux主机通过如图5-2所示的方式互联,则实现PC1与PC4之间互访的步骤为:

    1.运行(61)命令关闭计算机,在PC2与PC3上添加第二块网卡(eth1),重新启动;

    2.在PC2与PC3上为第二块网卡分配IP地址,并激活该网络接口,对于PC3,应执行(62);

    3.如果使用routed作为路由器进程,则作为路由器的PC2与PC3仅支持路由协议(63);如果在PC2与PC3上设置静态路由信息并开启路由功能,对于PC2则应执行(64);

    4.在PC1和PC4上配置各自的默认同关,对于PC1,应执行(65)。

    • A.reboot
    • B.shutdown
    • C.init 0
    • D.init 6
  10. (111)

    • A.ifconfig-up eth1 10.1.1.2/8
    • B.ifconfig eth1 10.1.1.2 255.0.0.0 up
    • C.ifconfig eth1 10.1.1.2 up netmask 255.0.0.0
    • D.ifconfig eth1 10.1.1.2/8;ifconfig eth1 up