Deber No5

Descargar como docx, pdf o txt
Descargar como docx, pdf o txt
Está en la página 1de 10

REDES DE ÁREA LOCAL

DEBER N°5

NOMBRE: JORGE EDUARDO CASTILLO CARPIO

FECHA: 21-06-2020

1. What do TCP, UDP, IP, and ICMP stand for? Which protocol is considered to be Layer 3-
equivalent when comparing TCP/IP to the OSI protocols?

ICMP se considera un protocolo de capa de red porque se usa para el control y la gestión de IP

TCP Y UDP son protocolos de capa de transporte.

IP es la parte central de la capa de red de TCP / IP.

2. Name the parts of an IP address

Red, subred y host son las tres partes de una dirección IP. También se considera ala red y
subred una sola parte.

3. Define the term subnet mask. What do the bits in the mask whose values are binary 0 tell
you about the corresponding IP address(es)?

Una máscara de subred define el número de bits de host en una dirección. Los bits de valor 0
definen qué bits en la dirección son bits de host. La máscara es un ingrediente importante en
la fórmula para diseccionar una dirección IP; junto con el conocimiento del número de bits de
red implicados para las redes de Clase A, B y C, la máscara proporciona una definición clara del
tamaño de la red, subred y partes de host de una dirección.

4. Given the IP address 134.141.7.11 and the mask 255.255.255.0, what is the subnet
number?

IP 134.141.7.11 10000110 10001101 00000111 00001011


Máscara 255.255.255. 11111111 11111111 11111111 00000000
0

Resultado(Operador AND) 134.141.7.0 10000110 10001101 00000111 11111111

5. Given the IP address 193.193.7.7 and the mask 255.255.255.0, what is the subnet number?

IP 193.193.7.7 10000110 10000110 00000111 00000111

Máscara 255.255.255. 11111111 11111111 11111111 00000000


0
Resultado(Operador AND) 193.193.7.0 10000110 10000110 00000111 00000000

6. Given the IP address 10.5.118.3 and the mask 255.255.0.0, what is the subnet number?

IP 10.5.118.3 00001010 00000101 01110110 00000011


Máscara 255.255.0.0 11111111 11111111 11111111 00000000

Resultado(Operador AND) 10.5.0.0 00001010 00000101 00000000 00000000

7. Given the IP address 190.1.42.3 and the mask 255.255.255.0, what is the subnet number?

IP 190.1.42.3 10111110 00000001 00101010 00000011

Máscara 255.255.0.0 11111111 11111111 11111111 00000000


Resultado(Operador AND) 190.1.0.0 10111110 00000001 00000000 00000000

8. Given the IP address 200.1.1.130 and the mask 255.255.255.224, what is the subnet
number?

IP 200.1.1.130 Explicación
Máscara 255.255.255.224 (256-224=32)

Sudred 200.1.1.128 Múltiplo de 32 más cercano a 130


1era dirección valida 200.1.1.129 Dirección de subred mas 1

Broadcast 200.1.1.159 (128+32-1=159)


Última dirección válida 200.1.1.158 Resto 1 por la dirección de Broadcast

9. Given the IP address 220.8.7.100 and the mask 255.255.255.240, what is the subnet
number?

IP 220.8.7.100 Explicación
Máscara 255.255.255.240 (256-240=16)

Sudred 220.8.7.96 Múltiplo de 16 más cercano a 100

10. Given the IP address 140.1.1.1 and the mask 255.255.255.248, what is the subnet number?

IP 140.1.1.1 Explicación

Máscara 255.255.255.248 (256-248=8)


Sudred 140.1.1.0 Múltiplo de 8 más cercano a 1
11. Given the IP address 167.88.99.66 and the mask 255.255.255.192, what is the subnet
number?

IP 167.88.99.66 Explicación
Máscara 255.255.255.192 (256-192=64)

Sudred 167.88.99.64 Múltiplo de 64 más cercano a 66

