Home
146.
Which of the following summarized subnets represent routes that could have been created for CIDR’s goal to reduce the size of Internet routing tables?
  • A.
    10.0.0.0 255.255.255.0
  • B.
    10.1.0.0 255.255.0.0
  • C.
    200.1.1.0 255.255.255.0
  • D.
    200.1.0.0 255.255.0.0
  • Answer & Explanation
  • Report
Answer : [D]
Explanation :
Report
Name Email  
147.
Which of the following are not private addresses according to RFC 1918? (Choose two answers.)
  • A.
    172.31.1.1
  • B.
    172.33.1.1
  • C.
    10.255.1.1
  • D.
    10.1.255.1
  • E.
    191.168.1.1
  • Answer & Explanation
  • Report
Answer : [B, E]
Explanation :
Report
Name Email  
148.
With static NAT, performing translation for inside addresses only, what causes NAT table entries to be created?
  • A.
    The first packet from the inside network to the outside network
  • B.
    The first packet from the outside network to the inside network
  • C.
    Configuration using the ip nat inside source command
  • D.
    Configuration using the ip nat outside source command
  • Answer & Explanation
  • Report
Answer : [C]
Explanation :
Report
Name Email  
149.
With dynamic NAT, performing translation for inside addresses only, what causes NAT table entries to be created?
  • A.
    The first packet from the inside network to the outside network
  • B.
    The first packet from the outside network to the inside network
  • C.
    Configuration using the ip nat inside source command
  • D.
    Configuration using the ip nat outside source command
  • Answer & Explanation
  • Report
Answer : [A]
Explanation :
Report
Name Email  
150.
NAT has been configured to translate source addresses of packets for the inside part of the network, but only for some hosts as identified by an access control list. Which of the following commands indirectly identifies the hosts?
  • A.
    ip nat inside source list 1 pool barney
  • B.
    ip nat pool barney 200.1.1.1 200.1.1.254 netmask 255.255.255.0
  • C.
    ip nat inside
  • D.
    ip nat inside 200.1.1.1 200.1.1.2
  • Answer & Explanation
  • Report
Answer : [A]
Explanation :
Report
Name Email