Sanyí G, Mendoza Reyes


Powered By Blogger

Communication Systems



 

MOBILE TECHNOLOGY
  

La siguiente imagen obtenida de la wiki, muestra una tabla con un concentrado de la evolución de las tecnologías para transmisión de datos para dispositivos móviles, empezando desde los que eran solo de radiofrecuencia, hasta la más actual 4G.


INTERNET 

The Internet (or internet) is a global system of interconnected computer networks that use the standard Internet protocol suite (TCP/IP) to serve billions of users worldwide. It is a network of networks that consists of millions of private, public, academic, business, and government networks, of local to global scope, that are linked by a broad array of electronic, wireless and optical networking technologies. The Internet carries an extensive range of information resources and services, such as the inter-linked hypertext documents of the World Wide Web (WWW) and the infrastructure to support email.    Every computer and network on the Internet uses   the same protocols (rules and procedures) to   control timing and data format. The protocol used by the Internet is the   Transmission Control Protocol/Internet Protocol,   or TCP/IP. 

IP address  

The Domain An Internet Protocol address (IP address) is a numerical label assigned to each device (e.g., computer, printer) participating in a computer network that uses the Internet Protocol for communication. 

Public IP addresses
A public IP address is any valid address, or number, that can be accessed over the Internet.  Internet standards groups, such as the Network Information Center (NIC) or the Internet Assigned Numbers Authority (IANA), are the organizations responsible for registering IP ranges and assigning them to organizations, such as Internet Service Providers (ISPs).
In the Cloud(n) system, a public IP address is an identifier assigned to a virtual router on the network. Any resources that will be available over the Internet will require a public IP address.  Public IP addresses can be added in the Cloud Console.

Private IP addresses
A private IP address is any number or address assigned to a device on a private TCP/IP Local Area Network that is accessible only within the Local Area Network.  For a resource inside the Local Area Network to be accessible over the Internet, a device within the Local Area Network must be connected to the Internet with a public IP address, and the networking must be appropriately configured.  The same Internet standards organizations have reserved the following three IP address ranges that will never be registered publicly:


First IP in block
Last IP in block
10.0.0.0
10.255.255.255
172.16.0.0
172.31.255.255
192.168.0.0
192.168.255.255
A private IP address is assigned to each instance created in the Cloud(n) system.  Consequently, each instance may only have one private IP address, and additional private IP addresses cannot be added.



Tenemos que considerar que nuestras computadoras en la red de casa u oficina NO tienen dos direcciones IP (una pública y una privada), sino que sólo tienen la IP privada, y se conectan a Internet mediante tu router, que es quien tiene la dirección IP pública. Viéndolo de otra forma, quien realmente se está conectando a Internet, es tu router. Tu computadora (desde su IP privada) le envía peticiones de Internet a tu router, el router envía esta petición a Internet (con su IP pública), Internet le contesta a tu router, y tu router se encarga de mandar la respuesta hacia tu IP privada que fue quien la solicitó. De igual forma funciona con todas las computadoras de la casa u oficina, es por ello que todas tienen la misma IP Pública.

The Domain Name System (DNS) 
 
The Domain Name System (DNS) is a hierarchical distributed naming system for computers, services, or any resource connected to the Internet or a private network. It associates various information with domain names assigned to each of the participating entities. Most prominently, it translates domain names meaningful for users to the numerical IP addresses needed for the purpose of locating computer services and devices worldwide. By providing a worldwide, distributed keyword-based redirection service, the Domain Name System is an essential component of the functionality of the Internet.  The basic job of DNS is to convert a user-friendly domain name into an IP address that computers use identify one another. Think of DNS like your cellphone contact list, you tap the name and the phone contacts to a phone number. 
  


El servicio DNS permite resolver nombres de máquina en direcciones IP, siguiendo una estructura jerárquica.
Tipos de servidores

Primarios: Guardan los datos de un espacio de nombres en sus ficheros
Secundarios: Obtienen los datos de los servidores primarios a través de una transferencia de zona.
Locales o Caché: No contienen la base de datos para la resolución de nombres. Cuando se les realiza una consulta, estos a su vez consultan a los servidores secundarios, almacenando la respuesta en su base de datos para agilizar la repetición de estas peticiones en el futuro.




Tipos de registros DNS

A (Address). Es el registro más usado, que define una dirección IP y el nombre asignado al host. Generalmente existen varios en un dominio.

MX (Mail eXchanger). Se usa para identificar servidores de correo, se pueden definir dos o más servidores de correo para un dominio, siendo que el orden implica su prioridad. Debe haber al menos uno para un dominio.

CNAME (Canonical Name). Es un alias que se asigna a un host que tiene una dirección IP válida y que responde a diversos nombres. Pueden declararse varios para un host.
NS (Name Server). Define los servidores de nombre principales de un dominio. Debe haber al menos uno y pueden declararse varios para un dominio.

SOA (Start Of Authority). Este es el primer registro de la zona y sólo puede haber uno en cada archivo de la zona y sólo está presente si el servidor es autoritario del dominio. Especifica el servidor DNS primario del dominio, la cuenta de correo del administrador y tiempo de refresco de los servidores secundarios.
Port Number

In computer networking, a port number is part of the addressing information used to identify the senders and receivers of messages. Port numbers are most commonly used with TCP/IP connections. Home network routers and computer software work with ports and sometimes allow you to configure port number settings. These port numbers allow different applications on the same computer to share network resources simultaneously.
 

Bibliografia: