What are the Advantages and Disadvantages of DHCP?


DHCP (Dynamic Host Configuration Protocol) allows your computer to automatically obtain a fully functional IP address from the central RPI DHCP server. Every time you boot up your computer, your operating system retrieves a new IP address. DHCP is the default network configuration for most operating systems. If however you need to set up DHCP again, follow the instructions on the various Network Configurations webpages for your specific operating system. Static IP is a manual way of obtaining an IP address for your computer. The IP address is predetermined and always the same. A static IP address can be obtained for free from the VCC Help Desk by filling out a short form. There are a few advantages and disadvantages to using a static IP.
Advantages:
Your IP address remains the same so that you can run Internet services that require your IP address to remain the same in order for them to work properly (ie. Web Server, FTP Server).
If, for some reason, the RPI DHCP server is having difficulties handing out IP address, you will still be able to access the web, since your IP is predetermined.
Disadvantages:
You will only be able to effectively use your static IP address from your place of residence. You will be unable to use the web from other places on campus.
Configuring the network settings on your computer is more difficult for static IP than for DHCP, since DHCP is automatic and static IP is manual.



Explore posts in the same categories: Computer Networks Interview Questions, Networking Interview Questions


BOOKMARK THIS : del.icio.us | Digg it | Furl | reddit |


Related Questions :

  • What are the advantages and disadvantages of ABAP query tool?
  • Advantages: No programming knowledge is required. Disadvantages: Depending on the complexity of the database tables, it may not be easy for...
  • What is DHCP?
  • DHCP (Dynamic Host Configuration Protocol) is an Internet protocol. It resides in a DHCP server and clients that use...
  • what is superscop ?
  • A superscope is an administrative feature of DHCP servers running Windows Server 2003 that you can create and manage through...
  • What are the advantages and disadvantages of viewstate?
  • The primary advantages of the ViewState feature in ASP.NET are: 1. Simplicity. There is no need to write possibly complex code...
  • What are the advantages/disadvantages of the various style methods?
  • External Style Sheets Advantages * Can control styles for multiple documents at once * Classes can be created for use on multiple HTML...
  • Are there advantages or disadvantages to using BEA WebLogic over IBM WebSphere or vice versa ?
  • No. Both products are certified with PIA as of version 8.4 and work equally well. By offering both BEA WebLogic...
  • What are the advantages and disadvantages of B-star trees over Binary trees?
  • B-star trees have better data structure and are faster in search than Binary trees, but it's harder to write codes...
  • What are advantages and disadvantages of Microsoft-provided data provider classes in ADO.NET?
  • SQLServer.NET data provider is high-speed and robust, but requires SQL Server license purchased from Microsoft. OLE-DB.NET is universal for accessing...
  • What is multiple inheritance(virtual inheritance)? What are its advantages and disadvantages?
  • Multiple Inheritance is the process whereby a child can be derived from more than one parent class. The advantage of...
  • What is Automatic Private IP Addressing (APIPA)?
  • Windows 98, 98 SE, Me, and 2000 have an Automatic Private IP Addressing (APIPA) feature that will automatically assign an...

    Comment:

    You must be logged in to post a comment.