answersLogoWhite

0

4370:561EH represents = 43700 +561EH= 48DIEH

User Avatar

Wiki User

9y ago

What else can I help you with?

Continue Learning about Computer Science

How can one calculate the physical address from a given logical address?

To calculate the physical address from a logical address, you can use the base address and offset. Add the base address to the offset to get the physical address. This process is commonly used in computer systems to translate logical addresses to physical addresses for memory access.


What is the physical address (the MAC address) of the NIC (or network adapter) for this connection?

•What is the physical address (the MAC address) of the NIC (or network adapter) for this connection?


What can you use to identify a ipv6 address?

IPv6 address has 2^128 address and IPv6 address is of 16 bytes and is represented in colon hex notation.


Physical address and logical address?

A logical (or virtual) address is a reference to a memory location independent of the current assignment of data to memory; a translation must be made to a physical address before the memory access can be achieved. A relative address is the address expressed as a location relative to some known point, usually the beginning of the program. A physical address, or absolute address, is an actual location in main memory.


How does the virtual address to physical address mapping work in computer systems?

In computer systems, the virtual address to physical address mapping works through a process called address translation. The operating system manages this mapping by using a page table, which stores the correspondence between virtual addresses used by programs and their corresponding physical memory locations. When a program accesses a virtual address, the operating system translates it to the corresponding physical address to retrieve the data stored in memory. This allows programs to efficiently access and manipulate data without needing to know the physical location of the memory.

Related Questions

A NIC's physical address is a 48-bit address represented in what format?

It's represented in HEX format.


What is another name for the physical address assigned to each adapter?

mac address, physical .address address book ,physical change


Is physical address the home address?

Yes, a physical address would the the same as a person's address of their home. An example of a non-physical address would be a PO Box address.


Where physical address stored in computer network?

There is no physical address.


Can physical address and virtual address be same?

your question is wrong. it should be "can physical address and logical address be same" answer is no because logical address is the combination of page number and offset whereas physical address is the combination of physical page[frame] and offset


What is present physical address?

A physical address is where you live, or in the case of a business, where the store itself is located. The reason they specify is that sometimes the mailing address is different from the physical address. (a post office box for example)


How can one calculate the physical address from a given logical address?

To calculate the physical address from a logical address, you can use the base address and offset. Add the base address to the offset to get the physical address. This process is commonly used in computer systems to translate logical addresses to physical addresses for memory access.


What is physical address in network?

The MAC address is the physical address. Usually the MAC address is a unique hexadecimal address hard coded into the network card.


What fixed number is associated with a devices NIC?

The Physical Address


What is physical quantity represented by?

plank,s constant


What is the physical address (the MAC address) of the NIC (or network adapter) for this connection?

•What is the physical address (the MAC address) of the NIC (or network adapter) for this connection?


Which address is more important the physical address or the logical address?

In the 8086/8088 the physical address and logical address have the same importance, because they both relate to the address of the operand. It is true that the offset (logical) address is added to the segment address to determine the physical address, but the limitations of the architecture of the processor forces programmers to consider both.If you are talking about a virtual environment, however, such as in the 80286 or higher, then the logical address is more important than the physical address, because the logical address is the address of the operand, while the physical address is (somewhat) arbitrarily assigned by the operating system.