Prueba CAP 5 Nat

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Alfredo8710
A
Alfredo8710
Community Contributor
Quizzes Created: 1 | Total Attempts: 267
| Attempts: 267 | preguntas: 19
Please wait...
Question 1 / 19
0 %
0/100
Score 0/100
1. Una compañía diseña su red de modo que a las computadoras en la red interna se les asignen direcciones IP de los servidores de DHCP y que los paquetes que se envían a Internet sean traducidos a través de un router habilitado para NAT. ¿Qué tipo de NAT habilita el router para completar la tabla de traducción a partir de un conjunto de direcciones públicas únicas mientras las computadoras envían paquetes a Internet a través del router?

Explanation

The correct answer is NAT dinamica. This type of NAT allows the router to dynamically assign unique public IP addresses to the computers on the internal network while they send packets to the Internet through the router. This means that each computer on the internal network will have a different public IP address when communicating with external networks.

Submit
Please wait...
About This Quiz
Prueba CAP 5 Nat - Quiz

2. Qué método utiliza un router habilitado para PAT para enviar paquetes entrantes a los hosts internos correctos? 

Explanation

A router habilitado para PAT utiliza el número de puerto TCP o UDP de destino en el paquete entrante para enviar los paquetes a los hosts internos correctos. Esto se debe a que el PAT (Port Address Translation) es una técnica de traducción de direcciones de red que permite a múltiples dispositivos en una red privada compartir una única dirección IP pública. Al utilizar el número de puerto de destino en el paquete entrante, el router puede determinar qué host interno debe recibir el paquete y realizar la traducción de direcciones correspondiente.

Submit
3. ¿Cuántas direcciones están disponibles para la traducción Nat. dinámica cuando un router está configurado con los siguientes comandos? Router(config)#ip nat pool TAME 209.165.201.23 209.165.201.30 netmask 255.255.255.224 Router(config)#ip nat inside source list 9 pool TAME 

Explanation

The given configuration uses a pool of IP addresses ranging from 209.165.201.23 to 209.165.201.30 with a netmask of 255.255.255.224. This netmask allows for 30 IP addresses in total, but the first and last addresses are reserved for network and broadcast addresses respectively. Therefore, there are 30 - 2 = 28 usable addresses. However, the configuration only specifies a pool with 8 addresses (209.165.201.23 to 209.165.201.30), so the number of available addresses for dynamic NAT translation is 8.

Submit
4. Consulte la exhibición. El router R1 está configurado con NAT estática. El direccionamiento en el router y en el servidor web está configurado correctamente, pero no hay conectividad entre el servidor web y los usuarios en Internet. ¿Cuál es un posible motivo de esta falta de conectividad?

Explanation

One possible reason for the lack of connectivity between the web server and the users on the internet is that the NAT configuration on the router has an incorrect internal local address. This means that the router is not properly translating the internal IP addresses of the web server to the external IP addresses required for communication with the internet users. As a result, the packets sent from the web server are not reaching their intended destinations, leading to the lack of connectivity.

Submit
5. Un administrador de red configura el router de frontera con el comando R1(config)# ip nat inside source list 4 pool corp. ¿Qué ACL debe configurarse para que este comando funcione?

Explanation

The correct answer is una lista de acceso con el número 4 que defina las direcciones privadas que son afectadas por NAT. This is because the command "ip nat inside source list 4 pool corp" is used to configure NAT (Network Address Translation) on the router. The "list 4" refers to an access control list (ACL) that is used to define the private addresses that will be affected by NAT. By specifying this ACL, the router will know which private addresses to translate to public addresses when performing NAT.

Submit
6. Consulte la exhibición. El router R1 está configurado para PAT. ¿Por qué motivo es posible que las direcciones en la red no estén traducidas?

Explanation

The possible reason why the addresses in the network are not translated despite the router R1 being configured for PAT is that the access list 1 is configured incorrectly.

Submit
7. El administrador de red desea examinar las traducciones de la NAT activa en un router fronterizo. ¿Qué comando realizaría la tarea? 

Explanation

The correct answer is "Router# show ip nat translations". This command will display the translations of the Network Address Translation (NAT) active on the border router. By using this command, the network administrator can view the NAT translations and gather information about the IP addresses and ports being translated.

Submit
8. Consulte la exhibición Y ELIJA LA RESPUESTA CORRECTA

Explanation

The correct answer is that the interface S0/0/0 should be identified as the NAT exterior interface. This means that this interface is connected to the external network, such as the internet, and is responsible for translating the internal IP addresses to the external IP addresses. The NAT exterior interface is the interface through which the traffic leaves the network and enters the external network.

Submit
9. Al configurar la Net en un router Cisco ¿Cuál es la dirección IP local interna? 

Explanation

The correct answer is "La dirección IP de un host interno según aparece a la red interna". This means that when setting up the Net on a Cisco router, the local internal IP address is the IP address of an internal host as it appears to the internal network. This implies that the router assigns an IP address to the internal host for communication within the internal network.

Submit
10. Here is a link to the PT Activity .Abra la actividad de PT. Esta actividad de PT debe permanecer abierta y se debe utilizar para las siguientes cuatro preguntas. Realice las tareas que se indican en las instrucciones de la actividad y, a continuación, responda la pregunta. Después de que la PC10 envía una solicitud al servidor web, ¿cuál es la dirección global interna? 

