HTTP and Web Communication Vocabulary

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

1/8

flashcard set

Earn XP

Description and Tags

Essential vocabulary terms from the lecture regarding HTTP protocols, session management, and status codes.

Last updated 4:33 PM on 8/1/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

9 Terms

1
New cards

HTTP

A protocol used to transfer web pages between clients and servers.

2
New cards

HTTPS

The secure version of HTTP that encrypts communication.

3
New cards

Stateless Protocol

A protocol where each request is treated independently without remembering previous requests.

4
New cards

Session

A mechanism that allows a website to remember a user's activity across multiple requests.

5
New cards

Cookie

Small data stored in the browser to maintain sessions or preferences.

6
New cards

Token

A value used to authenticate and identify a user between requests.

7
New cards

GET

The HTTP method used to retrieve resources from a web server.

8
New cards

HTTP Status Code

A code returned by a server indicating the result of a request.

9
New cards

200 OK

An HTTP status indicating the request was successful.