Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Yaroson/netwhat
Browse files Browse the repository at this point in the history
  • Loading branch information
ysoroko committed Dec 24, 2020
2 parents 222a0dc + 2572f62 commit 1d3c8df
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
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.

0 comments on commit 1d3c8df

Please sign in to comment.