# Fundamentos de Redes

## <mark style="color:green;">**Conceptos Básicos de Redes**</mark>

* [<mark style="color:green;">**Estructura de Redes**</mark>](/cppj/networking-for-juniors/estructura-de-redes.md)<mark style="color:green;">:</mark> Comprende la arquitectura de redes, incluyendo LAN (Local Area Network), WAN (Wide Area Network), y MAN (Metropolitan Area Network).
* [<mark style="color:green;">**Topologías de Red**</mark>](/cppj/networking-for-juniors/topologias-de-red.md)<mark style="color:green;">:</mark> Entender las diferentes formas en que se pueden organizar los dispositivos en una red, como topologías en estrella, anillo, malla, etc.

## <mark style="color:green;">**Modelos de Comunicación de Redes**</mark>

* [<mark style="color:green;">**Modelo OSI (Open Systems Interconnection)**</mark>](/cppj/networking-for-juniors/modelo-osi-open-systems-interconnection.md)<mark style="color:green;">:</mark> Modelo conceptual que divide las funciones de una red en siete capas (física, enlace de datos, red, transporte, sesión, presentación, aplicación).
* [<mark style="color:green;">**Modelo TCP/IP**</mark>](/cppj/networking-for-juniors/modelo-tcp-ip.md)<mark style="color:green;">:</mark> Esquema de cuatro capas utilizado en la actualidad para definir protocolos de red. Las capas son enlace de red, internet, transporte y aplicación.

## <mark style="color:green;">**Protocolos y Servicios de Red**</mark>

* <mark style="color:green;">**IP (Internet Protocol)**</mark><mark style="color:green;">:</mark> Protocolo de la capa de red para la dirección y enrutamiento de paquetes.
* <mark style="color:green;">**TCP (Transmission Control Protocol) y UDP (User Datagram Protocol)**</mark><mark style="color:green;">:</mark> Protocolos de la capa de transporte. TCP es orientado a la conexión y fiable, mientras que UDP es no orientado a la conexión y menos fiable.
* <mark style="color:green;">**DHCP (Dynamic Host Configuration Protocol)**</mark><mark style="color:green;">:</mark> Asigna automáticamente direcciones IP y otros parámetros de configuración de red a dispositivos.
* <mark style="color:green;">**DNS (Domain Name System)**</mark><mark style="color:green;">:</mark> Traduce nombres de dominio fáciles de recordar en direcciones IP numéricas.


---

# 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/cppj/networking-for-juniors/fundamentos-de-redes.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.
