yo Flashcards
(49 cards)
1: (p.4) What are target skills?
Target skills are the skills you intend to gain.
2: (p.4) What are basic skills?
Basic skills are the skills you must learn before you can be good at thetarget skills.
3: (p.10) What’s the dierence between the Web and the Internet?
The Web refers to web sites. The Internet is bigger. It includes websites and other things like network time synchronization, email, gaming,Skype (VoIP), and Google Earth.
4 (p.253): What does URL stand for?
uniform (or universal) resource locator
5 (p.253): What does URI stand for?
uniform (or universal) resource identier
6 (p.253):What are the three most common parts of a URL?
scheme (protocol), network location (domain name), pathhttp: is the scheme (or protocol).
7: (p.11) In networking, what is a protocol?
A protocol is a standardized method (set of rules) for communicating.
8: (p.11) What does HTTP stand for?
hyper text transfer (or transport) protocol
9: (p.11) List ve popular protocols.
http: hyper text transfer protocol.le: a le right on the user’s local computer.https: hyper text transfer protocol with security.mailto: email address (and possibly more).ftp: le transfer protocol.
10: (p.12) Does capitalization matter with domain names?
no
11: (p.12) Does capitalization matter with URLs?
yes
12: (p.12) What is the structure of a domain name?
little-endian
13: (p.13) Does capitalization matter in the path portion of a URL?
yes
14: (p.13) What is the normal structure of the path?
big-endian
15: (p.14) What does big-endian mean?
Big-endian indicates (1) a hierarchical relationship among parts, (2) withthe most broad, inclusive, substantial, general end coming rst. The laterparts are subdivisions of, owned by, or contained in the earlier parts.
16: (p.15) What does little-endian mean?
Little-endian indicates (1) a hierarchical relationship among parts, (2)with the most precise, specic, narrow end coming rst. The later partsare increasingly more broad, inclusive, and general. Later parts own orcontain the earlier parts.
17: (p.15) When is little-endian better?
Little-endian is better when the item is relative to some obvious base ofreference. Then only the dierence from the basis is needed and the restcan be omitted.
18: (p.15) What does mixed-endian mean?
Mixed-endian indicates a hierarchical relationship among parts, with acultural expectation about the ordering of the parts, but being neitherbig-endian nor little-endian.
19: (p.16) What is syntax?
Syntax is the form or format taken by language.
20: (p.16) In a URL, what is the purpose of \@”?
@ is a syntax marker that comes after the username (and password) andbefore the domain name. It appears this way in mailto URLs. It alsoappears with certain protected web sites.
21: (p.16) In a URL, what is the purpose of :”?
: is a syntax marker that can appear in three places.It appears after the scheme (protocol).It appears between username and password, if these are present.It appears after the domain name, if a port is specied.
22: (p.17) In a URL, what is the purpose of \?”?
? is a syntax marker that comes after the path and introduces the query,which consists of name=value pairs.
23: (p.17) In a URL, what is the purpose of =”?
NAME?
24: (p.17) In a URL, what is the purpose of \&”?
& is a syntax marker that appears between the name=value pairs of aquery, like \name=value&a=5”.