12. Given the IP address 134.141.7.11 and the mask 255.255.255.0, what is the subnet
broadcast address?

IP 134.141.7.11 10000110 10001101 00000111 00001011

Máscara 255.255.255. 11111111 11111111 11111111 00000000


0
Resultado(Operador AND) 134.141.7.0 10000110 10001101 00000111 00000000

Broadcast 134.141.7.25 10000110 10001101 00000111 11111111


5

13. Given the IP address 193.193.7.7 and the mask 255.255.255.0, what is the broadcast
address?

IP 193.193.7.7 11000001 11000001 00000111 00000111

Máscara 255.255.255. 11111111 11111111 11111111 00000000


0
Resultado(Operador AND) 193.193.7.0 11000001 11000001 00000111 00000000

Broadcast 193.193.7.25 11000001 11000001 00000111 11111111


5

14. Given the IP address 10.5.118.3 and the mask 255.255.0.0, what is the broadcast address?

IP 10.5.118.3 00001010 00000101 01110110 00000011

Máscara 255.255.0.0 11111111 11111111 00000000 00000000


Resultado(Operador AND) 10.5.0.0 00001010 00000101 00000000 00000000

Broadcast 10.5.255.255 11000001 11000001 11111111 11111111

15. Given the IP address 190.1.42.3 and the mask 255.255.255.0, what is the broadcast
address?

IP 190.1.42.3 10111110 00000001 00101010 00000011


Máscara 255.255.255. 11111111 11111111 11111111 00000000
0
Resultado(Operador AND) 190.1.42.0 10111110 00000001 00101010 00000000

Broadcast 190.1.42.255 10111110 00000001 00101010 11111111

16. Given the IP address 200.1.1.130 and the mask 255.255.255.224, what is the broadcast
address?

IP 200.1.1.130 Explicación

Máscara 255.255.255.224 (256-224=32)


Sudred 200.1.1.128 Múltiplo de 32 más cercano a 130

1era dirección valida 200.1.1.129 Dirección de subred mas 1


Broadcast 200.1.1.159 (128+32-1=159)

17. Given the IP address 220.8.7.100 and the mask 255.255.255.240, what is the broadcast
address?

IP 220.8.7.100 11011100 00001000 00000111 01100100

Máscara 255.255.255.240 11111111 11111111 11111111 11110000


Resultado (Operador AND) 220.8.7.96 11011100 00001000 00000111 01100000
Broadcast 220.8.7.111 11011100 00001000 00000111 01101111

18. Given the IP address 140.1.1.1 and the mask 255.255.255.248, what is the broadcast
address?

IP address 140.1.1.1 10001100 00000001 00000001 00000001

Máscara 255.255.255.248 11111111 11111111 11111111 11111000


Resultado (Operador AND) 140.1.1.0 10001100 00000001 00000001 00000000
Broadcast 140.1.1.7 10001100 00000001 00000001 00000111

19. Given the IP address 167.88.99.66 and the mask 255.255.255.192, what is the broadcast
address?

IP address 167.88.99.66 10100111 01011000 01100011 01000010


Máscara 255.255.255.192 11111111 11111111 11111111 11000000
Resultado (Operador AND) 167.88.99.64 10100111 01011000 01100011 01000000
Broadcast 167.88.99.127 10100111 01011000 01100011 01111111
20. Given the IP address 134.141.7.11 and the mask 255.255.255.0, what are the assignable IP
addresses in this subnet?

Las direcciones asignables son desde 134.141.7.1 hasta 134.141.7.254.

21. Given the IP address 193.193.7.7 and the mask 255.255.255.0, what are the assignable IP
addresses in this subnet?

Las direcciones asignables son desde 193.193.7.1 hasta 193.193.7.254.

22. Given the IP address 10.5.118.3 and the mask 255.255.0.0, what are the assignable IP
addresses in this subnet?

Las direcciones asignables son desde 10.5.0.1 hasta 10.5.255.254.

