distinguish between physical addresses and logical address?
Answer Posted / vrushali
A Physical address is a 48-bit flat address burned into the ROM of the NIC card which is a Layer1 device of the OSI model. This iis divided into 24-bit vendor code and 24-bit serial address. This is unique for each system and cannot be changed. In computing, a physical address, also real address, or binary address, is the memory address that is represented in the form of a binary number on the address bus circuitry in order to enable the data bus to access a particular storage cell of main memory.
A logical address may be different from the physical address due to the operation of an address translator or mapping function. Such mapping functions may be, in the case of a computer memory architecture, a memory management unit (MMU) between the CPU and the memory bus, or an address translation layer, e.g., the Data Link Layer, between the hardware and the internetworking protocols (Internet Protocol) in a computer networking system.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the significance of the 'tee' command?
What does grep v grep do?
Name the general commands in using unix os for a beginner?
Can you enlist some commonly used network commands?
What is the search command in unix?
What is the comma to show the space allocation of files?
how to sort the content of the file based on numeric values
What does this command do,"$more readme.txt“?
How do I use nslookup?
What does find command return in unix?
What command is used to check the current users?
What are file commands?
Which command is used to restrict incoming messages?
What is {} in find command?
What does the command ' $who | sort –logfile > newfile' do?