# Network Security and Default Port Restrictions

Network security is the set of technologies, policies, and processes designed to protect computer networks and their data from unauthorized access, cyber threats, and breaches.

We block several outbound ports for network security.

### **Blocked by Default**

* TCP [Port 25 (SMTP)](/neevcloud-guide/faq/how-to-request-unblocking-of-port-25-smtp.md)
* TCP & UDP Port 137 (NetBIOS Name Service)
* TCP & UDP Port 138 (NetBIOS Name Datagram)
* TCP & UDP Port 139 (NetBIOS Session)
* TCP & UDP Port 445 (SMB over TCP)
* TCP & UDP Port 5060 (VOIP/SIP)

You can request the removal of these blocks by submitting a [support ticket](https://docs.neevcloud.com/neevcloud-products/support).

### **Permanently Blocked**

These ports are commonly abused for DDOS attacks. These blocks are permanent and cannot be removed

* TCP & UDP Port 17
* TCP & UDP Port 19
* TCP & UDP Port 1900
* UDP Port 53413
* UDP Port 11211


---

# 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.neevcloud.com/neevcloud-products/security/network-security-and-default-port-restrictions.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.
