How The Web Works (THM).2 Flashcards
What is the first step of DNS request?
Comp checks local cache
What is step 2 of DNS request?
If Comp doesn’t have, request to Recursive DNS Server
Who provides a recursive DNS Server?
ISP
Yourself
What is step 3 of DNS request?
If recursive DNS server doesn’t have, request sent to root server
What is step 4 of DNS request?
Root server sends request to right TLD server.
What is Step 5 of DNS Request?
TLD server finds the authoritative DNS server.
What is Step 6 of DNS Request?
Authoritative DNS server address is sent back to Recursive DNS server
What is Step 7 of DNS Request?
DNS Record is cached at DNS Server and given a TTL
What is HTTP?
HyperText Transfer Protocol
What is HTTPS?
HyperText Transfer Protocol Secure
What is the purpose of HTTP?
Rules for communicating website data.
What is the purpose of HTTPS?
Authenticating and encrypting website data.
What is a URL?
Uniform Resource Locator
What are the components of a URL in order?
Scheme-user-host/domain-port-path-query string-fragment
What is the Scheme of a URL?
what access protocol to use
Give examples of URL Schemes
HTTP
HTTPS
FTP
What is the User component of a URL?
username/password (if required)
What is the Host component of a URL?
the domain name or IP address of the server you want to access
What is the Port component of a URL?
The port you want to connect to
What is the Query String portion of the URL?
extra info to access the right page