theory 1

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/27

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:49 AM on 6/7/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

28 Terms

1
New cards

The Internet

A global network of interconnected computer networks spanning the entire world, representing the physical infrastructure (cables, routers, and protocols).

2
New cards

World Wide Web (WWW)

A graphical user interface and information system composed of websites, pages, and links that runs as a service on top of the Internet.

3
New cards

ARPANET (1969)

The US military research project connecting four universities from which the Internet originally evolved.

4
New cards

Tim Berners-Lee (1989)

The inventor of the World Wide Web at CERN.

5
New cards

NSFnet commercial restriction removal

The policy change in the early 1990s that allowed private businesses to connect to the Internet, driving exponential commercial growth.

6
New cards

Mosaic Browser

The first widely adopted graphical browser, developed at NCSA, which catalyzed the commercialization of the Web.

7
New cards

DNS Lookup

The first phase of a Web transaction where a browser asks a DNS server to translate a domain name into an IP address.

8
New cards

HTTP Request

The second phase of a Web transaction where the browser sends a request message to the server asking for the website files.

9
New cards

Server Response

The third phase of a Web transaction where the server replies with a status code (such as 200 OK) and sends HTML, CSS, JS, and images.

10
New cards

Rendering

The final phase of a Web transaction where the browser assembles all retrieved files into the complete webpage the user interacts with.

11
New cards

Web Client (The Requester)

A computer running browser software that is connected to the Internet only when needed and uses HTTP to request assets.

12
New cards

Web Server (The Responder)

A computer continually connected to the Internet running server software to receive requests and send resources.

13
New cards

HTTP Protocol

The fundamental communications protocol of data exchange on the Web.

14
New cards

SMTP (Simple Mail Transfer Protocol)

An Internet protocol dedicated strictly to sending email messages between servers.

15
New cards

POP (Post Office Protocol)

An Internet protocol used for receiving email by downloading messages to a local client and typically deleting them from the server.

16
New cards

IMAP (Internet Message Access Protocol)

An Internet protocol used for receiving email by keeping messages synced dynamically on the server.

17
New cards

FTP (File Transfer Protocol)

A protocol used to exchange raw files between computers that operates completely independently of web browsers and HTML.

18
New cards

URL (Uniform Resource Locator)

The complete address of a resource on the Internet, consisting of a protocol, domain name, and file path.

19
New cards

Domain Name

An organization identifier that locates an entity on the Internet and maps to a unique numeric IP address.

20
New cards

HTML (High-Level Analogy)

The structure of a webpage, defining what "is" on the page (analogous to the walls, rooms, and foundation of a house).

21
New cards

CSS (High-Level Analogy)

The visual style of a webpage, defining how it looks (analogous to the paint, furniture, and lighting of a house).

22
New cards

JavaScript (High-Level Analogy)

The behavior of a webpage, defining how it behaves (analogous to the utilities, electricity, and plumbing of a house).

23
New cards

Universal Design

The design concept that websites must be structured to be usable by all people, of all abilities.

24
New cards

Universal Design Legal Mandate

A legal requirement making website accessibility mandatory for government and educational institutions.

25
New cards

Consistency Principle in Web Design

The practice of presenting recurring features (such as navigation bars, headings, and logos) in the same place to make a site easier to navigate.

26
New cards

Early HTML Layout Limitation

The historical use of table elements for page layout, which was cumbersome and difficult to maintain.

27
New cards

Mixed Content and Presentation Limitation

An early HTML issue where styling within HTML (using inline styles or font tags) mixed structural content with visual presentation.

28
New cards

Static Structure Limitation of HTML

The limitation where HTML alone can only create static structures and cannot respond dynamically to user actions without JavaScript.