Network, Databases, Internet (Keywords)

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/17

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:04 PM on 9/23/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

18 Terms

1
New cards

Cloud computing

Using the internet to do things like access data, use apps and use power on servers instead of your own computer.

2
New cards

Internet

A network of computers all over the world, connected by a huge web of cables going over the sea and land.

3
New cards

Client and server

  • Client: Starts the contact with the server.

  • Server: Waits for the client to start the server to give a response.


4
New cards

TCP and IP (abbreviations)

  • Transmission Control Protocol

  • Internet Protocol


5
New cards

DNS (Domain Name System)

A phonebook of the internet, translating names into IP addresses so computers can find each other.

6
New cards

Cache

Small storage area that holds frequently used data for short time, so the computer can access it quickly.

7
New cards

Hypertext Transfer Protocol (HTTP)

An application protocol. It’s the foundation of communicating data on the world wide web.

8
New cards

Hypertext

Structured data that uses logical links between nodes with text.

9
New cards

HTTPS

The secure version of HTTP (S for secure) that encrypts the data being sent between client and server.

10
New cards

WiFi

Set of radio technology that allow for wireless communication.

11
New cards

VOIP (Voice-Over IP)

Umbrella term for technologies that allow the delivery of audio over the internet.

12
New cards

Gateways

Hardware that connect two networks together.

13
New cards

Cloud Computing

Practice of using servers managed by someone else to do a range of variety tasks.

14
New cards

Database

An electronic system used to store, retrieve and manipulate data. They’re used to keep track of data that’s needed to be tracked.

15
New cards

Redundancy

The unnecessary (and possibly harmful) duplication of data.

16
New cards

Primary key

The column(s) that uniquely identifies one row in a relational database.

17
New cards

Foreign key

Column(s) that feature in the table but are also the primary key to a different table — linking the two together.

18
New cards

Composite Key

Combination of different keys to form a primary key.