Ask Your Question
0

What does the output of "arp -a" on Windows mean?

asked 2018-11-11 00:50:35 +0000

anonymous user

Anonymous

updated 2018-11-11 08:03:48 +0000

Guy Harris gravatar image

When I run the command "arp -a" in command prompt. I receive interface address and three columns namely Internet Address, Physical Address and Type. What does each of them mean?

Type has only two values: dynamic and static. Can you please explain the difference between them as well

edit retag flag offensive close merge delete

Comments

Does your OS document the arp command?

If so, does its documentation answer your questions?

Guy Harris gravatar imageGuy Harris ( 2018-11-11 01:13:41 +0000 )edit

It gives me a list of Internet Addresses, a list of physical address, and the type. I just want to know that how are the two addresses related and what's the difference between dynamic and static type.

slim_shaddy gravatar imageslim_shaddy ( 2018-11-11 01:55:51 +0000 )edit

What operating system is this?

Guy Harris gravatar imageGuy Harris ( 2018-11-11 03:06:15 +0000 )edit

Microsoft Windows

slim_shaddy gravatar imageslim_shaddy ( 2018-11-11 03:50:50 +0000 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-11-11 08:02:45 +0000

Guy Harris gravatar image

On Windows, the output from the arp -a command shows:

  • Internet Address - the Internet address whose MAC address is being displayed
  • Physical Address - the MAC address corresponding to that Internet address
  • Type - "Dynamic" if the entry was filled in from an ARP packet, "Static" if it was manually filled in, e.g. with an arp /s command.
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2018-11-11 00:50:35 +0000

Seen: 1,087 times

Last updated: Nov 11 '18