Moving beyond ports to understand application-level traffic
Traditional firewalls inspect traffic at Layer 3/4 (IP addresses and ports). Modern NGFWs add Layer 7 application awareness.
Consider these scenarios where port-based filtering fails:
How NGFWs identify applications regardless of port
Click "Identify" to see how AVC recognizes applications beyond port numbers.
| Method | Description | Example |
|---|---|---|
| Signatures | Pattern matching in packet headers/payload | BitTorrent protocol markers |
| SNI/Certificate | TLS Server Name Indication field | zoom.us in TLS handshake |
| Behavioral | Traffic patterns and timing | VoIP call characteristics |
| Heuristics | Statistical analysis | Encrypted tunnel detection |
Controlling applications based on business and security requirements
Click applications to see their risk profile.
| Application | Category | Action | Reason |
|---|---|---|---|
| Office 365 | Sanctioned SaaS | ALLOW | Business critical |
| YouTube | Streaming | LIMIT (1 Mbps) | Bandwidth management |
| Personal Dropbox | File Sharing | BLOCK UPLOAD | Data loss prevention |
| BitTorrent | P2P | BLOCK | Legal/security risk |
| Unknown Encrypted | Evasive | BLOCK + ALERT | Possible malware |
Test your understanding of Application Visibility & Control