Which of the following is the most likely conclusion if a ping message succeeds using an IP address of a host but not the hostname of that host?
A) The problem is associated with DNS.
B) The problem is associated with ARP.
C) The ACL is not functioning properly in the host.
D) The host cannot accept incoming ICMP messages.
A
Explanation: A) The best conclusion for this situation is that the problem has something to do with the DNS configuration; the others are unlikely because the standard ping using the IP address worked.
You might also like to view...
Worms often try to disguise from where they are sending data by using a bogus IP addresses instead of using an authorized IP address belonging to the network
Indicate whether the statement is true or false
Suppose we are implementing a binary tree as a linked structure of BinaryTreeNode objects. Write a method that will print out all of the nodes of tree via an inorder traversal. You may assume that the class has a reference to a BinaryTreeNode object called root. In addition, your method may take a reference to a BinaryTreeNode object as a parameter.
What will be an ideal response?