ipconfig /all
LDA in terms of computer system architecture stands for Logical Device Address. A LDA is a one byte address (i.e an upper MAC address) and there is no physical address (i.e lower MAC address) specified.
Computers with a specified MAC address can only send and receive information with the IP address it is bound to. To use MAC address binding, you must associate an IP address on the specified interface with a MAC address.
Find the mac address of that computer.
getmacGetmac
The "MAC" address of your computer is built into the Ethernet board.
hi u can find the mac address of computer by ipconfig/all command in command prompt. Thanks
This is achieved via the ARP protocol (the Address Resolution Protocol). The host sends out a request, basically asking "who has IP address so-and-so". The request, of course, is sent as a broadcast. If a computer has the specified IP address, it will reply with its MAC address.
A Media Access Control address (MAC address) is what identifies your computer on a network. You should be able to find it within your network preferences or in a summary of the computers status.
NIC
Each computer has a unique name, IP address and MAC address. (not MAC as in McIntosh.)
There's no really much harm in actually showing someone your MAC Address. All i make MAC Address is a 12 digital and letter code that identifies the network card. If someone had your MAC Address they could try and gain access to your network. But that's all. *edit* Yeah, like what the previous person said. If someone got your MAC address and IP address, when you turn on your computer they could try to MAC spoof their way into your network by making their computer looking like your computer.
for Windows Systems use IPCONFIG /ALL command to view Mac Address. for Linux Systems use IFCONFIG -A command to view Mac Address.