---
title: "Highly Available Nodes"
description: "Learn about Pangolin's network of nodes and how they provide highly available, low-latency access to your applications"
---
Pangolin's nodes are an ability to put strategically located servers around the world that serve as entry points for user traffic to your applications. They form the foundation of Pangolin's distributed architecture, providing high availability and optimal performance.
## What Are Nodes?
Handle incoming user requests before routing them to your applications.
Located regionally to minimize latency for users in different regions.
Multiple locations ensure your applications remain accessible even if individual locations fail.
Verify user identity and enforce access policies before allowing access.
Think of different nodes as the "front doors" to your applications - users connect to the closest one, and it securely routes their requests to your backend services.
## How Nodes Work
Request is routed to the closest available node. If one goes down, there is always another node available.
User identity is verified at the node before getting routed to your backend.
Pangolin selects the optimal tunnel route to your backend service. Site tunnel clients (Newt) connect to the optimal node.
If the primary tunnel fails, traffic automatically switches to an alternative route.
## Advantages of Nodes
Users connect to the geographically closest node.
Automatic selection of the best available tunnel to route to your backend services.
Provide ingress to thin-clients on private networks via tunnels.
Each node continuously monitors its health and connectivity to your backend.
Multiple nodes ensure your applications remain accessible during regional outages.
No single point of failure - if one location goes down, there is always a way back to your application.