23. Given the IP address 190.1.42.3 and the mask 255.255.255.0, what are the assignable IP
addresses in this subnet?

Las direcciones asignables son desde 190.1.42.1 hasta 190.1.42.254.

24. Given the IP address 200.1.1.130 and the mask 255.255.255.224, what are the assignable
IP addresses in this subnet?

Las direcciones asignables son desde 200.1.1.129 hasta 200.1.1.158.

25. Given the IP address 220.8.7.100 and the mask 255.255.255.240, what are the assignable
IP addresses in this subnet?

Las direcciones asignables son desde 220.8.7.97 hasta 220.8.7.110.

26. Given the IP address 140.1.1.1 and the mask 255.255.255.248, what are the assignable IP
addresses in this subnet?

Las direcciones asignables son desde 140.1.1.1 hasta 140.1.1.6.

27. Given the IP address 167.88.99.66 and the mask 255.255.255.192, what are the assignable
IP addresses in this subnet?

Las direcciones asignables son desde 167.88.99.65 hasta 167.88.99.126.

28. Given the IP address 134.141.7.7 and the mask 255.255.255.0, what are all the subnet
numbers if the same (static) mask is used for all subnets in this network?

La respuesta es 134.141.1.0, 134.141.2.0, 134.141.3.0, y así sucesivamente, hasta


134.141.254.0. 134.141.0.0 es la subred cero y 134.141.255.0 es la subred de broadcast.

29. Given the IP address 10.5.118.3 and the mask 255.255.255.0, what are all the subnet
numbers if the same (static) mask is used for all subnets in this network?

La respuesta es 10.0.1.0, 10.0.2.0, 10.0.3.0, y así sucesivamente, hasta 10.255.254.0. El


número de red de Clase A es 10.0.0.0. La máscara implica que todo el segundo y tercer octeto,
y solo esos octetos, comprenden el campo de subred. El primer número de subred,
denominado subred cero (10.0.0.0), y el último número de subred, denominado subred de
broadcast (10.255.255.0), están reservados.

30. Given the IP address 220.8.7.100 and the mask 255.255.255.240, what are all the subnet
numbers if the same (static) mask is used for all subnets in this network?
Número de red 220.8.7.0 Comentarios
Máscara 255.255.255.240 (256-240=16)
Sudred cero 220.8.7.0 Copia del número de red
1era dirección válida 220.8.7.16 0+16=16
2da dirección válida 220.8.7.32 16+16=32
3era dirección válida 220.8.7.48 32+16=48
Última dirección válida 220.8.7.224 …+16=224
Broadcast 220.8.7.240 Ultima dirección valida reservada para
broadcast

31. Given the IP address 220.8.7.1 and the mask 255.255.255.240, what are all the subnet
numbers if the same (static) mask is used for all subnets in this network?

Número de red 220.8.7.0 Comentarios


Máscara 255.255.255.240 (256-240=16)
Sudred cero 220.8.7.0 Copia del número de red
1era dirección válida 220.8.7.16 0+16=16
2da dirección válida 220.8.7.32 16+16=32
3era dirección válida 220.8.7.48 32+16=48
Última dirección válida 220.8.7.224 …+16=224
Broadcast 220.8.7.240 Ultima dirección valida reservada para
broadcast

32. How many IP addresses could be assigned in each subnet of 134.141.0.0, assuming that a
mask of 255.255.255.0 is used? If the same (static) mask is used for all subnets, how many
subnets are there?

134.141.0.0 es una red clase B, por lo que dispone de 2 hostbits, o 2^8 subredes para host,
menos dos casos especiales. El número de subredes será 2 subnetbits, o 2^8 menos dos casos
especiales.

33. How many IP addresses could be assigned in each subnet of 10.0.0.0, assuming that a
mask of 255.255.255.0 is used? If the same (static) mask is used for all subnets, how many
subnets are there?

10.0.0.0 es una red clase A por lo que dispone de 3 hostbits, o 2^8 subredes para host, menos
dos casos especiales. El número de subredes será 2 subnetbits, o 2^16 menos dos casos
especiales.

