Networking & Connectivity Glossary

Network protocols, connectivity solutions, load balancing, CDNs, and communication between cloud services.

59 Terms
All Skill Levels
Real Examples
18
Basic Terms
24
Intermediate Terms
17
Advanced Terms

59 Terms

Internet

basic

A global network connecting billions of computers and devices. Like a worldwide postal system for digital information.

Example: The internet allows you to video chat with someone on the other side of the world instantly....

WiFi

basic

A way to connect devices to the internet without cables. Like invisible roads for data through the air.

Example: Your phone uses WiFi to connect to your home internet without being plugged in....

Router

basic

A device that directs internet traffic between devices and the internet. Like a traffic controller for data.

Example: Your home router allows your laptop, phone, and smart TV to all share one internet connection....

Bandwidth

basic

How much data can travel through an internet connection at once. Like the width of a highway - more lanes mean more cars.

Example: Higher bandwidth allows you to stream 4K videos without buffering....

VPC

intermediate

Virtual Private Cloud - Your own private section of AWS that's isolated from other users. Like having your own private neighborhood in a big city.

Example: A bank creates a VPC to keep their financial applications separate and secure from other AWS users....

Load Balancer

intermediate

A device or service that distributes incoming network traffic across multiple servers. Like a traffic director ensuring no single road gets overwhelmed.

Example: When millions of people visit a website, a load balancer spreads the traffic across many servers so ...

Transit Gateway

advanced

AWS networking hub that connects multiple networks together through a central point. Like a major highway interchange where all roads meet - instead of building direct connections between every city, you build one central hub.

Example: A large company uses Transit Gateway to connect 50 different VPCs across multiple regions, simplifyi...

Direct Connect

advanced

AWS service that creates a dedicated, private network connection from your office or data center directly to AWS. Like having a private highway built just for your company's traffic, bypassing the public internet entirely.

Example: A financial firm uses Direct Connect to transfer sensitive trading data between their data center an...

ExpressRoute

advanced

Azure's service for creating private, high-speed connections between your on-premises networks and Microsoft's cloud. Like having a private tunnel that connects your office directly to Azure data centers.

Example: A hospital uses ExpressRoute to securely connect their patient management systems to Azure while mee...

Cloud Interconnect

advanced

Google Cloud service that provides private connectivity between your on-premises network and Google's network. Like building a private bridge between your building and Google's data center.

Example: A media company uses Cloud Interconnect to upload massive video files to Google Cloud without compet...

FastConnect

advanced

Oracle Cloud's dedicated network connection service that links your data center directly to Oracle Cloud. Like having a private express lane built specifically for your organization's data traffic.

Example: An enterprise uses FastConnect to migrate their database workloads to Oracle Cloud with predictable ...

VPN Gateway

intermediate

Azure service that creates secure, encrypted connections over the internet between your networks and Azure. Like setting up a secure tunnel through a public subway system - anyone can see the tunnel, but they can't see what's inside.

Example: A small business uses VPN Gateway to securely connect their office network to Azure resources, allow...

Cloud VPN Gateway

intermediate

Google Cloud service that creates secure VPN connections between your on-premises network and your Google Cloud VPC. Like creating a secure, encrypted highway tunnel that connects two separate cities.

Example: A retail chain uses Cloud VPN Gateway to securely connect their store systems to inventory managemen...

IPSec Connection

intermediate

Oracle Cloud's secure VPN service that creates encrypted network tunnels over the internet. Like sending mail in a locked, tamper-proof box - even if someone intercepts it, they can't read what's inside.

Example: A government agency uses IPSec Connection to securely transmit classified data between their headqua...

Virtual WAN Hub

advanced

Azure's central networking point that connects multiple networks, branch offices, and VPN connections. Like a grand central station for network traffic - all routes converge here and get directed to their destinations.

Example: A global corporation uses Virtual WAN Hub to connect 100+ branch offices worldwide to their Azure re...

CloudFront

intermediate

AWS Content Delivery Network that delivers content from locations closest to users. Like having copies of your store in every neighborhood so customers don't have to travel far.

Example: A streaming service uses CloudFront to deliver videos faster by serving them from servers closest to...

Route 53

intermediate

AWS DNS service that routes internet traffic to your applications. Like a phone book that directs people to the right phone number when they call your business.

Example: When someone types 'example.com' in their browser, Route 53 directs them to the correct server hosti...

Elastic Load Balancer

intermediate

AWS service that distributes incoming traffic across multiple servers to prevent overload. Like a traffic cop directing cars to different lanes to avoid congestion.

Example: An online shopping site uses Elastic Load Balancer to spread customer requests across multiple serve...

Internet Gateway

intermediate

