What DHCP is
Dynamic Host Configuration Protocol. A protocol that provides a means to allocate IP address dynamically to computers on a LAN. It eliminates the need to assign permanent IP addresses manually. DHCP software runs on servers and can be found in network devices (such as routers) that allow multiple users to access the Internet. Microsoft introduced DHCP on their Windows NT server in 1994. Newer DHCP servers will dynamically update DNS servers after assigning the addresses.
The meaning of Link
Text or images on a Web page that a user can click on in order to access or connect to another document. Links are most commonly thought of as the technology that connects two Web pages or Web sites. Once you click on a link, it could trigger a variety of events: It could "jump" to a different page or to another place on the same Web page; it could link to a file that will start downloading to your computer; it could trigger the launch of a helper application that will then process the clicked-on file, it could launch your e-mail program so you can send a message, and so on. What actually occurs when you click on a link is determined by the file's MIME type and the way your computer system is configured (or set up) to handle that MIME type. For example, browsers are configured to display all files that have HTML in their MIME extension. Links are also called hyperlinks, hypertext, and hot links, and they are coded in HTML by Web page authors or Web developers. The basic HTML code for using text to link to a Web site's homepage.