Advertisement
Guest User

Untitled

a guest
Sep 28th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. Troubleshooting Qs
  2.  
  3. 0) Describe what happens when user tries to open web page in his browser? Assume all caches on host are empty.
  4.  
  5. 1) How traceroute works? Why we may have different results on Win/Linux stations?
  6.  
  7. 2) We don’t have connectivity to server on certain UDP port. How would you troubleshoot this issue (let’s say ICMP is allowed on our network)? What could be wrong on the server itself (assume it’s Linux host)? How to check open ports? How to check if anything is blocking traffic? How to check if packets are reaching server in the first place?
  8.  
  9. 3) Imagine we have encrypted TLS connection from browser to server. How can we get access to clear text to troubleshoot it? (Wireshark session keys dump, server’s private key, TLS full vs abbreviated handshake).
  10.  
  11. 4) Imagine we don’t have connectivity via IPSec VPN tunnel, or it’s slow. Without tunnel connectivity is fine.
  12. What are the most likely reasons? How to diagnose it? What setting can we leverage to prevent issue from happening? (MTU, TCP MSS, MSS clamping)
  13.  
  14. 5) OSPF neighbors won’t come up. How would you troubleshoot the issue?
  15.  
  16. 6) How can you tell wether application is not responding in a timely manner or network is slow?
  17.  
  18. 7) What TCP fast retransmission is? How does it look like in trace files? Why you might see it?
  19. What is TCP zero window? Why it might happen?
  20.  
  21. 8) How will you troubleshoot the issue when some elements of web page are not loading properly? Which tools you’re going to use for this?
  22.  
  23. 9) Describe probable reasons BGP isn’t installing a route into RIB.
  24.  
  25. 10) Imagine you would like to capture packets on Cisco switch/router, what are possible options?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement