Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysoroko authored Dec 24, 2020
1 parent 570508a commit 6d8fbc8
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,20 @@ It contains a compacted version of all the theory you will need and a detailed d

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

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:
-------------------------------------------------------------------------------------------------

Some questions which are not in the testers which I encountered while doing the real test:

a) Which IP address would you ping to test your local network? (127.0.0.1)
1) Which IP address would you ping to test your local network? (127.0.0.1)

b) 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)
2) 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)

c) Which IP class doesn't exist? A, B, C, D, E or F - The correct answer is F.
3) Which IP class doesn't exist? A, B, C, D, E or F - The correct answer is F.

0 comments on commit 6d8fbc8

Please sign in to comment.