URLs, IP Addresses, and DNS Flashcards
Application Layer
DNS Protocol
HTTP/HTTPS
Transport Layer
UDP
TCP
Internet Layer
Internet Protocol
Network Access Layer
Network Access
sequence of characters that identifies an abstract or physical resource
identifies a resource either by location or name
Uniform Resource Identifier
identify a resource using a name
name has to be unique across the name space
Uniform Resource Name
The most common way of identifying resources on the web
identifies a resource using its location
Uniform Resource Locator
TRUE OR FALSE
URLs may only refer to 1 resource over time
FALSE
at minimum, what URLs need
Protocol and Domain name
what is the highlighted part of URL
https://www.google.com/
Domain
what is the highlighted part of URL
https://www.google.com/
Protocol
declares how the browser should communicate with the server
Protocol
name of your websites
domain name
Domain name can be broken down into:
Subdomains and top-level domain
what is the highlighted part of URL
https://www.google.com/
Top-level domain
what is the highlighted part of URL
https://classroom.google.com/
subdomain
usually designate a specific areas of your site
subdomains
refers to a file, resource, or directory in the server
Path
what is the highlighted part of URL
https://www.somewebsite.com/index.html
Path
commonly found in the URL of dynamic Web pages
Query
query is preceded by:
?
what is the highlighted part of URL
https://sais.up.edu.ph/psp/ps/?cmd=login
Query
makeup the query string
key-value pairs
Parameter
Parameters are separated by:
&