-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# netwhat | ||
A complete theory and exercice guide to validate 42cursus netwhat project | ||
|
||
If you will be able to read my handwriting, this summary will give you all the information you need to validate the netwhat project. | ||
|
||
It contains a compacted version of all the theory you will need and a detailed description of how all of the exercices are done, step by step. | ||
|
||
![](Images/img.PNG) | ||
|
||
As you imagine, in theory.pdf you will find the theory part and in exercices.pdf you will find the exercices part. There are some online calculators that will do all the job for you but in my summary I explain precisely what they do and I recommend you to do the calculations yourself to better understand what you're doing. | ||
|
||
These are the ressources I recommend you to use: | ||
|
||
1) A simple binary to decimal online converter: https://sebastienguillon.com/test/javascript/convertisseur.html | ||
|
||
Have it open while you're doing the exercices, it will allow you to do it faster. | ||
|
||
2) A good but only 95% complete tester you can train with before going for the real test: http://netwhattest.surge.sh/test/ | ||
Some questions which are not inside which I encountered: | ||
-Which IP address would you ping to test your local network? (127.0.0.1) | ||
-What is a subnet mask of IP A/B/C/D/E class? (A: 255.0.0.0 / B: 255.255.0.0 / C: 255.255.255.0 / D: 255.255.255.255 / E: Undefined) | ||
-Which IP class doesn't exist? A, B, C, D, E or F - The correct answer is F. |