This repository contains a practical hands-on activity on Network Troubleshooting completed as part of a university course in Computer Information Systems (CIS). The document demonstrates essential networking tools and techniques to diagnose and resolve network-related issues. The goal was to apply hands-on troubleshooting techniques to resolve real-world network problems effectively.
This project involves completing and documenting tasks from Hands-On Activity 5A (CIS 2347). It focuses on the following areas of network troubleshooting:
- Analyzing IP configurations and connectivity using commands like
IPCONFIG
,PING
, andARP
. - Investigating Domain Name System (DNS) issues and caching mechanisms.
- Implementing advanced tools like
NSLOOKUP
andTRACERT
to trace routes and find IP addresses. - Identifying common failure points in network operations.
- Detailed Command Demonstrations:
- Commands like
IPCONFIG /DISPLAYDNS
,PING
, andTRACERT
are explained with output examples.
- Commands like
- Diagnostic Insights:
- How tools like
ARP
andDNS Cache
contribute to resolving network inefficiencies.
- How tools like
- Failure Analysis:
- Comprehensive listing of potential failure points in a request lifecycle, including AWS-specific issues like:
- DNS resolution and API gateway failures.
- Misconfigurations in IAM policies and VPC settings.
- Issues with services like ELB, EC2, and RDS.
- Comprehensive listing of potential failure points in a request lifecycle, including AWS-specific issues like:
- Klein_Trinity_Networking Troubleshoot
- Documentation of commands and results on a local network
- Prerequisites:
- Basic knowledge of networking concepts like IP addresses, MAC addresses, and DNS.
- Access to a terminal or command prompt to run diagnostic tools.
- Usage:
- Review the document to see the use of commands, with accompanying screenshots.
This project was created as part of the CIS 3347 Information Systems Infrastructure & Networks course at the University of Houston under the guidance of Professor Jose Martinez.
Feel free to contribute, report issues, or reach out for collaboration!