answersLogoWhite

0

as we know two types of ip are used so here static ip used

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

When using dynamic IP addressing what type of server should be on the network?

DHCP Server (Dynamic Host Configuration Protocol)


Which circumstances are APIPA addresses assigned?

According to Microsoft:How to use automatic TCP/IP addressing without a DHCP server"A Windows-based computer that is configured to use DHCP can automatically assign itself an Internet Protocol (IP) address if a DHCP server is not available. For example, this could occur on a network without a DHCP server, or on a network if a DHCP server is temporarily down for maintenance."For more information, see Related Links, below.


After your router is configured as DHCP server you can configure each PC on your network to use dynamic IP addressing.?

Yes, you can.


What form of ip addressing do you need to use for a windows xp professional network that does not have dhcp server but in which clients need access to the internet?

Static Addressing


If your network hosts the appropriate automatic addressing service you do not need to manually configure tcp ip to participate in a network true or flase?

If both DHCP server and DHCP client are properly configured, this is true.


Which network entity would most likely be configured as both a DHCP client and a DHCP server?

Router is usually configured as a DHCP client for WAN (Internet) network and as a DHCP server for local network.


In a domain installations of DHCP require the authorization of the dhcp server before IP addresses can be allocated True or False?

yes DHCP require the authorization of the dhcp server before IP addresses can be allocated because until we authorize DHCP server the network does not know who is the dhcp server for the subnet. The DHCP server broadcasts the information to all.


What is dhcp pool?

A DHCP pool is a range of IP addresses that a Dynamic Host Configuration Protocol (DHCP) server can allocate to devices on a network. When a device connects to the network, the DHCP server assigns it an available IP address from this pool, along with other network configuration parameters like subnet mask and default gateway. The pool defines the limits and settings for IP address assignment, ensuring efficient management of network resources.


What does acquiring network address means?

The device is looking for a DHCP server to obtain a DHCP address.


In the Absence of dhcp server which ip client will receive?

A DHCP server will privide a client with a valid IP address for the network for which the DHCP server is providing a service.Where there is no DHCP server the IP address for a client must be set manually. When doing this care must be taken to ensure that two IP addresses are not set the same on the network.


How do you Configure a Cisco Router as a DHCP Server?

router(config)#ip dhcp pool pool nameRouter(dhcp-config)# network x.x.x.x y.y.y.yx being the networky being the subnetOther settings are available for configuration.


How does the DHCP client respond to the DHCP server?

Below are the steps how DHCP Client/Server relationship works.IN the network the clicent device requests a packets to DHCP server to login to the network. This Packet known as DHCPDiscover.The DHCP Server receives that packet and in responce it sends a packet to the client, this is called as DHCPOffer. This DHCPOffer packet contains unleased or unused list of IP(Internet Protocol) addresses over the LAN.The DHCP Client receives the DHCPOffer from DHCP Server and responds. This is called DHCPRequest, and this request contains the accepted IP address in the DHCPOffer it received from DHCP Server.Now the DHCP Server receives the DHCPRequest and sends back the DHCPPackets and lets clients to access network.