distinguish between physical addresses and logical address?
Answers were Sorted based on User's Feedback
Answer / sajana bhamu
(in reference to operating system)address of process in
hardisk is physical address and address that is provided by
cpu in main memory is called logical address....
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / faiyaz
This logical adresses mainly operates when cpu stores or perform some action. Unless and until any execution is done
by cpu which allocates some space in memory location.
whereas physical address is the address which tells adresss of particular instruction are loaded in memory.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / yash
physical address varies from computer to computer while in network communication but the logical address what we gives in the beginning is same as in the end.....
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / george isange
Logical Addresses: Logical addresses are generated by the CPU.
When the program is executed the CPU
takes this layout image that the compiler made and hands
out some addresses (logical ones) to the ones generated from
the code.
Physical Addresses: The physical addresses are not generated
until after the CPU generates some set of logical addresses
(consisting of a base address and an offset). The logical
addresses go through the MMU or another device and somewhere
along the line the logical addresses are mapped to physical
RAM addresses.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / akash dhotre
Address generated by the cpu or the processor is called as
logical address.
Actual address on primary memory or address seen by memory
management unit is known as physical address.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Answer / manpreet jhandi
physical address is address which is allocated to
instructions or data which is present in main memory
whereas
logical address is a virtual address given to data
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / makgwela
logical address refers to memory location independent of the current assignment of data
physical address is the actual location in main memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kediguru
in a network logical address is formed with dhcp
installation which distributes ip address logically without
assaigning by a user.
while physical address is assinged by the
user(administrator) him self.
| Is This Answer Correct ? | 1 Yes | 3 No |
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is {} in find command?
what is the advaantage of each user having its own copy of the shell?
0 Answers BMC, CNS, DELL, Infosys,
distinguish between interrupts and exceptions?
How do you copy a directory with many files and folders into another directory?
what does a process mean?
why unix operating system provides more security than other operating systems?
Briefly, how do you install Oracle software on UNIX.
The command grep first second third /usr/you/myfile a) prints lines containing the words first, second or third from the file /usr/you/myfile b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them d) replaces the word first with the word second in the files third and /usr/you/myfile e) None of the above
What is the use of sed command in unix?
What is the command to find hidden files in the current directory?
what are processor execution levels and priorities?