Test 3 Flashcards

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

1/10

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:56 AM on 4/15/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

11 Terms

1
New cards

Web Proxy

A program that intercepts internal user browsing traffic in order to content-filter traffic, detect/block malware, track usage, and provide caching; it authenticates users for tracking usage and unique filtering rules.

2
New cards

GSLB

Global Load Balancer; A DNS-based solution that provides failover to another geographic site, offering health checking and automated failover but not session stickiness or TLS offloading.

3
New cards

Tunneling

A technique that allows transmissions between two devices that otherwise could not communicate, by encapsulating their conversation within another protocol.

4
New cards

Job Scheduling

Also called batch job scheduling or event-based scheduling; the execution of unattended processes based on conditions such as date/time, job dependencies, file creation, or any combination of these.

5
New cards

Local Load Balancing

The distribution of incoming network traffic across multiple backend servers using a reverse proxy, with services such as health checking, session stickiness, and TLS offloading.

6
New cards

Network Segmentation

The common corporate practice of dividing a network into smaller, typically secured subnets to improve security, control visitor access, reduce congestion, and contain network problems.

7
New cards

Message Queuing

A technique that supports asynchronous communications by allowing producers to place messages in queues and consumers to extract them, guaranteeing message delivery.

8
New cards

Proxying

A program that establishes itself between two communicating hosts, terminating the network connection on one side and establishing a new one on the other, allowing it to stop or alter the communication stream.

9
New cards

Reverse Proxy

To provide an Internet web presence in a DMZ (Demilitarized Zone), protecting backend application servers from direct exposure to the Internet; it typically forwards the original source IP in an HTTP header for tracking purposes.

10
New cards

Amazon S3

Amazon Simple Storage Service

11
New cards

Web Server

Processes that accept HTTP and HTTPS connections.