lunes, 21 de octubre de 2019

DNS y IIS


¿Qué es DNS?

La sigla DNS proviene de la expresión inglesa Domain Name System: es decir, Sistema de Nombres de Dominio. Se trata de un método de denominación empleado para nombrar a los dispositivos que se conectan a una red a través del IP (Internet Protocol o Protocolo de Internet).

Un sistema DNS se compone de tres elementos fundamentales para su operación práctica:

* los clientes fase 1: el programa que genera una petición al servidor DNS para saber qué dirección IP corresponde a un nombre de dominio. Este programa se ejecuta en el ordenador del usuario;

* los servidores DNS: se encargan de resolver la petición del cliente. Si un servidor recursivo no encuentra la DNS ya que los nombres son resueltos por las aplicaciones del cliente, entre las cuales se encuentran el navegador y el cliente de correo.

Cuando el usuario lleva a cabo una petición para hallar un DNS, ésta es enviada al servidor DNS del sistema operativo, es decir a uno local, que busca la resolución en la memoria caché antes de comenzar una comunicación con el exterior. Recién entonces, si no se encuentra la respuesta, la petición es enviada a un servidor DNS o a varios, según el caso, que suele ser brindado por el proveedor de servicios de Internet (ISP).

Los servidores DNS pueden clasificarse en tres grupos según las funciones que lleven a cabo:

* primarios: también se conocen con el nombre de maestros, y se trata de aquellos que almacenan los datos en un espacio de nombres (un grupo de símbolos que se usa para organizar varias clases de objetos, de manera que puedan ser reconocidos por
nombres propios);

* secundarios: son los que reciben los datos de parte de los servidores anteriores por medio de una transferencia de zona. Otro nombre que reciben es esclavos, ya que dependen del accionar de los primarios;

* locales: su funcionamiento se apoya en el mismo programa, aunque no cuentan con la base de datos para resolver los nombres. Cuando reciben una consulta, deben remitirse a los servidores DNS que corresponda y luego almacenar la respuesta para evitar la necesidad de comunicarse con ellos si se repite la misma consulta en el futuro. Estos servidores también se denominan caché.


¿Qué es ISS?

Internet Information Services o IIS1 es un servidor web y un conjunto de servicios para el sistema operativo Microsoft Windows. Originalmente era parte del Option Pack para Windows NT. Luego fue integrado en otros sistemas operativos de Microsoft destinados a ofrecer servicios, como Windows 2000 o Windows Server 2003. Windows XP Profesional incluye una versión limitada de IIS. Los servicios que ofrece son: FTP, SMTP, NNTP y HTTP/HTTPS.

Este servicio convierte a un PC en un servidor web para Internet o una intranet, es decir que en los ordenadores que tienen este servicio instalado se pueden publicar páginas web tanto local como remotamente.

Se basa en varios módulos que le dan capacidad para procesar distintos tipos de páginas. Por ejemplo, Microsoft incluye los de Active Server Pages (ASP) y ASP.NET. También pueden ser incluidos los de otros fabricantes, como PHP3o Perl.

Concepto

IIS es un conjunto de servicios para servidores usando Microsoft Windows. Es especialmente usado en servidores web, que actualmente es el segundo más popular sistema de servidor web (funciona en el 35% de los servidores de todos los sitios web).

De hecho, el IIS viene integrado con Windows NT 4.0. Dado que el IIS está tan íntimamente integrado con el sistema operativo, es relativamente fácil de administrar. Sin embargo, actualmente el IIS está disponible sólo para el uso en la plataforma Windows NT, mientras que los servidores Web de Netscape corren en la mayoría de las plataformas, incluyendo Windows NT, OS/2 y UNIX.

Versiones de IIS

* IIS 1.0: Windows NT 3.51, disponible como add-on gratuito.
* IIS 2.0: Windows NT 4.0
* IIS 3.0: Windows NT 4.0 Service Pack 3
* IIS 4.0: Windows NT 4.0 Option Pack
* IIS 5.0: Windows 2000
* IIS 5.1: Windows XP Professional
* IIS 6.0: Windows Server 2003 y Windows XP Professional x64 Edition
* IIS 7.0: Windows Vista y Windows Server 2008

Características

Entre sus características destaca la rica dotación de instrumentos satélite al servidor WEB, así como características de arquitectura completamente renovades respecto a las versiones precedentes.
Una de las características más importantes es la presencia del protocolo HTTP 1.1 que ofrece sensibles mejoras de las prestaciones, disminuyendo los tiempos de respuesta en la transmisión.
Las noveDefaults del protocolo HTTP1.1 residen en algunos de los elementos que lo componen, tales como el Pipeling, las conexiones persistentes, las transferencias por bloques CHUNKED, el soporte para el proxy.

INSTALACION Y CONFIGURACION En las instalaciones de Windows los archivos necesarios para funcionar IIS están incluidos en el sistema, aunque no viene instalado el servidor de forma predeterminada.

