What is the network address for the 10.13.147.100/19 host?()A. 10.13.128.0B. 10.13.147.0C. 10.13.0.0D. 10.13.100.0

题目
What is the network address for the 10.13.147.100/19 host?()

A. 10.13.128.0

B. 10.13.147.0

C. 10.13.0.0

D. 10.13.100.0


相似考题
更多“What is the network address for the 10.13.147.100/19 host?() ”相关问题
  • 第1题:

    TheBGProutingtableconsistsofthefollowingnetworkroutes:Whatisthecorrectcommandtosummarizetheseprefixesintoasinglesummaryprefixof192.168.12.0/22whilealsoallowingfortheadvertisementofthemorespecificprefixes?()

    A.network192.168.12.0mask255.255.252.0

    B.network192.168.12.0mask0.0.3.255

    C.network192.168.12.0

    D.aggregate-address192.168.12.0255.255.252.0

    E.aggregate-address192.168.12.0255.255.252.0summary-only

    F.aggregate-address192.168.12.0255.255.252.0as-set


    参考答案:D

  • 第2题:

    配置DHCP服务器IP地址池的地址为193.45.98.0/24,其中193.45.98.10~193.45.98.30用做静态地址分配,正确的配置语句是______。

    A.ip dhcp excluded-address 193.45.98.10.193.45.98.30 network 193.45.98.0 255.255.255.0

    B.ip dhcp excluded-address 193.45.98.10.193.45.98.30 network 193.45.98.0/24

    C.ip dhcp excluded-address 193.45.98.10 193.45.98.30 network 193.45.98.0 0.0.0.255

    D.ip dhcp excluded-address 193.45.98.10 193.45.98.30 network 193.45.98.0 255.255.255.0


    正确答案:D
    解析:本试题中,地址块“193.45.98.0/24”的“/24”是子网掩码255.255.255.0的简化表达形式。在DHCP Pool配置模式下,使用命令networknetwork-number>[mask|/prefix-length]配置分配给DHCP客户的有效IP地址池的子网地址和子网掩码。其中,子网掩码参数允许以点分十进制数、掩码前缀长度两种形式表达。因此,DHCP服务器IP地址池的地址为193.45.98.0/24的配置语句,如下所示:
      Router (dhcp-config)# network l93.45.98.0 255.255.255.0
      或:
      Router (dhcp-eonfig)# network 193.45.98.0/24
      在全局配置模式“Router(config)#”下,使用命令ip dhcp excluded-address low-address [high-address]将所要保留的IP地址从预定义的IP地址池中排除,使之成为不能动态分配的IP地址。若将IP地址池中 193.45.98.10~193.45.98.30用做静态地址分配,则相关的配置语句如下:
      Router (confiq)#ip dhcp excluded-address 193.45.98.10 193.45.98.30
      本试题选项A、选项B、选项C的配置语句,分别存在不符合以上两条命令的语法格式。

  • 第3题:

    使用哪组命令可将路由器配置为 DHCP 路由器,从而将 IPv4 地址分配给 192.168.100.0/23 LAN,同时为静态分配保留前 10 个和最后一个地址?

    A.dhcp pool LAN-POOL-100 ipdhcp excluded-address 192.168.100.1 192.168.100.9 ipdhcp excluded-address 192.168.100.254 network 192.168.100.0 255.255.254.0 default-router 192.168.101.1#B.ipdhcp excluded-address 192.168.100.1 192.168.100.10 ipdhcp excluded-address 192.168.100.254 ipdhcp pool LAN-POOL-100 network 192.168.100.0 255.255.254.0 default-router 192.168.100.1#C.ipdhcp excluded-address 192.168.100.1 192.168.100.10 ipdhcp exclu
    A. ip route-static

  • 第4题:

    Whichisthemaindifferencebetweenhost-basedandnetwork-basedintrusionprevention?()

    A.Host-basedIPScanworkinpromiscuousmodeorinlinemode.

    B.Network-basedIPScanprovideprotectiontodesktopsandserverswithouttheneedofinstalling specializedsoftwareontheendhostsandservers.

    C.Network-basedIPSisbettersuitedforinspectionofSSLandTLSencrypteddataflows.

    D.Host-basedIPSdeploymentrequireslessplanningthannetwork-basedIPS.


    参考答案:B

  • 第5题:

    配置DHCP服务器IP地址池的地址为193.45.98.0/24,其中193.45.98.10至193.45.98.30用作静态地址分配,正确的配置语句是

    A.ip dhcp excluded-address 193.45.98.10,193.45.98.30 network 193.45.98.0 255.255.255.0

    B.ip dhcp excluded-address 193.45.98.10,193.45.98.30 network 193.45.98.0 /24

    C.ip dhcp excluded-address 193.45.98.10 193.45.98.30 network 193.45.98.0 0.0.0.255

    D.ip dhcp excluded-address 193.45.98.10 193.45.98.30 network 193.45.98.0 255.255.255.0


    正确答案:D
    P187