IP addresses are used to deliver packets of data across a network and have what is termed end-to-end significance. This means that the source and destination IP address remains constant as the packet traverses a network.In simple terms again, Destination IP address is the receiver of information
The destination address field in a frame refers to the physical (or MAC) address of the destination node.
Final Destination Address
Destination address
destination host logical address
DHCP
The Destination Address (Layer 2 or Layer 3)
ARP used for resolving mac address from ip address, say one client want to communicate with another and the sender knows only its destination IP address. For communication it requires the physical address of the destination, thus sender uses ARP protocol to resolve the physical address of the destination from ip address by sending arprequest to destination system.
Route table lookup
To find the subnet address, perform a bitwise AND operation between the destination address (198.47.34.31) and the subnet mask (255.255.244.0). In binary, the destination address is 11000110.00101111.00100010.00011111 and the subnet mask is 11111111.11111111.11110100.00000000. Performing the AND operation results in the subnet address of 198.47.32.0.
Host/destination address
the Layer 2 source and destination address
The node sends out an ARP request with the destination IP address.