Results 1 to 4 of 4

Thread: " MAC address problem"

  1. #1

    Question " MAC address problem"

    What is MAC Address and what does it represent?
    thanx in advance
    vpandiya

  2. #2
    Senior Member
    Join Date
    Apr 2002
    Posts
    711
    MAC is the equivalent of the "hardware address" of a network (ethernet) card.

    Some references (do a "man" on each of these on your UN*X box)

    arp
    ifconfig
    ethers
    route
    \"Windows has detected that a gnat has farted in the general vicinity. You must reboot for changes to take affect. Reboot now?\"

  3. #3
    Senior Member
    Join Date
    Nov 2001
    Posts
    1,255
    MAC Address stands for Media Access Control Address.
    It is a string of characters that identifies the specific hardware address of a network card.

    What happens when you try and say, ping an ip address, is your machine first sends out an ARP broadcast (ARP stands for Address Resolution Protocol), basically asking which MAC address owns the IP address you're trying to ping. Then it sends that information to the appropriate MAC address.

    It's basically an Ethernet-level identifier that acts like an IP address. The reason you need it is because Ethernet can support multiple Protocols, of which TCP/IP is an example. Another popular Ethernet-based networking protocol is IPX/SPX.
    Chris Shepherd
    The Nelson-Shepherd cutoff: The point at which you realise someone is an idiot while trying to help them.
    \"Well as far as the spelling, I speak fluently both your native languages. Do you even can try spell mine ?\" -- Failed Insult
    Is your whole family retarded, or did they just catch it from you?

  4. #4
    Ethernet identifier is right. And it is unique to every adapter ever made, so it is presents a pretty big problem if you intend to hack aol or something. It is possible to find out a person's MAC addy online, though I have heard you can capture that information on route, but only with some major tweaks. You can check your MAC address at http://www.grc.com.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •