What is DNS and how does it work? How does DNS help you connect to a web server like Amazon?
Answer
DNS stands for Domain Name System. DNS is a number of servers that keep track of routing tables that put domain names and IP addresses together. DNS helps us connect to a web server like Amazon by an algorithm requesting that IP address in the servers repeatedly until found.
Include a screenshot of your message log in the DNS Simulation app in Activity 1.
Answer
Didn't work
(POGIL) Discuss why and how a list variable would be a better choice for storing the recipient’s multiple messages in the DNS simulation app.
Answer
A list variable would be a better choice for storing a recipients messages because the messages can be checked independently, and you can store a lot in a list because it can go on for a while.
(POGIL) Include the pseudocode algorithms you developed for the sender and receiver to handle multiple messages to a recipient.