Browse Source

docs(deep-in-net) add pictures to the repo

pull/1814/head
Zouhair AMAZZAL 1 year ago committed by Zouhair AMAZZAL
parent
commit
8ccba5939a
  1. 40
      subjects/devops/deep-in-net/README.md
  2. 36
      subjects/devops/deep-in-net/audit/README.md
  3. BIN
      subjects/devops/deep-in-net/pictures/PacketTracer.jpg
  4. BIN
      subjects/devops/deep-in-net/pictures/ex01-scenario.jpg
  5. BIN
      subjects/devops/deep-in-net/pictures/ex01.jpg
  6. BIN
      subjects/devops/deep-in-net/pictures/ex02-scenario.jpg
  7. BIN
      subjects/devops/deep-in-net/pictures/ex02.jpg
  8. BIN
      subjects/devops/deep-in-net/pictures/ex03-dns.jpg
  9. BIN
      subjects/devops/deep-in-net/pictures/ex03-ftp.jpg
  10. BIN
      subjects/devops/deep-in-net/pictures/ex03-https.jpg
  11. BIN
      subjects/devops/deep-in-net/pictures/ex03.jpg
  12. BIN
      subjects/devops/deep-in-net/pictures/ex04-scenario.jpg
  13. BIN
      subjects/devops/deep-in-net/pictures/ex04.jpg
  14. BIN
      subjects/devops/deep-in-net/pictures/ex05-scenario.jpg
  15. BIN
      subjects/devops/deep-in-net/pictures/ex05.jpg
  16. BIN
      subjects/devops/deep-in-net/pictures/ex06-scenario.jpg
  17. BIN
      subjects/devops/deep-in-net/pictures/ex06.jpg
  18. BIN
      subjects/devops/deep-in-net/pictures/ex07-scenario.jpg
  19. BIN
      subjects/devops/deep-in-net/pictures/ex07.jpg
  20. BIN
      subjects/devops/deep-in-net/pictures/ex08-scenario.jpg
  21. BIN
      subjects/devops/deep-in-net/pictures/ex08.jpg
  22. BIN
      subjects/devops/deep-in-net/pictures/serverRoomMeme.jpg

40
subjects/devops/deep-in-net/README.md

