An open API service indexing awesome lists of open source software.

https://github.com/hackthacker/network-practical

This repository has a comprehensive variety of hands-on experiments geared for networking students. Each file is designed to imitate real-world networking settings, providing practical experience in essential areas such as network architecture, protocols, device configuration, and troubleshooting
https://github.com/hackthacker/network-practical

Last synced: 7 months ago
JSON representation

This repository has a comprehensive variety of hands-on experiments geared for networking students. Each file is designed to imitate real-world networking settings, providing practical experience in essential areas such as network architecture, protocols, device configuration, and troubleshooting

Awesome Lists containing this project

README

          

# Network Practical

Welcome to the Network Practical section. This guide provides practical exercises and resources for networking.

## Networking projects
1. **Simple Networking:** [View Documentation](https://github.com/hackThacker/network-practical/tree/main/1%20simple%20networking) | [View Images](https://github.com/hackThacker/network-practical/blob/main/1%20simple%20networking/1%20simple%20Networking.png) | [Download](https://github.com/hackThacker/network-practical/raw/refs/heads/main/1%20simple%20networking/1%20simple%20Netwoking.pkt)
2. **Small Office/Home Office (SOHO):** [View Documentation](https://github.com/hackThacker/network-practical/tree/main/2%20Small%20Office%20Home%20Office%20SOHO%20Network%20Design) | [View Images](https://github.com/hackThacker/network-practical/blob/main/2%20Small%20Office%20Home%20Office%20SOHO%20Network%20Design/2%20Small%20Office%20Home%20Office%20SOHO%20Network%20Design.jpg) | [Download](https://github.com/hackThacker/network-practical/raw/refs/heads/main/2%20Small%20Office%20Home%20Office%20SOHO%20Network%20Design/2%20Small%20Office%20Home%20Office%20SOHO%20Network%20Design.pkt)
3. **Hotel Management Networking:** [View Documentation](https://github.com/hackThacker/network-practical/tree/main/3%20Hotel%20Management%20Network%20Design) | [View Images](https://github.com/hackThacker/network-practical/blob/main/3%20Hotel%20Management%20Network%20Design/3%20%20Hotel%20Management%20Network%20Design.png) | [Download](https://github.com/hackThacker/network-practical/raw/refs/heads/main/3%20Hotel%20Management%20Network%20Design/3%20%20Hotel%20Management%20Network%20Design.pkt)
4. **Campus Networking Design :** [View Documentation](https://github.com/hackThacker/network-practical/tree/main/4%20Campus%20Network%20Design) | [View Images](https://github.com/hackThacker/network-practical/blob/main/4%20Campus%20Network%20Design/Campus%20Network%20Design.png) | [Download](https://github.com/hackThacker/network-practical/raw/refs/heads/main/4%20Campus%20Network%20Design/4%20Campus%20network%20design.pkt)
5. **Banking Networking Design :** [View Documentation](https://github.com/hackThacker/network-practical/tree/main/5%20Banking%20Network%20Design) | [View Images](https://github.com/hackThacker/network-practical/blob/main/5%20Banking%20Network%20Design/5%20Banking%20Network%20Design.png) | [Download](https://github.com/hackThacker/network-practical/raw/refs/heads/main/5%20Banking%20Network%20Design/5%20Banking%20Network%20Design.pkt)
6. **Company Networking Design :** [View Documentation](https://github.com/hackThacker/network-practical/tree/main/6%20Company%20Network%20Design) | [View Images](https://github.com/hackThacker/network-practical/blob/main/6%20Company%20Network%20Design/6.png) | [Download](https://github.com/hackThacker/network-practical/raw/refs/heads/main/6%20Company%20Network%20Design/6%20Company%20Network%20Design.pkt)

## Network Menu 🧰

- [DHCP Server and Client with Router Configuration](#1-dhcp-server-and-client-with-router-configuration)
- [Network Topology Configuration](#2-network-topology-configuration)
- [Routing with RIP](#21-routing-with-rip)
- [Routing with EIGRP](#22-routing-with-eigrp)

---

## 1. DHCP Server and Client with Router Configuration

- **Overview:** This section includes the setup of a DHCP server and client, including the configuration required on a router to facilitate dynamic IP addressing.

- **Documentation:** [View Documentation](https://github.com/hackThacker/network-practical/blob/main/dhcp%20and%20client/README.md)

- **Images:** [View Images](https://github.com/hackThacker/network-practical/blob/main/dhcp%20and%20client/dhcp%20lab%20with%20client%20and%20router.PNG)

- **Download Packet:** [Download](https://github.com/hackThacker/network-practical/raw/main/dhcp%20and%20client/dhcp%20serve%20client%20router.pkt)

---

## 2. Network Topology Configuration

This section provides detailed steps and resources for configuring network topologies with different routing protocols. Click on the links below to view the specific routing configurations.

### 2.1. Routing with RIP

- **Overview:** This section covers the configuration of network topology and routing using RIP (Routing Information Protocol). It includes detailed steps to set up and manage RIP routing in your network.

- **Documentation:** [View Documentation](https://github.com/hackThacker/network-practical/blob/main/Routing/Routing%20RIP/README.md)

- **Images:** [View Images](https://github.com/hackThacker/network-practical/blob/main/Routing/Routing%20RIP/Network%20Topology%20Configuration%20and%20Routing%20with%20RIP.png)

- **Download Packet:** [Download](https://github.com/hackThacker/network-practical/raw/main/Routing/Routing%20RIP/Network%20Topology%20Configuration%20and%20Routing%20with%20RIP.pkt)

### 2.2. Routing with EIGRP

- **Overview:** This section covers the configuration of network topology and routing using EIGRP (Enhanced Interior Gateway Routing Protocol). It includes detailed steps to set up and manage EIGRP routing in your network.

- **Documentation:** [View Documentation](https://github.com/hackThacker/network-practical/blob/main/Routing/Routing%20eigrp/README.md)

- **Images:** [View Images](https://github.com/hackThacker/network-practical/blob/main/Routing/Routing%20eigrp/Network%20Topology%20Configuration%20and%20Routing%20with%20eigrp.jpg)

- **Download Packet:** [Download](https://github.com/hackThacker/network-practical/raw/main/Routing/Routing%20eigrp/Network%20Topology%20Configuration%20and%20Routing%20with%20eigrp.pkt)

---