# Estructura

### Espacios de nombres en AD

Cada contenedor y objeto de un arbol tiene un nombre unico, su espcacio de nombre tiene forma de ruta:

* DN (Distinguished Name): Ruta Completa del objeto.
  * Ej: CN=Impresora, OU=RRHH, DC=curso, DC=dom
* UPN (User Principal Names)&#x20;
  * Ej: <usuario@curso.dom>
* RDN: Nombre relativo al objeto origen
* OU (Unidad Organizativa), contenedor principal
* DC (Controlador de dominio)
* CN (Nombre comun): Nombre del objeto
* Ruta canonica: curso.dom/RRHH/Impresora

### Planificacion de AD:

* Sitios
* Despliegue de Software
* Ubicacion Fisica de Servidores
* Cuentas
* Auditoria
* Politicas de Grupo
* Unidades Organizativas

### Riesgos de un AD:

* Un alto porcentaje de proyectos exige la integracion en AD
* Su seguridad disminuye con el tiempo
  * Software de teceros
  * Mala configuracion
  * Etc..
* Uno de los servicios menos auditados
* Es un blanco perfecto para ataques de todo tipo


---

# 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://ad-infra.x0pr4nt3s.xyz/teoria/estructura.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.
