URLs, IP Address, and DNS Flashcards
(51 cards)
By order, what are the layers TCP/IP?
Application Layer
Transport Layer
Internet Layer
Network Access Layer
In the Application Layer, what can be found here?
DNS protocol, HTTP, HTTPS
In the transport layer, what can be found here?
UDP and TCP
In the internet layer, what is part of this?
Internet Protocol
In the network access layer, what can be found here?
network access
This is a sequence of characters that identifies an abstract or physical resource. It identifies a resource either by location or name
URI (Uniform Resource Identifier)
This identify a resource using a name. This name has to be unique across a namespace
URN (Uniform Resource Name)
This are the most common way of identifying resources on the web. It identifies a resource using its location.
URL (Uniform Resource Locator)
At minimum, what does URLs need?
Protocol and Domain Name
https://www.google.com
In this example, which is the protocol and the domain?
Protocol: https://
Domain: www.google.com
This declares how the browser should communicate with the server
Protocol
This is the name of your website
Domain Name
Domain can be further broken down into?
Subdomains and top-level domain
https://classroom.google.com/u/0/h
in this example, what is the top level domain? what is the subdomain?
Top level domain: com
Subdomain: classroom
What usually designate a specific area of your site?
Subdomains
This refers to a file, resource, or directory in the server
path
http://www.somewebsite.com/index.html
https://sais.up.edu.ph/psp/ps/?cmd=login
which is the path here?
index.html
/psp/ps/
This is commonly found in the url of dynamic web pages. preceded by the ? symbol
query
https://twitter.com/search?q=android&src=typd
in this example, which is the query?
?q=android&src=typd
What makes up the query string? These are key-value pairs separated by the & symbol.
Parameter
https://sais.up.edu.ph/psp/ps/?cmd=login
in this which is the parameter? what is the key? what is the value?
cmd=login
key: cmd
value = login
This is an optional part of URLs preceded by a :. It’s usually not explicitly included in the URL
Port
port 21 is for?
file transfer
port 25 is for?
simple mail transfer