AWS component that allows resources in a VPC to connect to the internet. Like the main door of a building that connects the inside to the outside world.

Example: Web servers in a public subnet use an Internet Gateway to serve websites to users on the internet....

NAT Gateway

advanced

Network Address Translation Gateway - allows private subnet resources to access the internet without being directly accessible from the internet. Like a secure mailroom that can send packages out but doesn't accept unsolicited deliveries.

Example: Database servers in private subnets use a NAT Gateway to download software updates while remaining p...

CIDR

advanced

Classless Inter-Domain Routing - method for allocating IP addresses and routing internet traffic efficiently. Like having a smart addressing system that reduces waste and improves delivery.

Example: Network administrators use CIDR notation like '10.0.0.0/16' to define IP address ranges for differen...

DHCP

intermediate

Dynamic Host Configuration Protocol - automatically assigns IP addresses to devices on a network. Like having an automated reception desk that gives each visitor a temporary ID badge.

Example: When you connect to WiFi, DHCP automatically gives your device an IP address so it can communicate o...

TCP

intermediate

Transmission Control Protocol - ensures reliable, ordered delivery of data over networks. Like registered mail that guarantees delivery and confirms receipt.

Example: Web browsers use TCP to ensure that web pages are downloaded completely and in the correct order....

UDP

intermediate

User Datagram Protocol - faster but less reliable method of sending data over networks. Like regular mail - faster to send but no guarantee it arrives or in what order.

Example: Online games use UDP for real-time communication where speed is more important than perfect delivery...

FTP

basic

File Transfer Protocol - standard network protocol for transferring files between computers. Like having a specialized mail service just for sending packages.

Example: Web developers use FTP to upload website files from their computer to a web server....

Latency

basic

The delay between sending a request and receiving a response. Like the time it takes between asking a question and getting an answer.

Example: Online gaming requires low latency - players notice if there's more than 50 milliseconds delay betwe...

Throughput

intermediate

The amount of data that can be processed or transmitted in a given time period. Like the number of cars that can pass through a tunnel per hour.

Example: A database with high throughput can process thousands of transactions per second during peak shoppin...

Caching

basic

Storing frequently accessed data in a fast-access location to improve performance. Like keeping your most-used tools on your desk instead of walking to the toolbox each time.

Example: Websites use caching to store images and files on your computer so they load instantly on repeat vis...

HTTP

basic

Hypertext Transfer Protocol - the foundation of data communication on the World Wide Web. Like the language browsers and websites use to communicate.

Example: When you visit a website, your browser uses HTTP to request the web page from the server....

WebSocket

intermediate

Communication protocol providing full-duplex communication over a single TCP connection. Like having a phone conversation where both parties can talk simultaneously.

Example: Chat applications use WebSocket to enable real-time messaging where messages appear instantly withou...

Traffic Manager

intermediate

Azure DNS-based traffic load balancer for global application availability. Like a traffic director that routes users to the best available data center.

Example: Global applications use Traffic Manager to automatically route users to the closest healthy endpoint...

Application Gateway

intermediate

Azure web traffic load balancer with application-level routing and security. Like a smart bouncer that directs different types of visitors to appropriate areas.

Example: E-commerce sites use Application Gateway to route product searches to one service and payment proces...

Front Door

advanced

Azure application delivery service with global load balancing and site acceleration. Like having express lanes on highways that automatically route traffic for fastest delivery.

Example: Media companies use Front Door to deliver content to users worldwide with minimal latency and maximu...

LDAP

advanced

Lightweight Directory Access Protocol - standard for accessing and maintaining distributed directory services. Like a phone book service for computer networks that helps find users and resources.

Example: Companies use LDAP to manage employee directories and authenticate users across different applicatio...

SNMP

advanced

Simple Network Management Protocol - standard for monitoring and managing network devices. Like having a universal dashboard that monitors the health of all network equipment.

Example: Network administrators use SNMP to monitor router performance and get alerts when devices experience...

NTP

intermediate

Network Time Protocol - standard for synchronizing computer clocks over networks. Like having synchronized watches across all computers to ensure accurate timestamps.

Example: Financial trading systems use NTP to ensure all transaction timestamps are perfectly synchronized ac...

BGP

advanced

Border Gateway Protocol - routing protocol used to exchange routing information between different networks on the internet. Like having traffic coordinators that help data find the best routes across the global internet.

Example: Internet service providers use BGP to determine the best paths for routing data between different ne...

QoS

advanced

Quality of Service - network management technique for prioritizing certain types of traffic. Like having express lanes for emergency vehicles while regular traffic uses standard lanes.

Example: Video conferencing applications use QoS to ensure voice and video data gets priority over file downl...

