Which of the following features on a wireless router maps the private IP address to a public IPaddress?()A. SSIDB. NATC. MAC filteringD. DHCP

题目
Which of the following features on a wireless router maps the private IP address to a public IPaddress?()

A. SSID

B. NAT

C. MAC filtering

D. DHCP


相似考题
参考答案和解析
参考答案:B
更多“Which of the following features on a wireless router maps the private IP address to a public IPaddress?() ”相关问题
  • 第1题:

    【问题2】(3分)

    根据图4-1的配置,补充完成下面路由器的配置命令:

    Router(config)# interface (3)

    Router(config-if)#ip address 10.10.1.1 255.255.255.0

    Router(config-if)#no shutdown

    Router(config-if)#exit

    Router(config)# interface (4)

    Router(config-if)# ip address 192.168.1.1 255.255.255.0

    Router(config)# interface (5)

    Router(config-if)# ip address 10.10.2.1 255.255.255.0


    正确答案:

    【问题2】(3分)

    (3)ethernet 0/0   (e0/0)

    (4)ethernet 0/l  (e0/1)

    (5)serial0/0 (s0/0)

  • 第2题:

    You work as a technician at TestKing. You are configuring a Cisco router. You want to configure the IP address on an interface.Which command should you use?()

    A. router(config-if)#ip address 142.8.2.1 subnet mask 255.255.252.0

    B. router(config-if)#142.8.2.1 0.0.3.255

    C. router(config-if)#ip address 142.8.2.1 255.255.252.0

    D. router(config-if)#142.8.2.1 subnet mask 255.255.252.0

    E. router(config-if)#ip address 142.8.2.1 0.0.3.255

    F. router(config-if)#ip address 142.8.2.1 subnet mask /22


    参考答案:C

  • 第3题:

    在某台Cisco路由器中定义一个名为test的DHCP地址池(192.168.3.0/26),并保留192.168.3.62/29的IP地址。下列正确的配置语句是(29)。

    A.Router(config)#ip dhcp pooltest Router(dhcp-config)#network 192.168.3.00.0.0.63 Router(dhcp-config)#ip dhcp excluded-address192.168.3.62

    B.Router(config)#ip dhcp poo1 test Router(dhcp-config)#network 192.168.3.0255.255.255.192 Router(dhcp-config)#ip dhcp excluded-address 192.168.3.62255.255.255.248

    C.Router(config)#ip dhcp poo1 test Router(dhcp-config)#network 192.168.3.0/26 Router(dhcp-config)#ip dhcp excluded-address 192.168.3.62/29

    D.Router(config)#ip dhcp excluded-address 192.168.3.56192.168.3.62 Router(config)#ip dhcp pool test Router(dhcp-config)#network 192.168.3.0/26


    正确答案:D
    解析:子网地址是DHCP服务器可以分配给DHCP客户的有效IP地址范围。在DHCP Pool配置模式下,使用命令“networknetwork-number>[mask|/prefix-length]”配置IP地址池的子网地址和子网掩码。其中,子网掩码参数允许以两种形式表达,一种形式常见的点分十进制数表达形式(如 255.255.255.192),另一种形式是给出掩码前缀的长度,即掩码位为“1”的个数,如“255.255.255.192”可以写成“/26”。本试题中,配置DHCP地址池192.168.3.0/26的语句如下:
      Router(dhcp-config)#network192.168.3.0255.255.255.192
      或Router(dhcp-contig)#network192.168.3.0/26
      可以在全局配置模式“Router(config)#”下,使用“ip dhcp excluded-address low-address[high-address]”命令将要保留的地址从IP地址池中排除,使之成为不能动态分配的地址。本试题中,需要排除的IP地址范围是192.168.3.62/29。其中,“/29”是子网掩码255.255.255.248的前缀的长度。由于IP地址192.168.3.62的二进制表示是“1100 0000 1010 1000 0000 0011 1110”,其中阴影部分是子网掩码覆盖的比特范围,因此192.168.3.62/29所表达的IP地址范围是192.168.3.56-192.168.3.63。再由于192.168.3.63是 192.168.3.0/26网段的直接广播地址,需要排除,因此保留IP地址范围192.168.3.62/29的配置语句如下:
      Router(config)#ip dhcp excluded-adclress 192.168.3.56 192.168.3.62
      本试题选项A的“ip dhcp excluded-address192.168.3.62”仅排除单个IP地址192.168.3.62。选项B和选项C保留IP地址配置命令所在的配置模式有误,且不允许出现选项B的“ip dhcp exclude_address192.168.3.62 255.255.255.248”和选项C的“ip dhcp excluded-address 192.168.3.62/29”等带有子网掩码的格式。

  • 第4题:

    Cisc0路由器第3模块第1端口通过El标准的DDN专线与-台远程路由器相连,端口的IP地址为195.112.41.81/30,远程路由器端口封装PPP协议。下列路由器的端口配置,正确的是( )。

    A.Router(config)#interface s3/1Router(config-if)#bandwidth 2048Router(config-if)#ip address l95.112.41.81 255.255.255.252Router(cortfig-if)#encapsulation PPPRouter(config-if)#exit

    B.Router(config)#interface a3/1Router(config-if)#bandwidth 2000Router(config-if)#ip address 195.112.41.81 255.255.255.252Router(config-if)#encapsulation PPPRouter(config-if)#exit

    C.Router(config)#interface s3/lRouter(config-if)#bandwidth 2Router(config-if)#ip address 195.112.41.81 255.255:255.252Router(config-if)#encapsulation PPPRouter(config-if)#exit

    D.Router(config)#interface s3/1Router(config-if)#bandwidth 2048Router(config-if)#ip address 195.112.41.81 255.255.255.252Router(config-if)#encapsulation hdlcRouter(config-if)#exit


    正确答案:A
    题中路由器的端口配置方法如下:步骤一:进入第3模块第1端口配置模式(config)#interfaces3/1。步骤二:设置带宽,其中E1速率为2.048Mbit/s,所以设置带宽为2048(config-if)#bandwidth2048。步骤三:配置端口通信IP地址与子网掩码(config-if)#ipaddress195.112.41.81255.255.255.252。步骤四:设置远程路由器端口封装PPP协议,(config-if)#encapsulationPPP。步骤五:退出(config-if)#exit。因此A选项正确。

  • 第5题:

    Which command would correctly configure a serial port on a router with the last usable host address in the 192.216.32.32/29 subnet?()

    A.Router(config-if)# ip address 192.216.32.38 255.255.255.240

    B.Router(config-if)# ip address 192.216.32.39 255.255.255.224

    C.Router(config-if)# ip address 192.216.32.63 255.255.255.248

    D.Router(config-if)# ip address 192.216.32.39 255.255.255.248

    E.Router(config-if)# ip address 192.216.32.38 255.255.255.248


    参考答案:F

  • 第6题:

    6、【STCS_03_4】配置路由器fa0/0端口IP地址为192.168.1.1/24:

    A.Router(config-if)#ip address 192.168.1.1 255.255.255.0

    B.Router(config)#ip address 192.168.1.1 255.255.255.0

    C.Router(config-if)#ip address 192.168.1.1 /24

    D.Router(config-if)#ip address 192.168.1.1


    A