answersLogoWhite

0

WINS server

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Which networking service is used to automatically associate netBIOS names with ip address?

There is service used to automatically associate names with addresses. DNS that is domain name system is the one that provides that mapping . DNS assigns name to the IP addresses .


What is a WINS server?

Windows Internet Name Service (WINS) is Microsoft's implementation of NetBIOS Name Service (NBNS), a name server and service for NetBIOS computer names. Effectively WINS is to NetBIOS names, what DNS is to domain names — a central mapping of host names to network addresses. Like DNS it is broken into two parts, a Server Service (that manages the encoded Jet Database, server to server replication, service requests, and conflicts) and a TCP/IP Client component which manages the client's registration and renewal of names, and takes care of queries.


What is a WINS?

Windows internet Name Service (WINS) is Microsoft's implementation of NetBIOS Name Service (NBNS), a name server and service for NetBIOS computer names. Effectively WINS is to NetBIOS names, what DNS is to domain names — a central mapping of host names to network addresses. Like DNS it is broken into two parts, a Server Service (that manages the encoded Jet Database, server to server replication, service requests, and conflicts) and a TCP/IP Client component which manages the client's registration and renewal of names, and takes care of queries.


The process of assigning memory addresses to programs is called?

memory mapping


44 The process of assigning memory addresses to programs is called?

memory mapping


What does hosts file contains its a dynamic mapping or static mapping of hostname to ip address?

In UNIX-like operating systems, the /etc/hosts file contains static mappings of hostnames to network addresses.


Storage mapping is done by?

Storage mapping is done by associating logical storage addresses with physical storage locations. This process typically involves translating user requests into specific disk sectors or memory addresses to optimize data retrieval and management. It is essential for ensuring efficient use of storage resources and can be implemented through various methods, including file systems and databases. Additionally, storage mapping can help in redundancy and data recovery strategies.


What application layer service was used to determine the ip address assigned to the url?

Domain name system is an application layer service . DNS provides mapping between addresses and names . DNS is what maps URL to the Addresses .


What is a unique name that identifies one or more IP addresses?

DNS provides mapping of ip addresses to name. DNS is short from of Domain name system . DNS provides name to Ip address and that name is called as URL.


Which two tasks are the responsibility of the local DNS server?

mapping name-to-IP addresses for internal hosts forwarding name resolution requests to a caching-only server


What is the difference between virtual logical and physical address spaces?

The concept of a logical address space is simply involved the process of mapping the Logical addresses to their Physical Addresses . Logical addresses are generated by the CPU; also referred to as virtual addresses.while Physical Address is the actual address of the data stored on the physical device and mapped by MMU.


How do you dynamically identify the jsp in servlet?

You can dynamically identify the JSP file in a servlet by using the request URL or request parameters to determine which JSP to forward the request to. You can also store necessary information in session attributes or external configurations to help determine the appropriate JSP to display. Finally, you can use a servlet mapping or URL pattern to route requests to different JSP files based on the URL.