Search the practice set

126 questions, 454 terms and 400 topics in 20 areas.

33 results for “Network Troubleshooting”

Terminology · 20
term

Content Delivery Network

A geographically distributed cache that serves content from a location near the user instead of from the origin.

Networking
term

Anycast

Advertising the same IP address from many locations, so the network routes each client to the topologically nearest one.

Networking
term

Availability Zone

One or more physically separate data centres inside a cloud region, with independent power, cooling and network, connected by low-latency links.

Cloud Architecture
term

CAP Theorem

During a network partition a distributed system must choose between consistency and availability; it cannot have both.

Distributed Systems
term

Egress Filtering

Restricting which destinations a workload may connect to outbound — the control that limits data exfiltration and SSRF impact, and the one most often omitted.

Network Security
term

Egress Path Analysis

Tracing where data physically moves in an architecture, because transfer charges follow paths that appear nowhere on the diagram.

Network & Egress Costs
term

Encryption at Rest and in Transit

Protecting stored data from disclosure if the medium is obtained, and network data from disclosure if the path is observed — two different controls against two different threats.

Security Architecture
term

Global Traffic Management

The layer that decides which region a given user reaches, using DNS, anycast or an edge network, and that performs regional failover.

Multi-Region Architecture
term

Microsegmentation

Enforcing fine-grained network policy between individual workloads rather than between broad network zones, so a compromise cannot move laterally.

Zero Trust
term

Monzo's Microservice Estate

Monzo runs a bank on well over a thousand microservices, and the interesting engineering is in the platform and network isolation that makes that number survivable.

Software Architecture
term

NAT Gateway

A managed device that lets instances in a private subnet make outbound connections without being reachable inbound.

Networking
term

Partition Tolerance

The ability to keep operating when the network drops or delays messages between nodes — not a choice, but a property of any system spanning more than one machine.

CAP & PACELC
term

Pod

The smallest deployable unit in Kubernetes — one or more containers that share a network namespace, storage volumes and a lifecycle, scheduled together on one node.

Kubernetes
term

Security Group

A stateful, instance-level firewall that allows specified traffic and denies everything else by default.

Networking
term

Service Discovery

The mechanism by which a caller finds a currently healthy network address for a service whose instances are ephemeral.

Distributed Systems
term

Subnet

A subdivision of a network's address range, used as the unit of routing and, in cloud, of availability-zone placement.

Networking
term

TLS

The protocol that gives a network connection encryption, integrity and server authentication, underneath HTTPS and most other secure transports.

Networking
term

Virtual Private Cloud

A logically isolated network inside a cloud provider, with an address range you control and explicit rules for what may enter and leave.

Networking
term

Web Application Firewall

A filter in front of an application that inspects HTTP requests and blocks those matching known attack patterns — useful as a layer, dangerous as a substitute.

Network Security
term

Zero Trust

A security model that grants no implicit trust from network position, and authenticates and authorises every request individually.

Security Architecture