This device operates at layer 2 of the OSI model and therefore uses the MAC or Ethernet address for making decisions for forwarding data packets.
What will be an ideal response?
switch
You might also like to view...
Which type of list does not contain a null pointer at the end of the list?
a. backwards linked b. doubly linked c. circular linked d. null linked e. None of these
Predefined layouts use a drag-and-drop method. All you have to do is drag a form or report onto the ________ and a new tab is added to the form
Fill in the blank(s) with correct word
What is the value of newList after the following code is executed? newList = ["George", "John", "Thomas", "James"]newList.pop()newList.append("Andrew")
A. ["George", "John", "Thomas", "James", "Andrew"] B. ["George", "John", "Thomas", "Andrew"] C. ["Andrew", "John", "Thomas", "James"] D. ["Andrew", "George", "John", "Thomas", "James"]
The formula used to calculate a unit's availability is ____.
A. MTBF * (MTBF - MTTR) B. MTBF / (MTBF - MTTR) C. MTBF * (MTBF + MTTR) D. MTBF / (MTBF + MTTR)