Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Parte 2: Estudie comando ping
- I.-
- --------------------------------------------------------------------
- socompa@socompa-Satellite-C655:~$ ping -c 5 146.83.102.95
- PING 146.83.102.95 (146.83.102.95) 56(84) bytes of data.
- 64 bytes from 146.83.102.95: icmp_seq=1 ttl=64 time=0.184 ms
- 64 bytes from 146.83.102.95: icmp_seq=2 ttl=64 time=0.185 ms
- 64 bytes from 146.83.102.95: icmp_seq=3 ttl=64 time=0.177 ms
- 64 bytes from 146.83.102.95: icmp_seq=4 ttl=64 time=0.175 ms
- 64 bytes from 146.83.102.95: icmp_seq=5 ttl=64 time=0.173 ms
- --- 146.83.102.95 ping statistics ---
- 5 packets transmitted, 5 received, 0% packet loss, time 3998ms
- rtt min/avg/max/mdev = 0.173/0.178/0.185/0.017 ms
- emisor : "puerto" en la pared 235 abajo 7 arriba 5 pc christian
- receptor: "puerto" en la pared 234 abajo arriba pc jim
- socompa@socompa-Satellite-C655:~$ ping -c 5 146.83.102.27
- PING 146.83.102.27 (146.83.102.27) 56(84) bytes of data.
- 64 bytes from 146.83.102.27: icmp_seq=1 ttl=64 time=0.221 ms
- 64 bytes from 146.83.102.27: icmp_seq=2 ttl=64 time=0.194 ms
- 64 bytes from 146.83.102.27: icmp_seq=3 ttl=64 time=0.191 ms
- 64 bytes from 146.83.102.27: icmp_seq=4 ttl=64 time=0.199 ms
- 64 bytes from 146.83.102.27: icmp_seq=5 ttl=64 time=0.215 ms
- --- 146.83.102.27 ping statistics ---
- 5 packets transmitted, 5 received, 0% packet loss, time 3998ms
- rtt min/avg/max/mdev = 0.191/0.204/0.221/0.011 ms
- emisor : "puerto" en la pared 235 abajo 7 arriba 5 pc christian
- receptor: "puerto" en la pared 229 abajo 1 arriba 2 pc roberto
- cables usados fueron derecho, que significa que son de pc a router (distintas fuentes) (el otro tipo de cable es cruzado que es de pc a pc o router a router)
- ---
- ---
- --------------------------------------------------------------------
- II.-
- socompa@socompa-Satellite-C655:~$ ping -c 5 127.0.0.1
- PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
- 64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.025 ms
- 64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.030 ms
- 64 bytes from 127.0.0.1: icmp_seq=3 ttl=64 time=0.025 ms
- 64 bytes from 127.0.0.1: icmp_seq=4 ttl=64 time=0.029 ms
- 64 bytes from 127.0.0.1: icmp_seq=5 ttl=64 time=0.030 ms
- --- 127.0.0.1 ping statistics ---
- 5 packets transmitted, 5 received, 0% packet loss, time 3996ms
- rtt min/avg/max/mdev = 0.025/0.027/0.030/0.007 ms
- -----------------------------------------------------------
- Parte 3: Estudio del comando tcpdump
- Ejercicio 1.
- 10:37:16.657614 IP a23-74-2-82.deploy.static.akamaitechnologies.com.https > pcs2054.SalasPCs-dhcp.uta.cl.50095: Flags [P.], seq 0:53, ack 1, win 8908, length 53
- 10:37:16.739686 STP 802.1w, Rapid STP, Flags [Proposal, Learn, Forward, Agreement], bridge-id 8000.00:22:b0:61:87:02.8005, length 43
- 10:37:16.744390 IP a23-74-2-82.deploy.static.akamaitechnologies.com.https > pcs2054.SalasPCs-dhcp.uta.cl.50094: Flags [P.], seq 0:53, ack 1, win 8908, length 53
- 10:37:16.788879 ARP, Request who-has pcs2103.SalasPCs-dhcp.uta.cl tell pcs2102.SalasPCs-dhcp.uta.cl, length 46
- Ejercicio 2.
Advertisement
Add Comment
Please, Sign In to add comment