URLs, IP Addresses, and DNS Flashcards
(51 cards)
Layers of Web Connection
Application Layer
Transport Layer
Internet Layer
Network Access Layer
Application Layer
DNS Protocol and HTTP,HTTPS
Transport Layer
UDP, TCP
Internet Layer
Internet Protocol
Network Access Layer
Network Access
is a sequence of characters that identifies an abstract or physical resource.
Uniform Resource Identifier (URI)
Identifies a resource either by location or name.
Uniform Resource Identifier (URI)
identify a resource using a name.
Uniform Resource Name (URN)
TRUE or FALSE:
Names used by the URN could have duplicates in the same name space
FALSE. name has to be unique across a namespace.
are the most common way of identifying resources on the web.
Uniform Resource Locator
Uniform Resource Locator identifies a resource using its _____________.
location
The web identifies resources by _____________.
location (uses URL)
TRUE or FALSE:
URLs can only refer to 1 resource .
FALSE. URLs may refer to more than 1 resource over time.
At minimum, URLs need a _______ and ___________________.
Protocol, Domain Name
Provide the Protocol and Domain for this URL
https://www.google.com/
Protocol - https://
Domain - www.google.com/
Declares how the browser should communicate with the server.
Protocol
Other examples of network protocols other than http://
smtp://
smb://
ftp://
mongodb://
The name of your website
Domain Name
Domain name could be further broken down into _________ and _____________
Subdomains, Top-Level Domain (TLD)
Provide the Subdomains and TLD in this URL:
https://classroom.google.com/u/0/h
subdomain: classroom
tld: com
Refers to a file, resource, or directory in the server.
Path
What is the path in this URL:
http://sarai.ph/about-us
/about-us
What is the path in this URL:
https://sais.up.edu.ph/psp/ps/?cmd=login
/psp/ps/
Commonly found in the URL of dynamic webpages. Preceded by the ? symbol.
Query