一起答
单选

Linux中一种常用的引导工具是(51);在Linux操作系统下安装网卡,如果操作系统没有内置的驱动程序,那么用户必须(52),才能完成驱动程序的安装;为一块设备名为eth0的网卡分配IP地址和子网掩码的命令是:(53);如果不打算使用DNS或者NIS进行地址解析,则必须将所有的主机名都放入文件(54)中;测试与IP地址为 165.113.1.170的网关是否连通的命令是:(55)

  • A.reboot
  • B.lilo
  • C.gone
  • D.restart
参考答案
查看试卷详情
相关试题
  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