# Redes y Comunicaciones en SCADA

Las redes de comunicación en los sistemas SCADA son vitales para conectar los diferentes componentes del sistema, como RTUs, PLCs, HMIs, y servidores centrales. Estas redes garantizan el flujo constante y seguro de datos entre el hardware de campo y los sistemas de control y supervisión.

<figure><img src="/files/XB7kaUmrBMOrHQKrOzYB" alt=""><figcaption></figcaption></figure>

### <mark style="color:yellow;">**Tipos de Redes en SCADA**</mark>

1. <mark style="color:yellow;">**Redes Cableadas**</mark><mark style="color:yellow;">:</mark>
   * Incluyen Ethernet, fibra óptica y otras tecnologías cableadas.
   * Son comunes en entornos industriales debido a su fiabilidad y alta capacidad de datos.
   * Proporcionan una conexión segura y rápida, esencial para operaciones en tiempo real.
2. <mark style="color:yellow;">**Redes Inalámbricas**</mark><mark style="color:yellow;">:</mark>
   * Utilizadas para conectar dispositivos en áreas de difícil acceso o donde la instalación de cables no es viable.
   * Incluyen tecnologías como Wi-Fi, ZigBee, y redes celulares.
   * Son más susceptibles a interferencias y problemas de seguridad, pero ofrecen mayor flexibilidad.


---

# 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://books.spartan-cybersec.com/cpics/fundamentos-de-scada/redes-y-comunicaciones-en-scada.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.