PASOS

• En el Panel de control abre "Programas y características"
• En el panel de la izquierda escoge: "Activar o desactivar las
características de Windows".


• En la lista de funciones de Windows marca la casilla: "Internet
Information Services" y haz clic en Aceptar.
Esta es la instalación predeterminada que incluye las características
más comunes.

Si necesitas tener disponibles funciones para contenido dinámico,
entonces haz lo siguiente:

• En la lista de funciones de Windows, da un clic en el signo más (+)
situado junto a Internet Information Services, da un clic en el signo
más (+) situado junto a Servicios World Wide Web, da un clic en el
signo más (+) situado junto a Características de desarrollo de
aplicaciones.

• Selecciona las funciones que necesites y presiona Aceptar.


What is DNS?

The acronym DNS comes from the English expression Domain Name System: that is, Domain Name System. This is a naming method used to name the devices that connect to a network through the IP (Internet Protocol).

A DNS system consists of three fundamental elements for its practical operation:

* the clients phase 1: the program that generates a request to the DNS server to know which IP address corresponds to a domain name. This program runs on the user's computer;

* DNS servers: are responsible for resolving the client's request. If a recursive server does not find the DNS since the names are resolved by the client's applications, among which are the browser and the mail client.

When the user makes a request to find a DNS, it is sent to the DNS server of the operating system, that is, to a local one, which searches for the resolution in the cache before beginning a communication with the outside. Only then, if the answer is not found, the request is sent to a DNS server or several, depending on the case, which is usually provided by the Internet service provider (ISP).

DNS servers can be classified into three groups according to the functions they perform:
* Primary: they are also known by the name of teachers, and they are those that store the data in a namespace (a group of symbols used to organize various kinds of objects, so that they can be recognized byown names);

* Secondary: are those that receive the data from the previous servers through a zone transfer. Another name they receive is slaves, since they depend on the actions of the primaries;
 

* premises: its operation is supported by the same program, although they do not have the database to resolve the names. When they receive a query, they should refer to the appropriate DNS servers and then store the response to avoid the need to communicate with them if the same query is repeated in the future. These servers are also called cache.









What is iss?

Internet Information Services or IIS1 is a web server and a set of services for the Microsoft Windows operating system. It was originally part of the Option Pack for Windows NT. It was then integrated into other Microsoft operating systems intended to offer services, such as Windows 2000 or Windows Server 2003. Windows XP Professional includes a limited version of IIS. The services offered are: FTP, SMTP, NNTP and HTTP / HTTPS.

This service converts a PC into a web server for the Internet or an intranet, that is, on the computers that have this service installed, web pages can be published both locally and remotely.

It is based on several modules that give it the ability to process different types of pages. For example, Microsoft includes Active Server Pages (ASP) and ASP.NET. They can also be included from other manufacturers, such as PHP3o Perl.

Concept

IIS is a set of services for servers using Microsoft Windows. It is especially used on web servers, which is currently the second most popular web server system (it works on 35% of servers on all websites).

In fact, IIS is integrated with Windows NT 4.0. Since IIS is so intimately integrated with the operating system, it is relatively easy to manage. However, currently IIS is available only for use on the Windows NT platform, while Netscape Web servers run on most platforms, including Windows NT, OS / 2 and UNIX.

IIS Versions
* IIS 1.0: Windows NT 3.51, available as a free add-on.
* IIS 2.0: Windows NT 4.0
* IIS 3.0: Windows NT 4.0 Service Pack 3
* IIS 4.0: Windows NT 4.0 Option Pack
* IIS 5.0: Windows 2000
* IIS 5.1: Windows XP Professional
* IIS 6.0: Windows Server 2003 and Windows XP Professional x64 Edition
* IIS 7.0: Windows Vista and Windows Server 2008
features
Its features include the rich provision of satellite instruments to the WEB server, as well as completely renewed architecture features compared to the previous versions.
One of the most important features is the presence of the HTTP 1.1 protocol that offers significant performance improvements, reducing transmission response times.
The novelDefaults of the HTTP1.1 protocol reside in some of the elements that compose it, such as Pipeling, persistent connections, CHUNKED block transfers, proxy support.

INSTALLATION AND CONFIGURATION In Windows installations the files necessary to operate IIS are included in the system, although the server is not installed by default.

STEPS

• In the Control Panel open "Programs and Features"

• In the left panel choose: "Activate or deactivate the

Windows features".


• In the list of Windows functions check the box: "Internet

Information Services "and click OK.

This is the default installation that includes the most common features.


If you need to have features available for dynamic content,

Then do the following:


• In the list of Windows functions, click on the plus sign (+)

located next to Internet Information Services, click on the sign

more (+) located next to World Wide Web Services, click on the

plus sign (+) next to Development features of

Applications.


• Select the functions you need and press OK.