India Broadband Forum


What is MAC

This is a discussion on What is MAC within the Broadband How to forums, part of the Indian Broadband Forums category; The MAC address is a unique value associated with a network adapter. MAC addresses are also known as hardware addresses ...

Go Back   India Broadband Forum > Indian Broadband Forums > Broadband How to

India Broadband Forum


Broadband How to All sorts of technical know how related to internet connections, modems, routers and switches besides other equipment you use for internet connectivity

                      

Reply

 

LinkBack Thread Tools Display Modes
Old 11-21-08, 05:13 AM   #1
Aditya
 
smoothvibes's Avatar
 
Join Date: Jul 2008
Location: New Delhi/ London
Posts: 4,914
Rep Power: 11
smoothvibes is a name known to allsmoothvibes is a name known to allsmoothvibes is a name known to allsmoothvibes is a name known to allsmoothvibes is a name known to allsmoothvibes is a name known to all
Send a message via AIM to smoothvibes
Default What is MAC

The MAC address is a unique value associated with a network adapter. MAC addresses are also known as hardware addresses or physical addresses. They uniquely identify an adapter on a LAN.

MAC addresses are 12-digit hexadecimal numbers (48 bits in length). By convention, MAC addresses are usually written in one of the following two formats:

MM:MM:MM:SS:SS:SS

MM-MM-MM-SS-SS-SS

The first half of a MAC address contains the ID number of the adapter manufacturer. These IDs are regulated by an Internet standards body. The second half of a MAC address represents the serial number assigned to the adapter by the manufacturer. In the example,

00.02.8a.01.de.0e

MAC Address
Prefix Vendor
00028A Ambit Microsystems


MAC address Vendor Codes
smoothvibes is offline   Reply With Quote
Old 11-21-08, 05:51 AM   #2
Platinum Member
 
Evander Leopold's Avatar
 
Join Date: Oct 2008
Posts: 1,670
Rep Power: 3
Evander Leopold will become famous soon enough
Send a message via Yahoo to Evander Leopold
Default

minor addition
all Electronic Network related objects have a mac address assigned to them...
example : printers, lan-card, modems etc.

what intrigues me is that I heard in some modems/routers the mac add can be manually changed. If info the source is wrong then its all-rite but if its right, then how can we say mac-add to be unique ???
Evander Leopold is offline   Reply With Quote
Old 11-21-08, 10:53 AM   #3
Bronze Member
 
cableguy's Avatar
 
Join Date: Sep 2008
Posts: 110
Rep Power: 2
cableguy is on a distinguished road
Default

Well for network cards, you can change the MAC address in software(operating system), i.e instead of reporting the original MAC your card will show whatever MAC address you set it to. This is called MAC spoofing or MAC address spoofing. Generally only useful to hackers who want to hide their equipment.

The original manufacturer assigned MAC is still present in your hardware cannot be modified.
cableguy is offline   Reply With Quote
Old 11-21-08, 12:57 PM   #4
ShAdOwCoN
Guest
 
Posts: n/a
Default

Additional info

Logical Address + Offset = Physical address

Thats not useful .... but its always good to know
  Reply With Quote
Old 11-21-08, 05:31 PM   #5
Platinum Member
 
DZire's Avatar
 
Join Date: Sep 2008
Location: Ahmedabad
Posts: 681
Rep Power: 2
DZire will become famous soon enough
Default

similar to IMEI (International Mobile Equipment Identity) number in Mobile handsets ?
DZire is offline   Reply With Quote
Old 11-22-08, 05:21 AM   #6
Aditya
 
smoothvibes's Avatar
 
Join Date: Jul 2008
Location: New Delhi/ London
Posts: 4,914
Rep Power: 11
smoothvibes is a name known to allsmoothvibes is a name known to allsmoothvibes is a name known to allsmoothvibes is a name known to allsmoothvibes is a name known to allsmoothvibes is a name known to all
Send a message via AIM to smoothvibes
Default