34. How many IP addresses could be assigned in each subnet of 220.8.7.0, assuming that a
mask of 255.255.255.240 is used? If the same (static) mask is used for all subnets, how
many subnets are there?

256-240=16; La primera red será 220.8.7.16, la segunda 220.8.7.32 y así consecutivamente


hasta 220.8.7.224, reservando 220.8.7.240 para broadcast, comprendiendo 14 direcciones IP.

220.8.7.0 es una red clase C por lo que dispone de 2 hostbits, o 2^4 subredes para host, menos
dos casos especiales. El número de subredes será 2 subnetbits, o 2^4 menos dos casos
especiales.
35. How many IP addresses could be assigned in each subnet of 140.1.0.0, assuming that a
mask of 255.255.255.248 is used? If the same (static) mask is used for all subnets, how
many subnets are there?

220.8.7.0 es una red clase B por lo que dispone de 2 hostbits, o 2^3 subredes para host, menos
dos casos especiales. El número de subredes será 2 subnetbits, o 2^13 menos dos casos
especiales.

36. You design a network for a customer, and the customer insists that you use the same
subnet mask on every subnet. The customer will use network 10.0.0.0 and needs 200
subnets, each with 200 hosts maximum. What subnet mask would you use to allow the
largest amount of growth in subnets? Which mask would work and would allow for the
most growth in the number of hoses per subnet?

La red 10.0.0.0 es una red de clase A, por lo que tiene 24 bits de host sin subredes. Para
numerar 200 subredes, necesitará al menos 8 bits de subred porque 2^8 es 256. Del mismo
modo, para numerar 200 hosts por subred, necesitará 8 bits de host. Por lo tanto, debe elegir
una máscara con al menos 8 bits de subred y 8 bits de host. 255.255.0.0 es una máscara con 8
bits de subred y 16 bits de host. Eso permitiría las 200 subredes y los 200 hosts, mientras que
permitiría que el número de hosts por subred crezca a 216-2, un número bastante grande. Del
mismo modo, una máscara de 255.255.255.0 le proporciona 16 bits de subred, lo que permite
216-2 subredes, cada una con 28-2 hosts por subred.

37. Create a minimal configuration enabling IP on each interface on a 2501 router (two serial,
one Ethernet). The NIC assigned you network 8.0.0.0. Your boss says that you need, at
most, 200 hosts per subnet. You decide against using VLSM. Your boss also says to plan
your subnets so that you can have as many subnets as possible rather than allow for larger
subnets later. When choosing the actual IP address values and subnet numbers, you
decide to start with the lowest numerical values. Assume that point-to-point serial links
will be attached to this router and that RIP is the routing protocol.

Router RIP network 8.0.0.0

Interfaz ethernet 0

Dirección IP 8.0.1.1 255.255.255.0

Interfaz serial 0

Dirección IP 8.0.2.1 255.255.255.0

Interfaz serial 1

Dirección IP 8.0.3.1 255.255.255.0

La subred cero no se usó en esta solución. Si lo hubiera deseado, se podría haber utilizado el
comando global ip subnet-zero, permitiendo que la subred 8.0.0.0 y las subredes 8.0.1.0,
8.0.2.0 y 8.0.3.0 se utilicen en la configuración.

38. In the previous question, what would be the IP subnet of the link attached to serial 0? If
another user wanted to answer the same question but did not have the enable password,
what command(s) might provide this router's addresses and subnets?
La subred adjunta es 8.0.2.0, 255.255.255.0. Los comandos breves show interface, show ip
interface y show ip interface brief proporcionarían esta información, al igual que mostrar ip
route. El comando show ip route mostraría el número de subred real en lugar de la dirección
de la interfaz.

39. Describe the question and possible responses in setup mode when a router wants to know
the mask used on an interface. How can the router derive the correct mask from the
information supplied by the user?

