When troubleshooting a computer's connection to the network, which of the following is true?
A. allĀ computers on the network should have the same IP address
B. all computers on the network should have different netmasks
C. a malfunctioning NIC is indicated by a blinking LED
D. all computers on the network should have the same network ID
Answer: D
You might also like to view...
The option for apply color to the background of a paragraph is in the ________ tab of the Borders and Shading dialog box
Fill in the blank(s) with correct word
A PivotTable can be filtered to display only the data values that are specified
Indicate whether the statement is true or false.
What is the purpose of the Layer 2 LLC sublayer?
a. It is used to handle multiplexing, flow and error control, and reliability. b. It is used to manage MAC addresses in message frames. c. It performs management of the physical layer's modulation techniques. d. It is used to manage low-level encryption on a network.
Which of following statements invokes the getdiscount function, passing it the contents of two decimal variables named decSales and decorate? The statement should assign the function's return value to the decDiscount variable.
a. decDiscount = call GetDiscount(decSales, decorate) b. call GetDiscount(decSales, decorate, decDiscount) c. decDiscount = GetDiscount(decSales, decorate) d. none of the above