# Bandwidth Performance

Both the Pritunl server and client will need to encrypt/decrypt all network traffic sent over the VPN connection. If either the server or the client have a slow CPU the bandwidth will be significantly lower. The AES encryption cipher is used by default and a CPU with the AES-NI hardware acceleration will perform significantly better. A fast Intel CPU with AES-NI on both the client and server will be needed to achieve connection speeds exceeding 100mbps. If high bandwidth is needed for a large number of VPN clients concurrently a much more powerful CPU with AES-NI will be needed on the server.

Using smaller key sizes such as AES 128bit with SHA-1 in the server settings will significantly improve bandwidth but will make the encrypted traffic more vulnerable.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pritunl.com/kb/vpn/system/bandwidth-performance.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
