An administrator has configured two hosts as follows: HOST A IP 192.168.3.100 NETMASK 255.255.254.0 GATEWAY 192.168.2.1 HOSTB IP 192.168.1.200 NETMASK 255.255.254.0 GATEWAY 192.168.2.1 Which of the following MUST be changed in order to allow HOST A to talk to HOST B?

A. HOST B netmask to 255.255.252.0
B. HOSTA netmask to 255.255.255.0
C. HOST A IP address to192.168.2.100
D. HOST B IP address to192.168.2.200

Answer: D. HOST B IP address to192.168.2.200

Computer Science & Information Technology

You might also like to view...

Which type of resource record addition allows computers to register or update their own DNS records, or DHCP can update DNS on behalf of the clients when the clients lease a new IP address?

A. Static DNS B. Primary DNS C. Dynamic DNS D. Secondary DNS

Computer Science & Information Technology

When an exception is thrown in a function, the function-call stack is ____ so that the exception can be caught in the next try/catch block.

A. destroyed B. allocated C. unbound D. unwound

Computer Science & Information Technology