Explanation

The given question asks for the internal global address after PC10 sends a request to the web server. The correct answer is 209.165.200.225.

Submit
11. Consulte la ilustración. ¿Cuál de estos dispositivos es el origen del tráfico que se muestra en el resultado, y cuál es el número de puerto de destino? 

Explanation

The correct answer is that the source device is PC10, and the destination port is 80. This can be determined by analyzing the illustration provided, which likely shows network traffic data. The source device is identified as PC10, and the destination port is indicated as port 80.

Submit
12. Consulte la ilustración. ¿Qué dirección o direcciones representan la dirección global interna? 

Explanation

not-available-via-ai

Submit
13. - Utilice la actividad de PT que ya se encuentra abierta. Un usuario de la PC20 intenta acceder a la página web que se encuentra en 209.165.201.2. ¿Cuál es el motivo por el que la solicitud falla?

Explanation

The reason the request fails is that the IP address of PC20 is not included for NAT translation in Router B.

Submit
14.  ¿Cuáles de las siguientes afirmaciones sobre NAT para IPv6 son correctas?

Explanation

The correct answer is "Es un mecanismo temporal para asistir en la migración de IPv4 a IPv6." This means that NAT for IPv6 is a temporary mechanism used to assist in the migration from IPv4 to IPv6. NAT allows for the translation of IPv4 addresses to IPv6 addresses, enabling communication between devices using different IP versions. However, it is important to note that NAT is not a long-term solution and is intended to be used during the transition period from IPv4 to IPv6.

Submit
15. ¿ Cuál es el propósito de introducir el comando ip nat inside source static tcp 192.168.10.2 80 209.165.200.223 8080 en la petición de entrada de configuración global? 

Explanation

El propósito de introducir el comando "ip nat inside source static tcp 192.168.10.2 80 209.165.200.223 8080" en la petición de configuración global es vincular la dirección local interna (192.168.10.2) y el puerto local (80) a la dirección global interna especificada (209.165.200.223) y al puerto global (8080). Esto permite que las solicitudes entrantes dirigidas a la dirección global y al puerto global sean redirigidas a la dirección local y al puerto local correspondientes.

Submit
16. - Utilice la actividad de PT que ya se encuentra abierta. ¿Qué tipo de traducción de direcciones se configuró en el router A? 

Explanation

The correct answer is PAT. PAT stands for Port Address Translation, which is a type of address translation used in routers. It allows multiple devices on a local network to share a single public IP address. In PAT, the router assigns a unique port number to each device on the local network, which allows incoming data packets to be correctly routed to the appropriate device. This helps conserve the limited number of public IP addresses available and is commonly used in home and small office networks.

Submit
17. - ¿Cuáles de los siguientes son dos beneficios de NAT? (Elija dos opciones).

Explanation

NAT (Network Address Translation) tiene dos beneficios principales: guarda direcciones IP públicas y agrega un grado de privacidad y seguridad a una red. Al utilizar NAT, las direcciones IP públicas se pueden conservar y reutilizar en lugar de tener que asignar una dirección IP pública única a cada dispositivo en la red. Además, NAT oculta las direcciones IP privadas de los dispositivos internos, lo que proporciona una capa adicional de seguridad y privacidad al ocultar la estructura de la red interna.

Submit
18. ¿Cuál de los siguientes opciones es verdadera con respecto a los diferencias entre NAT y PAT ?

Explanation

La NAT dinámica permite a los host recibir la misma dirección global cada vez que se requiere un acceso externo. Esto significa que cuando un host en una red privada necesita comunicarse con un servidor externo, la NAT dinámica asignará una dirección IP global temporal al host. Esta dirección IP global se utilizará para la comunicación externa y se mantendrá constante mientras dure la sesión. Sin embargo, una vez que se termine la sesión, la dirección IP global se liberará y estará disponible para otros hosts en la red.

Submit
19. Match the following
Submit
View My Results

Quiz Review Timeline (Updated): Mar 21, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Aug 06, 2015
    Quiz Created by
    Alfredo8710
Cancel
  • All
    All (19)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Una compañía diseña su red de modo que a las...
Qué método utiliza un router habilitado para PAT para...
¿Cuántas direcciones están disponibles para la...
Consulte la exhibición. El router R1 está configurado...
Un administrador de red configura el router de frontera con el comando...
Consulte la exhibición. El router R1 está configurado...
El administrador de red desea examinar las traducciones de la NAT...
Consulte la exhibición Y ELIJA LA RESPUESTA CORRECTA
Al configurar la Net en un router Cisco ¿Cuál es la...
Here is a link to the PT Activity .Abra la actividad de PT. Esta...
Consulte la ilustración. ¿Cuál de estos...
Consulte la ilustración. ¿Qué dirección o...
- Utilice la actividad de PT que ya se encuentra abierta. Un usuario...
 ¿Cuáles de las siguientes afirmaciones sobre NAT...
¿ Cuál es el propósito de introducir el comando ip...
- Utilice la actividad de PT que ya se encuentra abierta....
- ¿Cuáles de los siguientes son dos beneficios de NAT?...
¿Cuál de los siguientes opciones es verdadera con respecto...
Match the following
Alert!

Advertisement