03 - URLs, IP Addresses, and DNS Flashcards

(42 cards)

1
Q

application layer

A

dns protocol
http, https

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

transport layer

A

udp, tcp

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

internet layer

A

internet protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

network access layer

A

network access

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

URI

A

Uniform Resource Identifier

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

sequence of characters that identifies an abstract or physical resource

A

URI

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

URI identifies a resource by either ___ or ____

A

location
name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

URN

A

Uniform Resource Name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

URL

A

Uniform Resource Locator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

most common way of identifying resources on the web

A

URL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

At minimum, URLs need a ___ and ___

A

protocol
domain name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

declares how the browser should communicate with the server

A

protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

name of your website

A

domain name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

domain names can be broken down into two

A

subdomains
top-level domain

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

designates a specific area of your site

A

subdomain

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

refers to a file, resource or directory in the server

A

path

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

commonly found in the URL of dynamic web pages

18
Q

query is preceded by the __ symbol

19
Q

key-value pairs separated by the & symbol

20
Q

type of software connection point, preceded by :

21
Q

common default ports (4)

A

21 : file transfer
25 : simple mail transfer
80 : http
443 : https

22
Q

internal reference to part of a page, marked by a # symbol

23
Q

fragments are sometimes called

24
Q

Identify the domain, port, query, fragment based from this link

https://www.youtube.com/watch?v=dQw4w9WgXcQ

A

Domain: www.youtube.com
Port: 443
Query: ?v=dQw4w9WgXcQ
Fragment: N/A

25
provides an unreliable, connectionless delivery system used by machines
internet protocol
26
2 major versions of IP
IPv4 IPv6
27
IPv4 addresses are composed of ____ numbers
4 8-bit
28
IPv6 addresses are composed of ___ numbers
8 4-digit hexadecimal
29
hierarchical naming system for resources on the Web
domain name system
30
process of retrieving the IP address associated with a domain name
domain name resolution
31
maps of domain names to IP addresses
dns records
32
connects to dns servers to request records using the dns protocol
dns client
33
stores the master copies of the dns records
authoritative dns servers
34
cache commonly requested records
recursive dns servers
35
how do you put your dns record in a dns server?
pay a lease to a dns registrar to add your domain name and associated Ip address to the DNS registry
36
nonprofit organization responsible for coordination and maintenance of databases related to internet namespaces
internet corporation for assigned names and numbers (icann)
37
department under ICANN that coordinates DNS root, ip addressing, and other ip resources
internet assigned numbers authority (IANA)
38
the last segment of a domain name
top-level domains
39
2 types of TLDs
generic country code
40
most common of the tlds; anyone can register with little restriction
generic tld
41
restricted to a country or any dependent territory identified with a country code
country code tld
42
Identify the domain, subdomain, and top-level domain of: http://ics.uplb.edu.ph
tld: ph subdomain of ph: edu subdomain of edu: uplb subdomain of uplb: ics domain: ics.uplb.edu.ph