41、访问控制列表配置中,操作符 "gt portnumber"表示控制的是( b )。 a、端口号小于此数字的服务 b、端口号大于此数字的服务 c、端口号等于此数字的服务 d、端口号不等于此数字的服务 42、某台路由器上配置了如下一条访问列表 access-list 4 deny 202.38.0.0 0.0.255.255 access-list 4 permit 202.38.160.1 0.0.0.255 表示:( c ) a、只禁止源地址为202.38.0.0网段的所有访问; b、只允许目的地址为202.38.0.0网段的所有访问; c、检查源ip地址,禁止202.38.0.0大网段的主机,但允许其中的202.38.160.0小网段上的主机; d、检查目的ip地址,禁止202.38.0.0大网段的主机,但允许其中的202.38.160.0小网段的主机; 43、某单位路由器防火墙作了如下配置: firewall enable access-list normal 101 permit ip 202.38.0.0 0.0.0.255 10.10.10.10 0.0.0.255 access-list normal 101 deny tcp 202.38.0.0 0.0.0.255 10.10.10.10 0.0.0.255 gt 1024 access-list normal 101 deny ip any any 端口配置如下 interface serial0 enable ip address 202.38.111.25 255.255.255.0 encapsulation ppp ip access-group 101 out interface ethernet0 ip address 10.10.10.1 255.255.255.0 内部局域网主机均为10.10.10.0 255.255.255.0网段。以下说法正确的是(本题假设其他网络均没有使用防火墙):(ac ) a、外部主机202.38.0.50可以ping通任何内部主机; b、内部主机10.10.10.5,可以任意访问外部网络资源; c、外部202.38.5.0 255.255.255.0网段主机可以与此内部网主机建立tcp连接; d、外部202.38.0.0 255.255.255.0网段主机不可以与此内部网主机建立tcp连接 e、内部任意主机都可以与外部任意主机建立tcp连接; f、内部任意主机只可以与外部202.38.0.0 255.255.255.0网段主机建立tcp连接 44、rip 协议适用于基于 ip 的(b) a、大型网络 b、中小型网络 c、更大规模的网络 d、isp与isp之间 45、以下的协议中,哪些是面向连接的协议( ad)。 a、x25 b、ethernet c、ip d、frame-relay 46、路由器a的配置如下: quidway#show run current configuration ! user huawei service-type ppp password 0 quidway ! interface ethernet0 ip address 1.1.1.1 255.0.0.0 ! interface serial0 encapsulation ppp ppp authentication chap ppp chap host huawei ip address 2.1.1.1 255.0.0.0 ! interface serial1 encapsulation ppp ! interface serial2 flowcontrol normal async mode dedicated encapsulation ppp ! exit ip route 0.0.0.0 0.0.0.0 2.1.1.2 preference 60 end |