Questions tagged [mac-address]

A Media Access Control address (MAC address) is a unique identifier assigned to network interfaces for communications on the physical network segment.

A MAC address is a 48 bit identifier assigned to every device connected to a network. They are normally written as 6 octets displayed as hexadecimal digits, for example 08:01:27:0E:25:B8. The first 3 octets identify the manufacturer, the last 3 are to ensure that each address for that manufacturer is unique.

MAC addresses are used for numerous network technologies and most IEEE 802 network technologies, including Ethernet. Logically, MAC addresses are used in the Media Access Control protocol sub-layer of the OSI reference model.

1056 questions
-4
votes
3 answers

Bhai Log.. I want to Find Client's Systems Physical Identity Through PHP.. is That Possible?

Currently i am working on 1 site, its requirement is that, i have to get client systems unique identity, i am using REMOTE_ADDR but some time problem is that it gives me dynamic IP address sometime its common for whole organization, i want to get…
Maddy Vora
  • 11
  • 3
-5
votes
1 answer

How to display the MAC Address in Web?

Is there a way to display the MAC address of a computer using PHP or JavaScript? I have not tried anything yet but I am still researching on a way to do that. I do hope that you can help me or give me an idea on how can I get the MAC Address.
-5
votes
1 answer

Get Client's Mac address at server side in WCF service C# Not a duplicate of (Obtaining client IP address in WCF 3.0)

I have WCF service hosted as windows service, I am trying to get clients (WPF client) Mac address at server end (WCF side). I have tried using following line of code but it gives me IP address of client that too in ::1 format.…
NP_22
  • 49
  • 5
-5
votes
5 answers

Parsing a MAC address with python

How can I convert a hex value "0000.0012.13a4" into "00:00:00:12:13:A4"?
chaitanya
  • 11
  • 1
  • 7
1 2 3
70
71