Internet & Web Architecture: Standards, Protocols, and Growth

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/22

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

23 Terms

1
New cards

Internet

A global network of interconnected computer networks, sometimes referred to as a "network of all networks."

2
New cards

World Wide Web (WWW)

A system of interlinked documents and multimedia accessed via the Internet.

3
New cards

WWW

service that runs on top of the Internet

4
New cards

IETF (Internet Engineering Task Force)

Develops Internet protocol standards.

5
New cards

ICANN (Internet Corporation for Assigned Names and Numbers)

Manages domain names and IP addresses.

6
New cards

W3C (World Wide Web Consortium)

Creates web standards (HTML, CSS, etc.).

7
New cards

Client

Sends request (e.g., web browser).

8
New cards

Server

Responds with resources (e.g., web server).

9
New cards

HTTP (Hypertext Transfer Protocol)

Protocol used for web pages.

10
New cards

FTP (File Transfer Protocol)

Protocol used for file upload/download.

11
New cards

TCP/IP

Core communication protocol (packet transfer & routing).

12
New cards

Domain Name System (DNS)

Translates human-friendly names into IP addresses.

13
New cards

TLD (Top-Level Domain) examples

.com, .org, .edu, .ph

14
New cards

Example of DNS

google.com → 216.58.194.46

15
New cards

SGML

Early standard.

16
New cards

HTML (Hypertext Markup Language)

Foundation of the web.

17
New cards

XML

Data structuring.

18
New cards

HTML5

Modern standard (supports multimedia, APIs, semantic tags).

19
New cards

Web Architecture

Structure under which the information or content of a website is organized, ordered, and classified.

20
New cards

Purpose of Web Architecture

Helps users find the information they need and helps search engine crawlers understand relationships between pages.

21
New cards

Hierarchical (Horizontal) Web Architecture

Structure like a tree (homepage → categories → subcategories → detail pages).

22
New cards

Sequential (Vertical) Web Architecture

Depth-oriented; multiple levels of navigation moving in one direction.

23
New cards

Matrix / Database / Hybrid Architectures

Allows multiple navigation paths (like Wikipedia's internal linking).