Cuando se utilizan versiones del software Cisco IOS anteriores a la versión 12.0, la pregunta
solicita la cantidad de bits de subred. El enrutador crea una máscara de subred con x más 1
binarios que la máscara predeterminada para la clase de red de la cual la dirección IP de la
interfaz es un miembro. (x es el número en la respuesta.) "Número de bits de subred" de la
pregunta de configuración utiliza la definición de que hay tres partes en una dirección: red,
subred y host. El tamaño del campo de red se basa en la clase de dirección; la dirección de la
interfaz se escribió en respuesta a una pregunta de configuración anterior. La máscara
simplemente tiene 1s binarios en los campos de red y subred, y 0 binarios en el campo host.

Con el Cisco IOS Software Release 12.0 y posterior, la configuración solicita la máscara de
subred en formato decimal canónico, por ejemplo, 255.255.255.0.

40. Name the three classes of unicast IP addresses and list their default masks, respectively.
How many of each type could be assigned to companies and organizations by the NIC?

Las clases A, B y C tienen máscaras predeterminadas 255.0.0.0, 255.255.0.0 y 255.255.255.0, 7,


14, 21 respectivamente. 2^7 Redes de clase A son matemáticamente posibles, 2^14 Redes de
clase B y 221 redes de clase C son posibles. Hay dos números de red reservados en cada rango.

41. Describe how TCP performs error recovery. What role do the routers play?

TCP numera el primer byte en cada segmento con un número de secuencia. El host receptor
utiliza el campo de confirmación en los segmentos que envía de vuelta para acusar recibo de
los datos. Si el receptor envía un número de acuse de recibo que es un número menor que el
remitente esperado, el remitente cree que los bytes intermedios se perdieron, por lo que el
remitente los reenvía. El enrutador no juega ningún papel a menos que la conexión TCP
termine en el enrutador, por ejemplo, un Telnet en un enrutador. Se proporciona una
explicación completa en la sección "Recuperación de errores (confiabilidad)".

42. Define the purpose of an ICMP redirect message.

El mensaje de redireccionamiento ICMP permite que un enrutador le diga a un host que use un
enrutador diferente al suyo porque ese otro enrutador tiene una mejor ruta hacia la subred a
la que el host envió un paquete. La redirección también implica que el enrutador que envía la
redirección, el host que envía el paquete original y el mejor enrutador tienen interfaces
conectadas a esta misma subred.

43. Define the purpose of the trace command. What type of messages does it send, and what
type of ICMP messages does it receive?

El comando trace aprende la ruta actual a una dirección de destino. Utiliza paquetes IP con
UDP como protocolo de capa de transporte, con valores TTL que comienzan en 1 y luego se
incrementan en 1 en mensajes sucesivos. El resultado es que los enrutadores que intervienen
encontrarán que se ha excedido el TTL y enviarán mensajes de tiempo excedido de ICMP al
originador del paquete, que es el enrutador donde se ejecuta el comando de rastreo. Las
direcciones de origen de los paquetes de Tiempo excedido identifican cada enrutador en la
ruta. Al enviar paquetes sucesivos con TTL = 2, luego 3, y así sucesivamente, el host de destino
recibe finalmente el paquete. El host devuelve un mensaje ICMP de puerto inalcanzable, que le
permite al comando de rastreo saber que se ha alcanzado el host del punto final.

44. What does IP stand for? What does ICMP stand for? Which protocol is considered to be a
Layer 3 protocol when comparing TCP/IP to the OSI protocols?

Protocolo de Internet y Protocolo de mensajes de control de Internet. Ambos protocolos se


consideran parte de los protocolos de TCP / IP equivalentes a la capa 3 de OSI. ICMP también
se considera un protocolo de capa 3 porque se utiliza para el control y la gestión de IP. Sin
embargo, un encabezado IP precede a un encabezado ICMP, por lo que es común tratar ICMP
como otro protocolo de Capa 4, como TCP y UDP. Sin embargo, ICMP no proporciona servicios
a una capa superior, por lo que es realmente una parte adjunta de la Capa 3.

