GFDRR Open Source Mentoring Guide

GFDRR Open Source Mentoring Guide

View the Project on GitHub GFDRR/mentoring-guide

Domain Name System (DNS)

The Domain Name System (DNS) is a hierarchical distributed naming system for computers, services, or any resource connected to the Internet or a private network. It associates domain names that can be remembered easily by humans (such as google.com) with static numerical IP addresses on a network. The Domain Name System is an essential component of the functionality of most Internet services because it is the Internet’s primary directory service. In order to deploy your web application, you will need to learn the basics of how DNS works, how to register a domain name and/or how to point a domain name at your deployed application. You do not need to understand all the finer points and complexity of DNS, but do need to know how it works and how to configure it when deploying your app.

Goals/Objectives/Outcomes

Reference Material

Measures of Success