Configuracion router

Páginas: 12 (2937 palabras) Publicado: 16 de marzo de 2011
IP Address Subnetting Tutorial
By Ralph Becker
Ralphb@whoever.com
Updated September 7, 1999
This copy distributed by FirstVPN with author's permission.
Disclaimer
All the information contained in this tutorial is provided for the convenience of its readers. All information
is accurate as well as can be reasonably verified. There are no guarantees or warranties stated or
implied by thedistribution of this information. Use the information in this document at the reader's own
risk, and no liability shall be given to the author. Any damage or loss is the sole responsibility of the
reader.
Copyright Notice and Distribution Permission
Copyright 1996-2000 by Ralph Becker, All Rights Reserved.
Hypertext links to this site are encouraged. Hard copy reproduction created by printingeach page of the
tutorial is permitted. Online reproduction of the content of this tutorial beyond the control of the author is
not permitted without express permission. Distribution for profit or financial gain is not permitted.
Distribution in commercial collections, compilations, or books without express permission from the author
is not permitted.
Index
Introduction
IP AddressingSubnetting
More Restrictive Subnet Masks
An Example
CIDR -- Classless InterDomain Routing
Allowed Class A Subnet and Host IP addresses
Allowed Class B Subnet and Host IP addresses
Allowed Class C Subnet and Host IP addresses
Logical Operations
References and Sources on the Internet
Introduction
This talk will cover the basics of IP addressing and subnetting. Topics covered will include:
· Whatis an IP Address?
· What are Classes?
· What is a Network Address?
· What are Subnet Masks and Subnet Addresses?
· How are Subnet Masks defined and used?
· How can all this be applied?
· What is CIDR?
IP Addressing
An IP (Internet Protocol) address is a unique identifier for a node or host connection on an IP network. An
IP address is a 32 bit binary number usually represented as 4decimal values, each representing 8 bits, in
the range 0 to 255 (known as octets) separated by decimal points. This is known as "dotted decimal"
notation.
Example: 140.179.220.200
It is sometimes useful to view the values in their binary form.
140 .179 .220 .200
10001100.10110011.11011100.11001000
Every IP address consists of two parts, one identifying the network and one identifying the node.The
Class of the address and the subnet mask determine which part belongs to the network address and
which part belongs to the node address.
Address Classes
There are 5 different address classes. You can determine which class any IP address is in by examining
the first 4 bits of the IP address.
· Class A addresses begin with 0xxx, or 1 to 126 decimal.
· Class B addresses begin with 10xx, or128 to 191 decimal.
· Class C addresses begin with 110x, or 192 to 223 decimal.
· Class D addresses begin with 1110, or 224 to 239 decimal.
· Class E addresses begin with 1111, or 240 to 254 decimal.
Addresses beginning with 01111111, or 127 decimal, are reserved for loopback and for internal testing on
a local machine. [You can test this: you should always be able to ping 127.0.0.1, whichpoints to yourself]
Class D addresses are reserved for multicasting. Class E addresses are reserved for future use. They
should not be used for host addresses.
Now we can see how the Class determines, by default, which part of the IP address belongs to the
network (N) and which part belongs to the node (n).
· Class A -- NNNNNNNN.nnnnnnnn.nnnnnnn.nnnnnnn
· Class B --NNNNNNNN.NNNNNNNN.nnnnnnnn.nnnnnnnn
· Class C -- NNNNNNNN.NNNNNNNN.NNNNNNNN.nnnnnnnn
In the example, 140.179.220.200 is a Class B address so by default the Network part of the address (also
known as the Network Address) is defined by the first two octets (140.179.x.x) and the node part is
defined by the last 2 octets (x.x.220.200).
In order to specify the network address for a given IP address, the node section is...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Configuracion De Un Router
  • Configuración de router
  • configuracion de un router
  • Configuracion router
  • Configuracion de un router
  • Configuracion De Router
  • Configuracion del router
  • configuracion router

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS