v2route Glossary

Common VPN, protocol and networking terms — explained in plain language for Iranian users.

V2Ray

وی‌توری

An open-source platform for building censorship-resistant tunnels that supports several protocols (VLESS, VMess, Trojan, Shadowsocks) under one roof. It is the most common core used by VPN services in Iran.

Back to top

VLESS

ولِس

A V2Ray protocol that is lighter and faster than VMess, typically paired with TLS or Reality. Currently the best-performing option for bypassing Iranian filtering.

Back to top

VMess

وی‌مس

The original V2Ray protocol with built-in encryption. Now largely superseded by VLESS+TLS because its fingerprint is easier to detect on the Iranian network.

Back to top

Reality

ریالیتی

A camouflage layer for VLESS that makes traffic look identical to a real website (e.g. Google or Microsoft) without needing your own domain or TLS certificate. Currently the most resilient option against Iran’s national network.

Back to top

XTLS

ایکس‌تی‌ال‌اس

A speed extension for TLS in V2Ray that avoids double encryption and noticeably improves download throughput. Reality is the newer, safer member of the same family.

Back to top

Shadowsocks

شدوساکس

A simple, lightweight encrypted proxy that was the most popular censorship-bypass tool before V2Ray. Still works in Iran, but without plugins its fingerprint is easy to detect.

Back to top

Trojan

تروجان

A protocol that wraps VPN traffic so it looks indistinguishable from regular HTTPS website traffic. Runs on port 443 and requires a domain with a real TLS certificate.

Back to top

WireGuard

وایرگارد

A modern VPN protocol with a tiny codebase and excellent speed that runs on UDP by default. Great outside Iran, but typically blocked inside the country without an obfuscation layer.

Back to top

OpenVPN

اوپن‌وی‌پی‌ان

A legacy, battle-tested VPN protocol that runs over both TCP and UDP. Severely throttled or blocked in Iran today and usually not a good fit for Iranian users.

Back to top

IKEv2

آی‌کِی‌ای‌وی‌۲

A standard VPN protocol natively supported on iOS and Windows that handles mobile-network roaming well. Unfortunately almost entirely blocked on Iran’s network.

Back to top

Hysteria

هیستریا

A QUIC-based protocol designed for lossy, high-latency networks. On Iranian mobile carriers (Irancell, Hamrah-e Avval) it often delivers better speed than plain V2Ray.

Back to top

TUIC

تو‌ایک

Another QUIC-based protocol focused on low latency and NAT traversal. Like Hysteria, a strong choice for weak mobile networks inside Iran.

Back to top

DNS

دی‌ان‌اس

The system that translates website names (e.g. google.com) into IP addresses. Iranian ISPs tamper with DNS, so a secure DNS resolver is the foundation of any bypass setup.

Back to top

DoH

دی‌او‌اچ

DNS over HTTPS — wraps DNS queries inside HTTPS so your ISP can’t see which domain you’re resolving. Easy to enable in Firefox and Chrome.

Back to top

DoT

دی‌او‌تی

DNS over TLS — similar to DoH but on dedicated port 853. Android 9+ supports it natively as “Private DNS”.

Back to top

MTU

ام‌تی‌یو

The largest single packet size that can travel across the network without being fragmented. A wrong MTU on WireGuard or V2Ray causes slow speed or disconnects.

Back to top

TCP vs UDP

تی‌سی‌پی در برابر یو‌دی‌پی

TCP is reliable and acknowledges every packet (better for downloads); UDP is faster and unacknowledged (better for streaming and gaming). VPNs use one or the other depending on the protocol.

Back to top

Latency

تأخیر (پینگ)

The time it takes a request to travel from your device to the server and back. Measured in milliseconds — under 80ms is good for gaming and calls.

Back to top

Throughput

پهنای‌باند مؤثر

The actual amount of data that passes through a connection per second. Differs from theoretical bandwidth because network loss and protocol overhead reduce it.

Back to top

Bandwidth

پهنای‌باند

The maximum capacity of a connection per unit of time, usually in megabits per second (Mbps). Your VPN server’s bandwidth is the absolute speed ceiling for your config.

Back to top

Encryption

رمزنگاری

The process of converting data into an unreadable form that only the correct key can decode. The core job of any VPN is encrypting traffic between your device and the exit server.

Back to top

AES

ای‌ای‌اس

The Advanced Encryption Standard, a symmetric cipher used everywhere (banks, HTTPS, VPNs). AES-128 and AES-256 are the common variants — both are considered secure in practice.

Back to top

ChaCha20

چاچا۲۰

A modern stream cipher that runs faster than AES on mobile devices without hardware acceleration. WireGuard and many newer protocols use it by default.

Back to top

TLS

تی‌ال‌اس

The protocol behind the green padlock (https) in your browser that encrypts traffic between you and websites. Many censorship-bypass VPN protocols (VLESS, Trojan) hide themselves inside TLS.

Back to top

SNI

اس‌ان‌آی

A field in the first TLS message that reveals the target domain name in plain text. Iranian carriers use SNI to filter domains — Reality is designed to hide exactly this.

Back to top

QR Code Config

کانفیگ QR کد

