Express Flashcards
learn how the internet works
1
Q
DNS
A
Domain Name System, the phonebook of the internet.
DNS translates domain names to IP addresses so browsers can load internet resources.
DNS servers eliminate the need for humans to memorize IP addresses.
2
Q
What is Express useful for?
A
handling http requests, creating APIs
3
Q
How does DNS work ?
A
converts a hostname(www.example.com) into an IP address
4
Q
IP address
A
Internet Protocol: each device connected to the internet has a unique IP address so it can be identified.
5
Q
A