What is DPI and why it can affect VPN
DPI, or deep packet inspection, is a network technique for classifying traffic beyond simple IP and port checks. It can be used for security, traffic shaping, censorship, or policy enforcement.
দ্রুত উত্তর
DPI does not have to read every message to affect you. Pattern matching, metadata, TLS fingerprints, SNI, timing, and protocol behavior can be enough to slow, reset, or block a connection.
DPI in simple terms
Basic filtering asks where traffic goes. DPI asks what the traffic appears to be and whether it matches a policy.
The same technology can block malware in one network and censor legitimate services in another.
- Classification can use protocol shape, domains, fingerprints, and timing.
- Symptoms include resets, timeouts, TLS errors, or sudden speed drops.
- Testing another network is often the fastest way to separate DPI from local app issues.
How to diagnose without guessing
Compare direct access, another VPN server, another network, and another protocol or app if available.
If the same site fails only on one ISP or mobile carrier, network policy is more likely than a broken device.
| Signal | What it suggests |
|---|---|
| Works on Wi-Fi, fails on mobile | Carrier policy or route |
| Only one site resets | Destination/CDN policy or DPI |
| TLS error on public Wi-Fi | Captive portal or HTTPS inspection |