Skip to content

🌐 A general practical exercise to let you discover networking

Notifications You must be signed in to change notification settings

rbiodies/NetPractice

Repository files navigation

NetPractice

The aim of the project is to configure small-scale networks.

Basic information

  • The first IP address of the subnet is the address of the network.
  • The last IP address of the subnet is the broadcast.
  • IP addresses of neighboring networks must not overlap.
  • IP-addresses for communication with itself:
    • from 127.0.0.1 to 127.255.255.254.
  • Private IP addresses (without access to the Internet):
    • from 10.0.0.0 to 10.255.255.255
    • from 172.16.0.0 to 172.31.255.255
    • from 192.168.0.0 to 192.168.255.255.
  • Other IP addresses are public (with access to the Internet).
  • In the routing table, default or 0.0.0.0/0 matches everything.
  • The router has a different mask for each subnet.

Execrises

Level 1

Level_1

Level 2

Level_2

Level 3

Level_3

Level 4

Level_4

Level 5

Level_5

Level 6

Level_6

Level 7

Level_7

Level 8

Level_8

Level 9

Level_9

Level 10

Level_10

Resources