Cloud Load Balancing

intermediate

Google's global load balancing service that distributes traffic across regions. Like having a worldwide traffic management system that routes users to the best servers.

Example: Global gaming companies use Cloud Load Balancing to ensure players connect to the nearest game serve...

Cloud Router

advanced

Google's service for dynamic routing in virtual networks using BGP. Like having an intelligent GPS system for network traffic that automatically finds the best paths.

Example: Multi-region applications use Cloud Router to optimize network paths between different Google Cloud ...

Virtual Cloud Network

intermediate

Oracle's software-defined networking service providing isolated cloud environments. Like having your own private section of the internet with complete control over network rules.

Example: Financial institutions use VCN to create secure, isolated environments for their sensitive banking a...

OCI Load Balancer

intermediate

Oracle's service for distributing traffic across multiple compute instances. Like having a traffic director that ensures no single server gets overwhelmed.

Example: E-commerce sites use OCI Load Balancer to distribute customer traffic across multiple servers during...

Dynamic Routing Gateway

advanced

Oracle's central hub for connecting virtual cloud networks and on-premises networks. Like having a central switchboard that connects all your different network locations.

Example: Global enterprises use DRG to connect their Oracle Cloud regions with their on-premises data centers...

Virtual Network

intermediate

A logically isolated network section within a cloud provider that allows secure communication between resources.

Example: Azure Virtual Network lets you create private networks in the cloud with custom IP address ranges....

VPC Network

intermediate

Google Cloud's Virtual Private Cloud network that provides global connectivity for your cloud resources.

Example: A VPC Network in Google Cloud connects Compute Engine instances across multiple regions securely....

Virtual WAN

advanced

Azure's networking service that provides optimized and automated branch-to-branch connectivity through Azure.

Example: Virtual WAN connects multiple office locations to Azure cloud resources with optimized routing....

Download

basic

Copying files from the internet to your device. Like bringing items from a store to your home - the file moves from somewhere else to your computer.

Example: When you download a song, it gets saved to your phone so you can listen to it even without internet....

Upload

basic

Sending files from your device to the internet or another computer. Like mailing a package - you're sending something from your location to somewhere else.

Example: When you upload photos to social media, you're sending them from your phone to the social media comp...

URL

basic

Uniform Resource Locator - the web address you type to visit a specific website. Like a postal address that tells your browser exactly where to go.

Example: www.google.com is a URL that takes you directly to Google's website when typed in your browser....

Link

basic

A clickable connection that takes you from one webpage to another. Like a doorway or bridge that connects different rooms in a digital building.

Example: When you click a blue underlined text on a webpage, that link takes you to a different page or websi...

Streaming

basic

Watching or listening to content over the internet without downloading it first. Like turning on a radio or TV - the content plays immediately.

Example: Netflix streaming lets you watch movies instantly without waiting to download the entire file to you...

Bluetooth

basic

Wireless technology that connects devices over short distances without cables. Like an invisible cord that lets devices talk to each other.

Example: Bluetooth connects your wireless headphones to your phone, or your wireless mouse to your laptop wit...

GPS

basic

Global Positioning System - technology that uses satellites to determine your exact location on Earth. Like having a digital compass that always knows exactly where you are.

Example: GPS in your phone helps navigation apps like Google Maps show your location and provide turn-by-turn...

Internet Speed

basic

How fast data can travel between your device and the internet. Like the speed limit on a highway - higher speeds mean faster downloads and uploads.

Example: Faster internet speed means Netflix videos load quickly without buffering and video calls are clear ...

Connectivity

basic

The ability of devices to connect and communicate with each other or the internet. Like having good cell phone reception - you need connectivity to communicate.

Example: Good connectivity means your laptop can access websites, your phone can make calls, and your smart T...

CDN

intermediate

Content Delivery Network - network of servers worldwide that store copies of your content close to users. Like having product warehouses in every city for faster delivery.

Example: Netflix uses CDN to store popular shows in servers near you, so when you click play, the video loads...

DNS

basic

Domain Name System - translates human-readable website names into computer addresses. Like a phone book that converts 'Pizza Place' into the actual phone number.

Example: When you type 'google.com', DNS converts it to an IP address like 142.250.185.78 so your browser kno...

Subnet

intermediate

A subdivision of an IP network that groups related devices together for security and organization. Like dividing a building into separate floors or departments.

Example: A company might put web servers in a public subnet accessible from the internet, and databases in a ...

Reverse Proxy

advanced

A server that sits in front of web servers and forwards requests to them, providing load balancing and security. Like a receptionist who directs visitors to the right department.

Example: Nginx acts as a reverse proxy, distributing incoming website traffic across multiple servers and hid...