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 ‘ps’ command for?
Is it inbetween or in between?
What is the command to view process running?
What do chown command do?
How do I find previous commands in unix?
What is the function of grep command in unix?
What is the behavioural difference between cmp and diff commands?
What is the comma to show the space allocation of files?
Using unix command how to display no of records in oracle?
Who wrote grep?
What is the command to find maximum memory taking process on the server?
What is rmdir command?
What is .sh file?
What does pipe () return?
What does find command return in unix?