What is the purpose of a logical address?

What will be an ideal response?


This is a discussion to get the students thinking about why a logical (Layer 3) address is necessary when MAC addresses (Layer 2) are supposed to be unique.The basic answer is that MAC addresses do not identify the device as part of a network of subnet.To route traffic effectively, you have to have more than the physical address or you would need to discover every device in the world to get traffic from one location to another.Logical addressing allows us to couple devices that are locally connected and identify by smaller and smaller increments the specific device desired based on characteristics of its logical address.

Computer Science & Information Technology

You might also like to view...

What is the purpose of the address operator in C++?

A. There is no address operator in C++. B. To return the hexadecimal address of a variable. C. To report the system address for the program. D. To return the hexadecimal range for a datatype.

Computer Science & Information Technology

Redesign the program that computes an average from a list of data. The new program should have a main module called compute_average and three subordinate modules: initial_processing, detail_processing, and final_processing.

What will be an ideal response?

Computer Science & Information Technology

Which of the following is not an executable used with USMT?

a. ScanState.exe b. LoadState.exe c. UsmtUtils.exe d. None of the above

Computer Science & Information Technology

The ____________________ of a base class automatically makes the destructor of a derived class virtual.

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

Computer Science & Information Technology