diff --git a/subjects/devops/deep-in-net/README.md b/subjects/devops/deep-in-net/README.md index fe94c0a32..9f6f57e72 100644 --- a/subjects/devops/deep-in-net/README.md +++ b/subjects/devops/deep-in-net/README.md @@ -92,8 +92,8 @@ In your Cisco PacketTracer create this network: ![ex03-ftp](https://assets.01-edu.org/devops-branch/DeepInNet/ex03-ftp.jpg) - In your DNS Server you must add these records: - deep-in-net.local > 192.168.1.99 - deep-in-net.com > deep-in-net.local + deep-in-net.local > 192.168.1.99 + deep-in-net.com > deep-in-net.local - "https://deep-in-net.com" must redirect to your HTTPS server. diff --git a/subjects/devops/deep-in-net/audit/README.md b/subjects/devops/deep-in-net/audit/README.md index d1cf06724..3dd733789 100644 --- a/subjects/devops/deep-in-net/audit/README.md +++ b/subjects/devops/deep-in-net/audit/README.md @@ -35,13 +35,17 @@ user:~/deep-in-net$ ![ex01-scenario](https://assets.01-edu.org/devops-branch/DeepInNet/ex01-scenario.jpg) ###### Does PC0 can communication with PC1? + ###### Does PC2 can communication with PC3? + ###### Does PC4 can communication with PC5? ##### Ask the student ###### Does the student can explain what is RJ-45 cable? + ###### Does the student can explain what is difference between straight-through and crossover RJ-45 cables? + ###### Does the student can explain how The IP addresses is calculated? #### Exercise 2: @@ -57,13 +61,17 @@ user:~/deep-in-net$ ![ex02-scenario](https://assets.01-edu.org/devops-branch/DeepInNet/ex02-scenario.jpg) ###### Does all computers connected to the Switch must be connected? + ###### Does all computers connected to the Hub must be connected? ##### Ask the student ###### Does the student can explain what is the Switch and what is its role? + ###### Does the student can explain what is the Hub and what is its role? + ###### Does the student can explain what is the difference between the Switch and the Hub? + ###### Does the student know at what layer of the OSI model the switch and the hub operate? #### Exercise 3: @@ -73,8 +81,11 @@ user:~/deep-in-net$ ![ex03](https://assets.01-edu.org/devops-branch/DeepInNet/ex03.jpg) ###### Are devices/links/IPs/netmasks in the student's solution similar to the required in the subject? + ###### All Servers have static IP addresses? + ###### Do all servers only provide the service specified for them? + ###### All PC's IP addresses assigned by the DHCP server? ##### Check the HTTPS Server @@ -82,6 +93,7 @@ user:~/deep-in-net$ ![ex03-https](https://assets.01-edu.org/devops-branch/DeepInNet/ex03-https.jpg) ###### Can connect to the HTTPS Server from any PC in the network? + ###### Does the HTTPS Server shows a hello message and HTTP is disabled? ##### Check the FTP Server @@ -89,6 +101,7 @@ user:~/deep-in-net$ ![ex03-ftp](https://assets.01-edu.org/devops-branch/DeepInNet/ex03-ftp.jpg) ###### Does a "deepinnet" user with RWDNL access exists in the FTP Server? + ###### Can connect to the FTP Server with "deepinnet" user from any PC in the network? ##### Check the DNS Server @@ -96,20 +109,31 @@ user:~/deep-in-net$ ![ex03-dns](https://assets.01-edu.org/devops-branch/DeepInNet/ex03-dns.jpg) ###### Is The DNS Server contains the correct records? + ###### Does "https://deep-in-net.com" redirect to the HTTPS Server? ##### Ask the Student ###### Does the student can explain what is a Server and what is its role? + ###### Does the student can explain what is DHCP and what is its role? + ###### Does the student can explain what is DNS and what is its role? + ###### Does the student can explain what is HTTP and what is its role? + ###### Does the student can explain what is HTTPS and what is its role? + ###### Does the student can explain what is FTP and what is its role? + ###### Does the student can explain what is TCP and UDP communication and the difference between them? + ###### Does the student can explain what layers are TCP and UDP? + ###### Does the student can explain what is the port in networking? + ###### Does the student can explain what is the port and OSI Model layer of each used protocol? + ###### Does the student understand all DNS Records types? #### Exercise 4: @@ -129,8 +153,11 @@ user:~/deep-in-net$ ##### Ask the Student ###### Does the student can explain what is the Router and what is its role? + ###### Does the student can explain what is the difference between the Switch and the Router? + ###### Does the student know at what layer of the OSI model a network Router is? + ###### Does the student can explain what is Default Gateway? #### Exercise 5: @@ -146,7 +173,9 @@ user:~/deep-in-net$ ![ex05-scenario](https://assets.01-edu.org/devops-branch/DeepInNet/ex05-scenario.jpg) ###### Are All devices connected to the same switch able to communicate with each other? + ###### Do all devices in subnet 1 can communicate with all devices in subnet 2? + ###### Do all devices in subnet 2 can communicate with all devices in subnet 1? #### Exercise 6: @@ -162,6 +191,7 @@ user:~/deep-in-net$ ![ex06-scenario](https://assets.01-edu.org/devops-branch/DeepInNet/ex06-scenario.jpg) ###### Does the PC in subnet 1 can communicate with The PC in subnet 2? + ###### Does the PC in subnet 2 can communicate with The PC in subnet 1? ##### Ask the Student @@ -181,12 +211,15 @@ user:~/deep-in-net$ ![ex07-scenario](https://assets.01-edu.org/devops-branch/DeepInNet/ex07-scenario.jpg) ###### Are all devices connected to the same switch able to communicate with each other? + ###### Do all devices in subnet 1 can communicate with all devices in subnet 2? + ###### Do all devices in subnet 2 can communicate with all devices in subnet 1? ##### Ask the Student to recreate the exercise 7 network again without external tools ###### Does the student able to recreate the network? + ###### Does the created network perform correctly? #### Exercise 8: @@ -202,11 +235,17 @@ user:~/deep-in-net$ ![ex08-scenario](https://assets.01-edu.org/devops-branch/DeepInNet/ex08-scenario.jpg) ###### Do all devices connected to the same switch able to communicate with each other? + ###### Do all devices in subnet 1 can communicate with all devices in subnet 2? + ###### Do all devices in subnet 1 can communicate with all devices in subnet 3? + ###### Do all devices in subnet 2 can communicate with all devices in subnet 1? + ###### Do all devices in subnet 2 can communicate with all devices in subnet 3? + ###### Do all devices in subnet 3 can communicate with all devices in subnet 1? + ###### Do all devices in subnet 3 can communicate with all devices in subnet 2? #### Bonus: