Internet Concepts Flashcards
Learn what happens between your browser and the rest of the internet when you click a link.
Name the parts of this URL:
https://www.google.com/search?q=javascript&oq=javascript
Scheme: https Domain: google.com Subdomain: www Route: search Query String: q=javascript&oq=javascript
What is missing in the URL that is always implied? And when it is implied, what is the value?
The port is normally missing.
The default is 443 for HTTPS and 80 for HTTP.
What is an IP Address and what does “IP” stand for
IP stands for Internet Protocol and it is the 4 byte address used to locate a computer on a network
What is a DNS server and what does “DNS” stand for?
DNS stands for Domain Name Service and it is used to translate domain names into IP addresses, e.g. google.com to 8.8.8.8
What is the protocol that the browser client and web server use to speak to each other about web pages?
HTTP
What languages run in the browser?
HTML, CSS, JavaScript
What does “HTTP” stand for?
Hyper Text Transfer Protocol
What do “HTML” and “CSS” stand for?
Hyper Text Markup Language
Cascade Style Sheets