answersLogoWhite

0

Global catalog server.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Where is the Mac address stored?

MAC address stored in NIC card


What is logical address in computer networks?

logical address is called as global address and physical address is called as local address .the ip address,which is used by the user in the network is found to be global for use and it is easily identified in any network .physical address is mac address ,which is stored in the nic card,which is mainly used ,when the system is connected in the network using switch


Is global variables are stored in registers?

They is not.


Why is a physical address not eligible to be saved?

A physical address is not eligible to be saved because it is considered personally identifiable information that could compromise privacy and security if stored in certain systems or databases.


Global variables are stored in?

Main memory (RAM).


Where physical address stored in computer network?

There is no physical address.


When interrupt occurs where is the address following the current instruction stored?

When an interrupt occurs, the address following the current instruction is stored on the stack.


Is a memory address in Binary form?

memory address is stored in binary form


What is the significance of big-endian byte ordering in Motorola microprocessors?

Big-endian byte ordering in Motorola microprocessors is significant because it determines the way data is stored in memory. In big-endian systems, the most significant byte of a multi-byte data is stored at the lowest memory address, which can impact data manipulation and communication with other systems.


Where is energy stored living systems?

in the chemical bonds of molecules


When the fn is called where the return address is stored?

heap


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.