Query the MAC(physical) address through the IP address of the target device.
Also called the physical address embedded with Network Interface Card (NIC) used at the Data Link Layer. NIC is a hardware component in the networking device using which a device can connect to the network.
MAC Address | IP Address |
---|---|
Media Access Control Address | Internet Protocol Address |
6 or 8 Byte hexadecimal number e.g. 00-BB-00-62-C2-02 | 4 (IPv4) or 16 (IPv6) Byte address e.g. 192.168.38.11 |
Physical Address | Logical Address |
Operates at Data Link Layer | Operates at Network Layer |
It is embedded with NIC | It is obtained from the network |
Helps to identify the device | Helps to identify the device connectivity on the network |
Used to send control messages in TCP/IP networks and return error messages or analyze routes.
Divide the entire Internet into many small autonomous(自治) systems (AS).
Internal Gateway Protocol (IGP)
The routing protocol used within an AS, which has nothing to do with what other AS.
OSPF (open shortest path first)
Backbone area is the core area of the entire OSPF network, and all other areas are directly connected to it.
External Gateway Protocol (EGP)
If the source host and the destination host are not in the same AS, use a protocol to pass the routing information to another AS.
BGP (Border Gateway Protocol)
Works between AS and only strives to find a better route that can reach the destination network, not the best route.
Enables network administrators to centrally manage and automatically assign IP network addresses.
Overriding the source IP address or destination IP address when the IP packet passes through the router or firewall.