Web Technology 511 Overview

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

1/15

flashcard set

Earn XP

Description and Tags

Flashcards summarizing key concepts from Web Technology 511 lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

HTML (Hypertext Markup Language)

The standard language for creating web pages, using tags to define elements like headings, paragraphs, and links.

2
New cards

CSS (Cascading Style Sheets)

A style sheet language used for describing the presentation of a document written in HTML or XML, controlling layout, colors, fonts, etc.

3
New cards

JavaScript

A programming language that allows you to implement complex features on web pages, enabling interactivity and dynamic content.

4
New cards

DOM (Document Object Model)

A programming interface for HTML and XML documents, representing the page so that programs can change the document structure, style, and content.

5
New cards

Client/Server Model

A model of interaction where the client (typically a web browser) requests resources from a server, which provides the resources required.

6
New cards

Lazy Loading

An optimization technique that postpones loading certain resources until they are needed, enhancing performance by reducing initial load times.

7
New cards

Web Standards

Guidelines set by the World Wide Web Consortium (W3C) that ensure consistency, functionality, and accessibility of web content across all devices.

8
New cards

Intranet

A private internal network confined to an organization, enabling secure communication and resource sharing among its members.

9
New cards

Extranet

An extension of an intranet that allows controlled access to external stakeholders, maintaining security while facilitating collaboration.

10
New cards

URI (Uniform Resource Identifier)

A string of characters that uniquely identifies a particular resource on the internet, often formatted as URLs.

11
New cards

JavaScript API

A collection of methods and properties that allow developers to programmatically control audio and video elements on webpages.

12
New cards

Image Optimization

The process of reducing image file sizes to improve web performance while maintaining acceptable visual quality.

13
New cards

HTTP (Hypertext Transfer Protocol)

The foundational protocol used for transmitting data over the web, enabling the retrieval of resources such as HTML documents.

14
New cards

HTTPS (Hypertext Transfer Protocol Secure)

An extension of HTTP that uses encryption to secure data exchanged between the browser and the server, ensuring privacy and security.

15
New cards

FTP (File Transfer Protocol)

A standard protocol used for transferring files over the internet, allowing users to upload and download files between computers.

16
New cards

Web Performance Optimization (WPO)

The practice of improving the speed and efficiency of websites to enhance user experience and reduce load times.