Open A Windows Command Prompt
Open A Windows Command Prompt
Open A Windows Command Prompt
3. Type the IPv4 addresses from step b into a web browser, instead of the
URL. Enter https://192.0.32.7 in the web browser. If your computer
has an IPv6 address you can enter the IPv6
address. https://[2620:0:2d0:200::7] in the web browser.
4. Notice that the ICANN home web page is displayed without using DNS.
Most humans find it easier to remember words, rather than numbers. If
you tell someone to go to www.icann.org, they can probably remember
that. If you told them to go to 192.0.32.7, they would have a difficult time
remembering an IP address. Computers process in numbers. DNS is the
process of translating words into numbers. Additionally, there is a second
translation that takes place. Humans think in Base 10 numbers.
Computers process in Base 2 numbers. The Base 10 IP address
192.0.32.7 in Base 2 numbers
is 11000000.00000000.00100000.00000111. What happens if you cut
and paste these Base 2 numbers into a browser?
5. At a command prompt, ping www.cisco.com.
Note: If the domain name is resolved to an IPv6 address, use the
command ping -4 www.cisco.com to translate into an IPv4 address if
desired.
C:\> ping www.cisco.com
When you ping www.cisco.com, do you get the same IP address as the
example? Explain.
La respuesta variará dependiendo de dónde se encuentre
geográficamente. Cisco aloja su contenido web en una serie de
servidores espejo. Esto significa que Cisco carga el mismo
contenido exacto de diversidad geográfica (repartidos por todo lo
largo del mundo) servidores. Cuando alguien intenta acceder a
www.cisco.com , el tráfico se dirige al servidor espejo más cercano.
Type the IP address that you obtained when you pinged www.cisco.com
into a browser. Does the web site display? Explain.
Part 2: Observe DNS Lookup Using the nslookup Command on a Web Site
1. At the command prompt, type the nslookup command. Your result will
be different than the example.
C:\> nslookup
2. Notice how the command prompt changed to a greater than (>) symbol.
This is the nslookup prompt. From this prompt, you can enter commands
related to DNS.
At the prompt, type ? to see a list of all the available commands that you
can use in nslookup mode.
3. At the nslookup prompt, type www.cisco.com.
What is the translated IPv4 address?
Sí
Under addresses, in addition to the 172.230.155.162 IP address, there are the
following numbers: 2600:1404:a:395::b33 and 2600:1404:a:38e:::b33. What are
these?
IPv6 ( IP versión 6 ) Direcciones IP en las que se puede acceder al sitio
web.
4. At the nslookup prompt, type the IP address of the Cisco web server that
you just found. You can use nslookup to get the domain name of an IP
address if you do not know the URL.
rcdn-mx-01.cisco.com
3. At the nslookup prompt, type exit to return to the regular PC command
prompt.
4. At the PC command prompt, type ipconfig /all.
Question:
Write the IP addresses of all the DNS servers that your school uses.
Type your answers here.
Depende del sitio.
Reflection Question