Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Practical Subnetting Exercises | IP Addressing and Subnetting
Networking Fundamentals
course content

Зміст курсу

Networking Fundamentals

Networking Fundamentals

1. Introduction to Networking
2. IP Addressing and Subnetting
3. Network Protocols and Standards
4. Network Security
5. Network Troubleshooting and Management

bookPractical Subnetting Exercises

Identify the IP Address and Required Subnet Mask

Start with the IP address: Begin with the IP address you want to divide, such as 192.168.1.0.

Determine the number of subnets: If you need 4 subnets, decide on the appropriate subnet mask to accommodate them.

Calculate the Number of Subnets

Formula: Use the formula 2^n - 2 where n is the number of bits borrowed from the host portion of the address to determine the number of subnets. For instance, borrowing 2 bits results in 4 subnets.

Determine Subnet Ranges

Assign subnet ranges: Using the subnet mask, assign subnet ranges. If your original subnet mask is 255.255.255.0 and you need to create 4 subnets, your new subnet mask would be 255.255.255.192.

Example ranges:

  • 192.168.1.0 – 192.168.1.63 (Subnet 1)
  • 192.168.1.64 – 192.168.1.127 (Subnet 2)
  • 192.168.1.128 – 192.168.1.191 (Subnet 3)
  • 192.168.1.192 – 192.168.1.255 (Subnet 4)

Configure Devices

Assign IP addresses: For example, devices in the HR department could use addresses from 192.168.1.10 – 192.168.1.30 under Subnet 1 to ensure they are logically grouped.

Testing and Verification

Connectivity tests: After configuration, test connectivity to ensure devices within the same subnet can communicate, and verify isolation between subnets if required.

Document Your Subnets

Documentation: Always document the subnet ranges, IP addresses, and configuration settings for future reference and troubleshooting.

Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 2. Розділ 3
some-alt