What is the MAC address that is used to send a frame to every local Ethernet device?
A) FF00.0000.0000
B) FFFF.FFFF.FFFF
C) FFFF.0000.0000
D) 0000.0000.0000
B
Explanation: The broadcast MAC address to send a frame to every local Ethernet device is FFFF.FFFF.FFFF.
You might also like to view...
Data structures are described using ________ notation.
A) relational B) metadatic C) geometric D) algebraic
All of the following are examples of input devices EXCEPT a ____.
A. printer B. keyboard C. mouse D. scanner
?Briefly explain plug-ins with the help of a browser serving as an example.
What will be an ideal response?
StreamReader inFile = new StreamReader("name.txt");while ((inValue = inFile.ReadLine()) != null) What does the above statement do?
A. Retrieves one line of text from an input file. B. Retrieves a single character from an input file. C. Checks to see if the file is null. D. Reads every line from an input file.