一起答
单选

透明网桥的基本功能有学习、帧过滤和帧转发及生成树算法等功能,因此它可以决定网络中的路由,而网络中的各个站点均不负责路由选择。网桥从其某一端口收到正确的数据帧后,在其地址转发表中查找该帧要到达的目的站,若查找不到,则会(16);若要到达的目的站仍然在该端口上,则会(17)。

如图5-1a所示为两个局域网LAN1和LAN2通过网桥1和网桥2互连后形成的网络结构设站A发送一个帧,但其目的地址均不在这两个网桥的地址转发表中,这样结果会是该帧(18)了有效地解决该类问题,可以在每个网桥中引入生成树算法,这样一来(19)。

如图5-1b所示为一10Mbit/s数据传输率下的以太网,其上连接有10个站,在理想状态下每个站的平均数据传输率为1Mbit/s。若通过网桥连接后成为如图5-1c所示的结构时,每个站的实际有效数据传输率为(20)Mbit/s。

  • 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