answersLogoWhite

0


Best Answer

That's called the "MAC address" or "Hardware address". It's a unique set of numbers assigned to a network device. Anything that access the internet whether phones, wireless cards, computers, etc, all have a MAC address.

The address with all one's (FF-FF-FF-FF-FF-FF) is the broadcast address. All devices on the physical segment will see and respond to a message with that destination.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What type of address is FF-FF-FF-FF-FF-FF?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Host a sends a frame with the destination mac address as ffffffffffff what action will the switch take for this frame?

It will send the frame to all hosts except host A.This is a MAC broadcast address. All hosts on that subnet will receive the packet or frame. With the exception of the sending host of course.


Who are the people involved in stock exchange?

brokers shareholders


What type of address is 202.23.2.255?

It is a broadcast address


What type of address is 169.0.17.254?

A Class B address.


To ping a local host you would type what address?

to ping a local host you would type what address


How do you go to www.malwarebyes.org?

You type the address into a browser's address bar.


What do you type for email address on wizard 101?

your email address =) .................


What type of reserved address is 127.0.0.1?

Local loopback address


What type of address is 192.168.0.254?

Its a Class C address.


How do you insert a hyperlink in Access?

There is a hyperlink data type. If you set a field as that data type, such as for a website, then you can type in a valid address into the field and it will be stored as a hyperlink.There is a hyperlink data type. If you set a field as that data type, such as for a website, then you can type in a valid address into the field and it will be stored as a hyperlink.There is a hyperlink data type. If you set a field as that data type, such as for a website, then you can type in a valid address into the field and it will be stored as a hyperlink.There is a hyperlink data type. If you set a field as that data type, such as for a website, then you can type in a valid address into the field and it will be stored as a hyperlink.There is a hyperlink data type. If you set a field as that data type, such as for a website, then you can type in a valid address into the field and it will be stored as a hyperlink.There is a hyperlink data type. If you set a field as that data type, such as for a website, then you can type in a valid address into the field and it will be stored as a hyperlink.There is a hyperlink data type. If you set a field as that data type, such as for a website, then you can type in a valid address into the field and it will be stored as a hyperlink.There is a hyperlink data type. If you set a field as that data type, such as for a website, then you can type in a valid address into the field and it will be stored as a hyperlink.There is a hyperlink data type. If you set a field as that data type, such as for a website, then you can type in a valid address into the field and it will be stored as a hyperlink.There is a hyperlink data type. If you set a field as that data type, such as for a website, then you can type in a valid address into the field and it will be stored as a hyperlink.There is a hyperlink data type. If you set a field as that data type, such as for a website, then you can type in a valid address into the field and it will be stored as a hyperlink.


How do you type in a roman numeral into an email address?

type it


Is address a user-defined data type?

You can define a data-type called 'address': 1. typedef void *address; 2. typedef struct address { char country [32]; char state [32]; ... } address.