45. What causes the output from an IOS ping command to display "UUUUU?"

U is an indication that an unreachable message was received. The type of unreachable


message is not implied by the U.

46. Describe how to view the IP ARP cache in a Cisco router. Also describe the three key
elements of each entry.

show ip arp muestra el caché IP ARP en un enrutador Cisco. Cada entrada contiene la dirección
IP, la dirección MAC y la interfaz de donde se obtuvo la información. El tipo de encapsulación
también está en la entrada de la tabla.

47. How many hosts are allowed per subnet if the subnet mask used is 255.255.255.192? How
many hosts are allowed for 255.255.255.252?

255.255.255.192 tiene 6 bits de valor 0, dando 2^6 hosts, menos los dos números reservados,
para 62. La máscara 255.255.255.252 deja 2^2 hosts, menos los dos números reservados, para
dos hosts. 255.255.255.252 a menudo se usa en enlaces seriales cuando se usa VLSM; Los
enlaces punto a punto solo necesitan dos direcciones IP.

48. How many subnets could be created if using static-length masks in a Class B network when
the mask is 255.255.255.224? What about when the mask is 255.255.252.0?

Con una red de Clase B, los primeros 16 bits son bits de red. Con la máscara 255.255.255.224,
hay 5 bits de host, dejando 11 bits de subred. 2^11 es 2,048, menos 2 casos especiales, lo que
deja 2,046. Para la máscara 255.255.252.0, hay 10 bits de host, dejando 6 bits de subred. 2^6
es 64, menos 2 casos especiales, lo que deja 62.

49. Name the two commands typically used to create a default gateway for a router.

El comando ip default-network y el comando ip route 0.0.0.0 0.0.0.0. Ambos logran el objetivo


de que el enrutador use una ruta conocida como predeterminada para los paquetes que no
coinciden en la tabla de enrutamiento. La ruta ip 0.0.0.0 0.0.0.0 utiliza el hecho de que el
software Cisco IOS utiliza la red 0.0.0.0 para representar la red predeterminada.

50. Assume that subnets of network 10.0.0.0 are in the IP routing table in a router but that no
other network and subnets are known, except that there is also a default route (0.0.0.0) in
the routing table. A packet destined for 192.1.1.1 arrives at the router. What configuration
command determines whether the default route will be used in this case?

El paquete se enrutará utilizando la ruta predeterminada, independientemente de otros


comandos de configuración. En este escenario particular, en el que se conoce la red de Clase A,
B o C, no hay coincidencia para el destino en las subredes conocidas, y existe un valor
predeterminado, se debe utilizar el valor predeterminado.

51. Assume that subnets of network 10.0.0.0 are in the IP routing table in a router but that no
other network and their subnets are known, except that there is also a default route
(0.0.0.0) in the routing table. A packet destined for 10.1.1.1 arrives at the router, but there
is no known subnet of network 10 that matches this destination address. What
configuration command determines whether the default route will be used in this case?

Si el comando ip classless está configurado, el paquete se enrutará utilizando la ruta


predeterminada. Si no se configura ip classless, el paquete será descartado.

52. What does the acronym CIDR stand for? What is the original purpose of CIDR?

El enrutamiento entre dominios sin clase es el concepto de agrupar múltiples números de red
secuenciales en una sola entrada de la tabla de enrutamiento, con el propósito de mejorar la
escalabilidad de los enrutadores de Internet al reducir el tamaño de la tabla de enrutamiento
IP.

53. Define the term private addressing as defined in RFC 1918.

Algunos hosts nunca necesitarán comunicarse con otros hosts a través de Internet. Para tales
hosts, la asignación de direcciones IP de redes registradas desperdicia direcciones IP. Para
conservar las direcciones IP, se ha reservado un conjunto de números de red, llamados
direcciones privadas, y se puede utilizar en estos casos para ayudar a conservar las direcciones
IP para su uso en Internet.

También podría gustarte