answersLogoWhite

0


Best Answer

IP addresses are unique on a given network. Networks are divided into subnets. A Subnet is specified by the network mask. If you look at an ip address and network mask in binary (as machines do) it all makes more sense. A common network mask you will see in a private ip network is (in binary)

11111111 11111111 11111111 00000000

grouped 8 bits at a time for clarity

That is 255.255.255.0 look familiar?

The mask tells us that any address that is to be considered part of our network must match exactly wherever there is a binary 1 and can differ anywhere there is a binary 0. Thus the addresses:

11000000 10101000 00000000 00000001 (192.168.0.1)

11000000 10101000 00000000 00000010 (192.168.0.2)

11000000 10101000 00000000 00000011 (192.168.0.3)

are the same when we look in the columns that have binary 1 in the mask (ie the first 3 decimal numbers) and differ only in the columns where there is a binary 0.

An address like

11000000 10101000 00000001 00000010 (192.168.1.2)

differs in a column where there is a binary 1, so this address is not in our subnet.

Thus, to actually answer the question, the parts of the address that are the same in different computers (if they are on the same subnet) is determined by the network mask.

User Avatar

Wiki User

16y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

16y ago

A MAC address is the hardware specific address of a network device (NIC in your computer, network connected devices like printers or routers). Each device is supposed to have a different hardware address. To ensure uniqueness, manufacturers are assigned blocks of address space to use for their products. A MAC address is usually quoted as 6 pairs of hexadecimal numbers, often with a colon or a dash separating them. The first 3 pairs are a block for a given manufacturer. You can see a list at http://www.cavebear.com/archive/cavebear/Ethernet/vendor.html that shows a lot of them. Any device manufactured by Telebit corporation for example, would start with 00C033. Consequently, the part that is the same in different computers is the beginning, but only if they are made by the same manufacturer.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is similar about MAC address in different computers?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can two computers have the same MAC address?

NO, its not possible to have same MAC addresses for two different network cards. because MAC address is a unique part of the recognition of the network card and it is also called as PHYSICAL address of your PC. There is possibility of 2 network cards with same MAC address by 3rd party MAC spoofing techniques.........


What is Mac binding?

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.


How do you differentiate computers on the same network?

Each computer has a unique name, IP address and MAC address. (not MAC as in McIntosh.)


Where do you find your computers sever CID?

Are you asking about MAC address


What is mean by Mac spoofing?

Every piece of equipment (computers, printers etc.) has a MAC (Media Access Control) address which identifies it when it is connected to a network. To spoof the MAC address is to supply the network with a different address than the one allocated for your computer so you are pretending to be another computer.


Do A MAC address is used to identify Macintosh computers?

MAC stands for media access control adress


Can routers to get info out of other computers?

Router can get your MAC address, IP address and computer name.


What is a Mac filter list?

It is a list on your internet router that filters computers by their MAC address, which is the fingerprint of the network adapter.


What is a numerical address used to identify computers and devices on a network?

MAC (Media Access Control) address.


Where is the Mac address on a computer?

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.


What do you do with a Mac address?

The Media Access Control - MAC Address is a number, created by the manufacturer, which identifies your computer on a network. If you have a wireless network, for example, you may want to add the MAC address for each computer you want to connect to the network, and tell the router to only allow these computers to connect, to prevent unknown computers connecting to your network.


Explain the purpose of a MAC address How is the address used How many bits in the address?

The Media Access Control address (MAC address) is a 48 bit number that identifies equipment (computers, printers etc.) connected to a network - these connections are called Nodes. The Mac address number is usually set by the manufacturer of the equipment.