Creating An IP Addressing Scheme
Creating An IP Addressing Scheme
Create an IP address scheme that will accommodate 400 devices divided into 5 segments.
192.1.1.0 – 192.1.1.79
192.1.2.0 – 192.1.2.79
192.1.3.0 - 192.1.3.79
192.1.4.0 – 192.1.4.79
192.1.5.0 – 192.1.5.79
4. Convert all octets of one IP address for each range in binary form
192.1.1.0 = 11000000.00000001.00000001.00000000
192.1.2.0 = 11000000.00000001.00000010.00000000
192.1.3.0 = 11000000.00000001.00000011.00000000
192.1.4.0 = 11000000.00000001.00000100.00000000
192.1.5.0 = 11000000.00000001.00000101.00000000
If one segment goes down then the rest are still active, which usually allows some of the business to
continue some functions if not all by redundancy.
When you start running out of IP addresses then segmenting allows you to create more.
Placing computers with certain access rights on one segment versus a public segment might be
beneficial
Segmenting could reduce congestion, isolate network problems, and improve security.
Now if you have a network segmented with routers then some advantages are: Media Transition,
broadcast control, packet filtering, Vlan communication, and large packets.
LAN switches are used to interconnect multiple LAN segments. LAN switching provides dedicated,
collision-free communication between network devices.
VLAN-LAN switches can group individual ports into logical switched workgroups called VLANs, thereby
restricting the broadcast domain to designated VLAN member ports.
This is to prevent IPv4 exhaustion. The Internet Assigned Numbers Authority (IANA) has reserved the
following thrre blocks of the IP address space for private internets:
These will be distributed through a DHCP server. Dynamic Host Configuration Protocol.