@ -1,6 +1,6 @@
## deep-in-net
![serverRoomMeme](https://assets.01-edu.org/devops-branch/DeepInNet/serverRoomMeme.jpg)
![serverRoomMeme](pictures/serverRoomMeme.jpg)
In this project, you will discover the Cisco Packet tracer which is a useful tool for networking students, And you will understand some important networking concepts as a cloud & DevOps student.
@ -37,7 +37,7 @@ Debug communication using commands instead of a GUI.
In your machine or your virtual machine, you have to install Cisco Packet Tracer:
![PacketTracer](https://assets.01-edu.org/devops-branch/DeepInNet/PacketTracer.jpg)
![PacketTracer](pictures/PacketTracer.jpg)
Take your time to discover it!
@ -47,13 +47,13 @@ Take your time to discover it!
In your Cisco PacketTracer create this network:
![ex01](https://assets.01-edu.org/devops-branch/DeepInNet/ex01.jpg)
![ex01](pictures/ex01.jpg)
- PC0 can communication with PC1.
- PC2 can communication with PC3.
- PC4 can communication with PC5.
![ex01-scenario](https://assets.01-edu.org/devops-branch/DeepInNet/ex01-scenario.jpg)
![ex01-scenario](pictures/ex01-scenario.jpg)
- Knowledge: What is RJ-45 cable?
- Knowledge: Understand what is difference between straight-through and crossover RJ-45 cables.
@ -62,12 +62,12 @@ In your Cisco PacketTracer create this network:
In your Cisco PacketTracer create this network:
![ex02](https://assets.01-edu.org/devops-branch/DeepInNet/ex02.jpg)
![ex02](pictures/ex02.jpg)
- All computers connected to the Switch must be connected.
- All computers connected to the Hub must be connected.
![ex02-scenario](https://assets.01-edu.org/devops-branch/DeepInNet/ex02-scenario.jpg)
![ex02-scenario](pictures/ex02-scenario.jpg)
- Knowledge: What is the Switch and what is its role?
- Knowledge: What is the Hub and what is its role?
@ -78,18 +78,18 @@ In your Cisco PacketTracer create this network:
In your Cisco PacketTracer create this network:
![ex03](https://assets.01-edu.org/devops-branch/DeepInNet/ex03.jpg)
![ex03](pictures/ex03.jpg)
- All Servers must have static IP addresses.
- Your servers should only provide the service specified for them!
- All PC's IP addresses must be assigned by the DHCP server.
- Your HTTPS Server must show a hello message and HTTP must be disabled!
![ex03-https](https://assets.01-edu.org/devops-branch/DeepInNet/ex03-https.jpg)
![ex03-https](pictures/ex03-https.jpg)
- You must have a user "deepinnet" with RWDNL access in your FTP Server.
![ex03-ftp](https://assets.01-edu.org/devops-branch/DeepInNet/ex03-ftp.jpg)
![ex03-ftp](pictures/ex03-ftp.jpg)
- In your DNS Server you must add these records:
deep-in-net.local > 192.168.1.99
@ -97,7 +97,7 @@ In your Cisco PacketTracer create this network:
- "https://deep-in-net.com" must redirect to your HTTPS server.
![ex03-dns](https://assets.01-edu.org/devops-branch/DeepInNet/ex03-dns.jpg)
![ex03-dns](pictures/ex03-dns.jpg)
- Knowledge: What is a Server and what is its role?
- Knowledge: What is DHCP and what is its role?
@ -115,11 +115,11 @@ In your Cisco PacketTracer create this network:
In your Cisco PacketTracer create this network:
![ex04](https://assets.01-edu.org/devops-branch/DeepInNet/ex04.jpg)
![ex04](pictures/ex04.jpg)
- The 2 PCs must communicate with each other.
![ex04-scenario](https://assets.01-edu.org/devops-branch/DeepInNet/ex04-scenario.jpg)
![ex04-scenario](pictures/ex04-scenario.jpg)
- Knowledge: What is the Router and what is its role?
- Knowledge: What is the difference between the Switch and the Router?
@ -130,24 +130,24 @@ In your Cisco PacketTracer create this network:
In your Cisco PacketTracer create this network:
![ex05](https://assets.01-edu.org/devops-branch/DeepInNet/ex05.jpg)
![ex05](pictures/ex05.jpg)
- All devices connected to the same switch must be able to communicate with each other.
- All devices in subnet 1 can communicate with all devices in subnet 2.
- All devices in subnet 2 can communicate with all devices in subnet 1.
![ex05-scenario](https://assets.01-edu.org/devops-branch/DeepInNet/ex05-scenario.jpg)
![ex05-scenario](pictures/ex05-scenario.jpg)
#### Exercise 6:
In your Cisco PacketTracer create this network:
![ex06](https://assets.01-edu.org/devops-branch/DeepInNet/ex06.jpg)
![ex06](pictures/ex06.jpg)
- The PC in subnet 1 can communicate with The PC in subnet 2.
- The PC in subnet 2 can communicate with The PC in subnet 1.
![ex06-scenario](https://assets.01-edu.org/devops-branch/DeepInNet/ex06-scenario.jpg)
![ex06-scenario](pictures/ex06-scenario.jpg)
- Knowledge: What is a routing table and what is its role?
@ -155,19 +155,19 @@ In your Cisco PacketTracer create this network:
In your Cisco PacketTracer create this network:
![ex07](https://assets.01-edu.org/devops-branch/DeepInNet/ex07.jpg)
![ex07](pictures/ex07.jpg)
- All devices connected to the same switch must be able to communicate with each other.
- All devices in subnet 1 can communicate with all devices in subnet 2.
- All devices in subnet 2 can communicate with all devices in subnet 1.
![ex07-scenario](https://assets.01-edu.org/devops-branch/DeepInNet/ex07-scenario.jpg)
![ex07-scenario](pictures/ex07-scenario.jpg)
#### Exercise 8:
In your Cisco PacketTracer create this network:
![ex08](https://assets.01-edu.org/devops-branch/DeepInNet/ex08.jpg)
![ex08](pictures/ex08.jpg)
- All devices connected to the same switch must be able to communicate with each other.
- All devices in subnet 1 can communicate with all devices in subnet 2.
@ -177,7 +177,7 @@ In your Cisco PacketTracer create this network:
- All devices in subnet 3 can communicate with all devices in subnet 1.
- All devices in subnet 3 can communicate with all devices in subnet 2.
![ex08-scenario](https://assets.01-edu.org/devops-branch/DeepInNet/ex08-scenario.jpg)
![ex08-scenario](pictures/ex08-scenario.jpg)
### Bonus

36
subjects/devops/deep-in-net/audit/README.md

@ -26,13 +26,13 @@ user:~/deep-in-net$
##### Open the ex01.pkt file in Cisco PacketTracer
![ex01](https://assets.01-edu.org/devops-branch/DeepInNet/ex01.jpg)
![ex01](../pictures/ex01.jpg)
###### Are devices/links/IPs/netmasks in the student's solution similar to the required in the subject?
##### Check the communication
![ex01-scenario](https://assets.01-edu.org/devops-branch/DeepInNet/ex01-scenario.jpg)
![ex01-scenario](../pictures/ex01-scenario.jpg)
###### Does PC0 can communication with PC1?
@ -52,13 +52,13 @@ user:~/deep-in-net$
##### Open the ex02.pkt file in Cisco PacketTracer
![ex02](https://assets.01-edu.org/devops-branch/DeepInNet/ex02.jpg)
![ex02](../pictures/ex02.jpg)
###### Are devices/links/IPs/netmasks in the student's solution similar to the required in the subject?
##### Check the communication
![ex02-scenario](https://assets.01-edu.org/devops-branch/DeepInNet/ex02-scenario.jpg)
![ex02-scenario](../pictures/ex02-scenario.jpg)
###### Does all computers connected to the Switch must be connected?
@ -78,7 +78,7 @@ user:~/deep-in-net$
##### Open the ex03.pkt file in Cisco PacketTracer
![ex03](https://assets.01-edu.org/devops-branch/DeepInNet/ex03.jpg)
![ex03](../pictures/ex03.jpg)
###### Are devices/links/IPs/netmasks in the student's solution similar to the required in the subject?
@ -90,7 +90,7 @@ user:~/deep-in-net$
##### Check the HTTPS Server
![ex03-https](https://assets.01-edu.org/devops-branch/DeepInNet/ex03-https.jpg)
![ex03-https](../pictures/ex03-https.jpg)
###### Can connect to the HTTPS Server from any PC in the network?
@ -98,7 +98,7 @@ user:~/deep-in-net$
##### Check the FTP Server
![ex03-ftp](https://assets.01-edu.org/devops-branch/DeepInNet/ex03-ftp.jpg)
![ex03-ftp](../pictures/ex03-ftp.jpg)
###### Does a "deepinnet" user with RWDNL access exists in the FTP Server?
@ -106,7 +106,7 @@ user:~/deep-in-net$
##### Check the DNS Server
![ex03-dns](https://assets.01-edu.org/devops-branch/DeepInNet/ex03-dns.jpg)
![ex03-dns](../pictures/ex03-dns.jpg)
###### Is The DNS Server contains the correct records?
@ -140,13 +140,13 @@ user:~/deep-in-net$
##### Open the ex04.pkt file in Cisco PacketTracer
![ex04](https://assets.01-edu.org/devops-branch/DeepInNet/ex04.jpg)
![ex04](../pictures/ex04.jpg)
###### Are devices/links/IPs/netmasks in the student's solution similar to the required in the subject?
##### Check the communication
![ex04-scenario](https://assets.01-edu.org/devops-branch/DeepInNet/ex04-scenario.jpg)
![ex04-scenario](../pictures/ex04-scenario.jpg)
###### The 2 PCs communicate with each other?
@ -164,13 +164,13 @@ user:~/deep-in-net$
##### Open the ex05.pkt file in Cisco PacketTracer
![ex05](https://assets.01-edu.org/devops-branch/DeepInNet/ex05.jpg)
![ex05](../pictures/ex05.jpg)
###### Are devices/links/IPs/netmasks in the student's solution similar to the required in the subject?
##### Check the communication
![ex05-scenario](https://assets.01-edu.org/devops-branch/DeepInNet/ex05-scenario.jpg)
![ex05-scenario](../pictures/ex05-scenario.jpg)
###### Are All devices connected to the same switch able to communicate with each other?
@ -182,13 +182,13 @@ user:~/deep-in-net$
##### Open the ex06.pkt file in Cisco PacketTracer
![ex06](https://assets.01-edu.org/devops-branch/DeepInNet/ex06.jpg)
![ex06](../pictures/ex06.jpg)
###### Are devices/links/IPs/netmasks in the student's solution similar to the required in the subject?
##### Check the communication
![ex06-scenario](https://assets.01-edu.org/devops-branch/DeepInNet/ex06-scenario.jpg)
![ex06-scenario](../pictures/ex06-scenario.jpg)
###### Does the PC in subnet 1 can communicate with The PC in subnet 2?
@ -202,13 +202,13 @@ user:~/deep-in-net$
##### Open the ex07.pkt file in Cisco PacketTracer
![ex07](https://assets.01-edu.org/devops-branch/DeepInNet/ex07.jpg)
![ex07](../pictures/ex07.jpg)
###### Are devices/links/IPs/netmasks in the student's solution similar to the required in the subject?
##### Check the communication
![ex07-scenario](https://assets.01-edu.org/devops-branch/DeepInNet/ex07-scenario.jpg)
![ex07-scenario](../pictures/ex07-scenario.jpg)
###### Are all devices connected to the same switch able to communicate with each other?
@ -226,13 +226,13 @@ user:~/deep-in-net$
##### Open the ex08.pkt file in Cisco PacketTracer
![ex08](https://assets.01-edu.org/devops-branch/DeepInNet/ex08.jpg)
![ex08](../pictures/ex08.jpg)
###### Are devices/links/IPs/netmasks in the student's solution similar to the required in the subject?
##### Check the communication
![ex08-scenario](https://assets.01-edu.org/devops-branch/DeepInNet/ex08-scenario.jpg)
![ex08-scenario](../pictures/ex08-scenario.jpg)
###### Do all devices connected to the same switch able to communicate with each other?

BIN
subjects/devops/deep-in-net/pictures/PacketTracer.jpg

diff.bin_not_shown

After

Width:  |  Height:  |  Size: 124 KiB

BIN
subjects/devops/deep-in-net/pictures/ex01-scenario.jpg

diff.bin_not_shown

After

Width:  |  Height:  |  Size: 14 KiB

BIN
subjects/devops/deep-in-net/pictures/ex01.jpg

diff.bin_not_shown

After

Width:  |  Height:  |  Size: 32 KiB

BIN
subjects/devops/deep-in-net/pictures/ex02-scenario.jpg

diff.bin_not_shown

After

Width:  |  Height:  |  Size: 18 KiB

BIN
subjects/devops/deep-in-net/pictures/ex02.jpg

diff.bin_not_shown

After

Width:  |  Height:  |  Size: 53 KiB

BIN
subjects/devops/deep-in-net/pictures/ex03-dns.jpg

diff.bin_not_shown

After

Width:  |  Height:  |  Size: 23 KiB

BIN
subjects/devops/deep-in-net/pictures/ex03-ftp.jpg

diff.bin_not_shown

After

Width:  |  Height:  |  Size: 49 KiB

BIN
subjects/devops/deep-in-net/pictures/ex03-https.jpg

diff.bin_not_shown

After

Width:  |  Height:  |  Size: 23 KiB

BIN
subjects/devops/deep-in-net/pictures/ex03.jpg

diff.bin_not_shown

After

Width:  |  Height:  |  Size: 85 KiB

BIN
subjects/devops/deep-in-net/pictures/ex04-scenario.jpg

diff.bin_not_shown

After

Width:  |  Height:  |  Size: 18 KiB

BIN
subjects/devops/deep-in-net/pictures/ex04.jpg

diff.bin_not_shown

After

Width:  |  Height:  |  Size: 20 KiB

BIN
subjects/devops/deep-in-net/pictures/ex05-scenario.jpg

diff.bin_not_shown

After

Width:  |  Height:  |  Size: 16 KiB

BIN
subjects/devops/deep-in-net/pictures/ex05.jpg

diff.bin_not_shown

After

Width:  |  Height:  |  Size: 57 KiB

BIN
subjects/devops/deep-in-net/pictures/ex06-scenario.jpg

diff.bin_not_shown

After

Width:  |  Height:  |  Size: 10 KiB

BIN
subjects/devops/deep-in-net/pictures/ex06.jpg

diff.bin_not_shown

After

Width:  |  Height:  |  Size: 22 KiB

BIN
subjects/devops/deep-in-net/pictures/ex07-scenario.jpg

diff.bin_not_shown

After

Width:  |  Height:  |  Size: 19 KiB

BIN
subjects/devops/deep-in-net/pictures/ex07.jpg

diff.bin_not_shown

After

Width:  |  Height:  |  Size: 56 KiB

BIN
subjects/devops/deep-in-net/pictures/ex08-scenario.jpg

diff.bin_not_shown

After

Width:  |  Height:  |  Size: 42 KiB

BIN
subjects/devops/deep-in-net/pictures/ex08.jpg

diff.bin_not_shown

After

Width:  |  Height:  |  Size: 81 KiB

BIN
subjects/devops/deep-in-net/pictures/serverRoomMeme.jpg

diff.bin_not_shown

After

Width:  |  Height:  |  Size: 104 KiB

Loading…
Cancel
Save