IP Addressing for The Network

 IP Addressing and Subnetting

Referring to the introduction we have the network details:
Size: 25 employees + devices (workstations, WAPs, servers, etc)
    1. Marketing:                             8 people, ~ 12 hosts (including printers, AP and buffer)
    2. Finance:                                3 people, ~ 6 hosts
    3. Development:                       10 people, ~ 14 hosts
    4. Administration/HR:                 2 people, ~ 4 hosts
    5. Executive/Management:        2 people, ~ 4 hosts 

The network will be using private IP addresses and will be divided using VLAN as it would be the most cost effective and efficient method. This network will also be divided by VLSM as it will better utilize the IP addresses and allows for future scalability.

Why VLSM?

    1. Efficient IP usage minimizes unused IPs compared to FLSM.
    2. Scalability, easier to allocate new subnets from unused IPs.
    3. Optimized network, departments get only as many IPs as they need.

Subnet Allocation

Subnets will be allocated from 192.168.1.0/24 starting with the largest department to ensure proper fit.
Subnet Calculation:
  • Marketing (12 hosts): requires /28 (16 total IPs, 14 usable)
  • Development (14 hosts): requires /28 (16 total IPs, 14 usable)
  • Finance (6 hosts): requires /29 (8 total IPs, 14 usable)
  • Administration (4 hosts): requires /29 (8 total, 6 usable)
  • Executive/Management (4 hosts): requires /29 (8 total, 6 usable)

Subnetting Table VLSM

DepartmentSubnet AddressSubnet MaskUsable IP RangeBroadcast AddressDefault Gateway
Marketing192.168.1.0/28255.255.255.240192.168.1.1 - 192.168.1.14192.168.1.15192.168.1.1
Development192.168.1.16/28255.255.255.240192.168.1.17 - 192.168.1.30192.168.1.31192.168.1.17
Finance192.168.1.32/29255.255.255.248192.168.1.33 - 192.168.1.38192.168.1.39192.168.1.33
Administration/HR192.168.1.40/29255.255.255.248192.168.1.41 - 192.168.1.46192.168.1.47192.168.1.41
Executive/Management192.168.1.48/29255.255.255.248192.168.1.49 - 192.168.1.54192.168.1.55192.168.1.49


IP Usage

Total IPs allocated:

Marketing: 16 IPs.
Development: 16 IPs
Finance: 8 IPs
Administration: 8 IPs
Executive/Management: 8 IPs
Total: 56 IPs used from 192.168.1.0/24 range.
Remaining IPs: 198 IP Addresses Available (192.168.1.56 - 192.68.1.254) for future growth



















No comments:

Post a Comment