阅读以下说明,回答下列问题。
[说明]
某网络拓扑结构如下图所示,在host1超级终端中查石路由器R1的路由信息如下所示:
Router#show ip route
C 192.168.100.0/24 is directly connected, FastEthernet0/0
R 192.168.101.0/24 [120/1] via 192.168.112.2, 00:00:09, Serial2/0
192.168.112.0/30 is subnetted, 1 subnets
C 192.168.112.0 is directly connected, Serial2/0
查看接口信息如下所示:
Router#show interface fastethernet0/0
FastEthernet0/0 is up, line protocol is up (connected)
Hardware is Lance, address is 000a.f35e.e172 (bia 000a.f35e.e172)
Internet address is 192.168.100.1/24
MTU 1500 bytes, BW 100000Kbit, DLY 100usec, rely 255/255, load 1/255
…
在设备连接方式中host1的______端口需和路由器R1的______端口相连;路由器R1采用______接口与交换机相连;路由器R1采用______接口与路由器R2相连。
A.Serial2/0
B.以太网
C.Com(RS232)
D.Console
参考答案:C.Com(RS232) D.Console B.以太网 A.Serial2/0
解析:
本题考查计算机网络连接时的端口知识。
COM口即串行通信端口。微机上的COM口通常是9针,也有25针的端口,最大速率115200bps。Console控制接口是网络设备用来与计算机或终端设备进行连接的常用端口。Console是对于网络设备的基本配置时通过专用连线(Console线)与计算机的串口相连,网络设备(路由器、交换机)中有Console端口,此外还有AUX口。设备连接时,host1的COM口与R1的Console端口相连。
R1通过网卡接口(即以太网接口)连接交换机。
路由器之间采用串行口Serial相连。