What is the MAC broadcast address?

A. 0.0.0.0
B. 127.0.0.1
C. FF-FF-FF-FF-FF-FF
D. 1.1.1.1


Answer: C

Computer Science & Information Technology

You might also like to view...

What type of error will this code produce?

```int x[60], i; for(i = 0; i <= 60; ++i) { x[i] = i; }``` A. A compiler error will report an array out of bounds error. B. A compiler error is generated since the array is not declared correctly. C. A run time error may occur because we are out of bounds on the array. D. Two of these are correct.

Computer Science & Information Technology

You need to configure both the client computer and the ________to use the Offline Files feature

a. BIOS b. File system c. Server d. IP configuration

Computer Science & Information Technology

COGNITIVE ASSESSMENT On desktops, platters most often have a size of approximately 3.5 inches in diameter. What is the size also referred to as?

A. form factor B. capacity C. RPM D. transfer rate

Computer Science & Information Technology

Many organizations require a more formal type of desk checking called _____.

A. a control module B. integration testing C. a structured walk-through D. a data couple

Computer Science & Information Technology