A QR image that encodes a full V2Ray config (vless:// or vmess:// URI). A mobile client scans it and imports the config in one second — the easiest way to send a config to family.

Back to top

3x-ui Panel

پنل 3x-ui

An open-source web panel for managing V2Ray/Xray servers — creating users, assigning traffic and time quotas, viewing usage stats. v2route uses 3x-ui for account management.

Back to top

V2RayNG

وی‌توری‌ان‌جی

The most popular Android client for V2Ray configs. Open-source, free, and supports all modern protocols (VLESS, Reality, VMess, Trojan).

Back to top

Streisand

استرایسند

A free iOS client that combines V2Ray, Shadowsocks, WireGuard and OpenVPN in a single app. The current best option for iPhone and iPad in Iran.

Back to top

Deep Packet Inspection (DPI)

بازرسی عمیق بسته‌ها

A technique where the ISP inspects packet contents (shape, signature) rather than just destination. Iran's DPI recognizes OpenVPN, WireGuard, IKEv2 signatures and blocks them. Reality evades it by mimicking real HTTPS.

Back to top

Obfuscation

اوبفاسکیشن

Disguising VPN traffic so it doesn't look like VPN. Reality is one of the most advanced obfuscation techniques — making traffic appear identical to real HTTPS from a real site.

Back to top

Protocol Fingerprint

اثرانگشت پروتکل

The unique pattern each protocol has in its initial handshake — like a signature. DPI uses fingerprints to identify protocols. Reality's goal is to copy real sites' fingerprints rather than having its own.

Back to top

Iranian National Information Network

شبکه ملی اطلاعات

A government project routing Iran's internet through domestic infrastructure. When active (e.g., protests), most known VPNs get cut. Reality stays stable because it mimics ordinary HTTPS traffic.

Back to top

Content Delivery Network (CDN)

سی‌دی‌ان

A network of geographically-distributed servers caching site content. Cloudflare is the largest CDN. Reality handshakes through CDNs — copying the CDN's cert instead of issuing its own.

Back to top

Cloudflare

کلودفلر

The world's largest CDN and public DNS provider. v2route uses Cloudflare in front of its servers for DDoS protection and faster delivery. Reality also handshakes using Cloudflare's cert.

Back to top

UUID (V2Ray)

شناسه‌ی یکتای کاربر

A 36-char string (e.g., `a1b2c3d4-e5f6-...`) identifying a user on a V2Ray server. Works like a password — anyone with the UUID can use the subscription. Rotate from the panel if leaked.

Back to top

Multiplexing (Mux)

مالتی‌پلکس

Sending multiple data streams over a single TCP connection. Reduces round-trips and speeds things up. V2Ray supports Mux — typically enabled on clients but disabled with Reality handshakes (it breaks the anti-DPI camouflage).

Back to top

Xray-core

اِکس‌ری

An advanced fork of V2Ray-core where most modern protocols (Reality, VLESS XTLS) ship first. v2route's servers run Xray, not classic V2Ray.

Back to top

sing-box

سینگ‌باکس

An open-source universal proxy core supporting all major protocols (V2Ray, Shadowsocks, WireGuard, Hysteria2, TUIC) under one roof. Clients like NekoBox and Karing are built on sing-box.

Back to top

QUIC

کوئیک

A modern transport protocol by Google (TCP replacement) running over UDP. Faster than TCP/TLS and resilient to packet loss. Hysteria2 and TUIC are both built on QUIC — that's why they're faster on lossy networks.

Back to top

SOCKS5

ساکس۵

An old, simple proxy protocol that just forwards data. Has no encryption of its own. Most Android filtershekan apps are SOCKS5 — neither secure nor DPI-resistant. V2Ray is much stronger.

Back to top

Handshake

هندشیک

The initial negotiation between client and server before data flows — exchanging certs, agreeing on cipher, exchanging keys. DPI primarily inspects the handshake because protocol signatures differ at that moment.

Back to top

Perfect Forward Secrecy (PFS)

محرمانگی پیش‌رو کامل

An encryption property where even if the server's long-term key is later compromised, past sessions can't be decrypted. Each session uses an ephemeral key. TLS 1.3 (used by Reality) always provides PFS.

Back to top

Zero Round-Trip Time (0-RTT)

صفر-RTT

A technique allowing data to reach the server in the very first packet without waiting for the handshake. Supported by TLS 1.3 and QUIC. Makes subsequent connections much faster.

Back to top

Kill Switch

کلید قطع اضطراری

A feature that blocks all internet traffic if the VPN suddenly drops, preventing data leaks through the plain ISP route. Both V2RayNG (Android) and V2Box (iOS) support this.

Back to top

Split Tunneling

تونل تفکیک‌شده

Choosing which apps go through the VPN and which connect directly. E.g., Iranian sites direct, blocked sites via VPN. V2RayNG and V2Box both support this — by app and by domain.

Back to top

WebRTC Leak

نشت WebRTC

A browser issue where WebRTC can leak the user's real IP even with VPN active. WebRTC is used for browser video calls and sometimes sends STUN/TURN requests outside the tunnel. Can be disabled in browser settings.

Back to top

TRON / TRC20

ترون / TRC20

The TRON blockchain is a popular network for transferring USDT (Tether) due to very low fees. v2route accepts crypto payments on TRC20 — fees are usually under $1 and transactions settle in minutes.

Back to top

→ Back to homepage
Home Login Blog
Support