Computer networks: Operation and application

Authors Avatar


Computer networks: Operation and application


Abstract

In the definition of he coursework the iTekx Company Plc has basically five different departments with the number of computers. The computers of the different departments have to be connected with the computers with their own departments. For that I have define a LAN for each departments so the computers of each departments are connected with the one common switch. Each department is having its own switch. Secondly each departments should be connected with other departments because to share the business information with the other departments as the information of the one department can be used by some another department. To solve this problem I have put one router and connect each switch of different department with it. So the information can be pass out via router to another department. I have defined IP addresses to each department and subnets and subnets mask of different departments. I have used different books and used many websites to solve out this definition of the coursework.


Introduction


Subnetting Scheme

Firstly, iTekx company has the IP address 200.5.6.0. Basically it shows it is the class c address. In the IP address format is 32 bit in length and it has two parts: the network number or address and the host number or address. Normally IP addresses are binary in nature, but they are expressed in a format that can be read  by the human eye. This 3 bit address are divided into four section of 8 bits. It is known as octets. Each of this octets is then converted into decimal format and separated by dots. Like iTekx company has its IP address 200.5.6.0. Each bit in the octet has binary weight such as 128, 64, 32, 16, 8 , 4, 2 and 1, which sums to 255. the minimum value for an octet is 0 that means it contains all 0s, and the maximum value for an octet is 255 which contains all 1s.

Address Classes  

The class A address has only 8 network bits and 24 remaining bits are used for the host field. The IP addressing scheme allows addresses to be assigned based on the size of the network. In the class A the first bit is 0 while in the class B the first two  bits are 10 and in the class C the first three bits are 110. The range of the network 1.0.0.0 to 126.0.0.0, for the class B the range of the network is 128.0.0.0 to 191.255.0.0 and for the class C the range of the network is 192.0.0.0 to 223.255.255.0. The highest possible numbers of the network is possible in the class C network and it is about 20, 97,152 networks.

This is the table of the basic address classes.

                       8 – Bit            8 – Bit           8 – Bit           8 – Bit

Subnetting

 

Subnetting allows you to create multiple logical networks that exist within a single Class A, B, or C network. If you do not subnet, you will only be able to use one network from your Class A, B, or C network, which is unrealistic.

Each data link on a network must have a unique network ID, with every node on that link being a member of the same network. If you break a major network (Class A, B, or C) into smaller subnetworks, it allows you to create a network of interconnecting subnetworks. Each data link on this network would then have a unique network/subnetwork ID. Any device, or gateway, connecting n networks/subnetworks has n distinct IP addresses, one for each network / subnetwork that it interconnects.

To subnet a network, extend the natural mask using some of the bits from the host ID portion of the address to create a subnetwork ID.

For example, given a Class C network of 192.168.10.0 which has a natural mask of 255.255.255.0, you can create subnets in this manner:

192.168.10.0                -        11000000.10101000.00001010.00000000

Join now!

255.255.255.224                -        11111111.11111111.11111111.11100000

                                          ---------------------------------------|sub|----

By extending the mask to be 255.255.255.224, we have taken three bits (indicated by "sub") from the original host portion of the address and used them to make subnets. With these three bits, it is possible to create eight subnets. With the remaining five host ID bits, each subnet can have up to 32 host addresses, 30 of which can actually be assigned to a device since host ids of all zeros or all ones are ...

This is a preview of the whole essay