Ajout documentation projets OpenClassrooms (P02-P13) avec support bilingue
- Add all project documentation pages in French and English - Include PDF viewers for presentations and documents (P10, P12) - Add collapsible sections for scripts and logs (P10) - Add static assets for all projects - Update sidebars with new projets-openclassrooms category - Add npm start:en script for testing English locale
This commit is contained in:
parent
40a8985942
commit
ed989ff004
86 changed files with 24243 additions and 1 deletions
|
|
@ -0,0 +1,65 @@
|
|||
---
|
||||
sidebar_position: 3
|
||||
---
|
||||
|
||||
# P3 - Enterprise Network Design
|
||||
|
||||
## Context
|
||||
|
||||
Complete network architecture design for a startup (Hill Start), including physical and logical plans, IP addressing and security rules.
|
||||
|
||||
## Objectives
|
||||
|
||||
- Design a multi-VLAN network architecture adapted to business needs
|
||||
- Develop IP addressing plans
|
||||
- Define firewall filtering rules
|
||||
- Produce complete technical documentation (TAD)
|
||||
|
||||
## Technologies Used
|
||||
|
||||
- **VLAN**: network segmentation
|
||||
- **Firewall**: inter-VLAN filtering rules
|
||||
- **Draw.io**: architecture diagrams
|
||||
- **Subnetting**: IPv4 addressing plans
|
||||
|
||||
## Deliverables
|
||||
|
||||
<details>
|
||||
<summary>Physical Diagram</summary>
|
||||
|
||||

|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Logical Diagram</summary>
|
||||
|
||||

|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>IP Addressing Plan (Excel)</summary>
|
||||
|
||||
The Excel file contains the complete IP addressing plan.
|
||||
|
||||
[Download addressing plan](/assets/projets-oc/p03/plan_adressagereseau.xlsx)
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Firewall Rules (Excel)</summary>
|
||||
|
||||
The Excel file contains inter-VLAN firewall filtering rules.
|
||||
|
||||
[Download firewall rules](/assets/projets-oc/p03/regles_firewall.xlsx)
|
||||
|
||||
</details>
|
||||
|
||||
## Skills Acquired
|
||||
|
||||
- Organization network requirements analysis
|
||||
- Segmented LAN architecture design
|
||||
- Subnet calculation and addressing plans
|
||||
- Standardized technical documentation writing
|
||||
- Network security policy definition
|
||||
Loading…
Add table
Add a link
Reference in a new issue