Each system on a TCP/IP network has two unique identifiers, the _____________________.

Fill in the blank(s) with the appropriate word(s).

MAC or physical address, and the IP or logical address

correct

Computer Science & Information Technology

You might also like to view...

In a Class C subnet, a network ID may occupy a maximum of:

A. 24bits. B. 16bits. C. 31bits. D. 32bits

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. A new node must always be made the last node in the list. 2. A new node cannot become the first node in the list. 3. If a node is not the first node in a linked list, deleting it may require setting the successor pointer in its predecessor. 4. A non-empty linked list of items can be reversed by removing the head, reversing what is left, and then adding the (original) head at the end of the reversed tail. 5. Deleting an entire list requires traversing the list to delete the nodes.

Computer Science & Information Technology