yes you can say like that only

its a unique ID number
smoothvibes is offline   Reply With Quote
Old 05-02-09, 04:26 PM   #7
Gold Member
 
skap's Avatar
 
Join Date: May 2008
Location: India
Posts: 531
Rep Power: 2
skap will become famous soon enough
Default

Quote:
Originally Posted by macotto View Post
In the example,

00.02.8a.01.de.0e

MAC Address
Prefix Vendor
00028A Ambit Microsystems
plus, no computer in the world will have same MAC address of your computer.
skap is offline   Reply With Quote
Old 05-02-09, 04:31 PM   #8
The One
Guest
 
Posts: n/a
Default

Nice thread.

Repo awarded.
  Reply With Quote
Old 05-02-09, 04:51 PM   #9
meetdilip
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Jaganathsamal View Post
Let me tell you that changing the pre assigned unique mac id is possible on any computer, very easily.
Thanks for sharing.

1. What is the procedure?
2. I think it will be still traceable. ?
  Reply With Quote
Old 05-02-09, 05:42 PM   #10
Gold Member
 
skap's Avatar
 
Join Date: May 2008
Location: India
Posts: 531
Rep Power: 2
skap will become famous soon enough
Default

lot of tools are available. one such tool is Mac Makeup.

Peoples change their MAC address to bypass access restrictions through MAC. In some hotels, they allow internet access based on MAC address registration in their router. Once you are able to find those allowed MAC addresses, you can use this tool just to bypass their restrictions.

one more scenario is when you dont want to leave any traces of your details while accessing internet.

When you change your MAC address from your default vendor address to any other, then technique is called MAC Spoofing. Its a kind of hacking technique too
skap is offline   Reply With Quote
Old 05-02-09, 06:00 PM   #11
meetdilip
Guest
 
Posts: n/a
Default

Like websites can see our IP, can they see our Mac ID. Or is it limited to BSNL or our ISP to find out our Mac ID. Is it illegal to change it.
  Reply With Quote
Old 05-02-09, 06:20 PM   #12
Gold Member
 
skap's Avatar
 
Join Date: May 2008
Location: India
Posts: 531
Rep Power: 2
skap will become famous soon enough
Default

Websites cannot see your MAC address unless they use any ActiveX to do it. But you will get a prompt when such sites try to install ActiveX in your computer.

Inside a LAN, MAC information is used to route packets. To put in clear words, when you have 4 computers connected in your home router. You may access share drive in any computer using IP address (say 192.168.1.24) but router tries to find MAC address of the computer to communicate. Once it finds the MAC address of 192.168.1.24, it registers in its table. So whenever you try to access 192.168.1.24, it uses its table to refer MAC address. (it keeps updating this table also)

If you want to see the table in your computer...try "arp -a" command.
you will see your router's MAC address there. This is because you are accessing your modem (as it is gateway for all your traffic) .

Likewise, your ISP will have your Modem's MAC address with them and not your computer's.

Am I confusing you?

Last edited by skap; 05-02-09 at 06:52 PM.
skap is offline   Reply With Quote
Old 05-02-09, 06:49 PM   #13
meetdilip
Guest
 
Posts: n/a
Default

Your presentation is quite simple.

Useful info. Thanks for sharing.

Last edited by meetdilip; 05-02-09 at 06:49 PM. Reason: Automerged Doublepost
  Reply With Quote
Old 05-02-09, 07:01 PM   #14
The One
Guest
 
Posts: n/a
Default

@skap

Rep++++
  Reply With Quote
Old 05-02-09, 07:03 PM   #15
Gold Member
 
skap's Avatar
 
Join Date: May 2008
Location: India
Posts: 531
Rep Power: 2
skap will become famous soon enough
Default

Thanks dude!
500th post!!!
skap is offline   Reply With Quote
Reply

Tags
mac

Thread Tools
Display Modes

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +5.5. The time now is 07:24 PM.


India Broadband Forum