Network Assignment 2
Network Assignment 2
Network Assignment 2
Assignment 2
COMPUTER SCIENCE 4 - REGULAR
Answer: 176.184.0.0
Answer: 176.184
Explanation :
Since is a Class B address, the NetID is determined by the first 16 bits.
Step 1 To get the NetID convert all the host portion of the address into binary and fill
them with binary Zero’s
Since the subnet mask is /16 , it means the first 16 bits from your left
represents the network portion and the last 16 bits represent the host portion
Answer: 238.73
Explanation :
Since is a Class B address with a default mask, the HostId is the last 16 bits of
the IP address given.
Network ID Host ID
10110000.10111000. 11101110.01001001
Answer: 176.184.0.0
Explanation :
`Step 1 To get the subnet address convert all the host portion of the address
into binary and fill them with binary Zero’s
Since the subnet mask is /16 , it means the first 16 bits represents the
network portion and the last 16 bits represent the host portion .
Answer: 176.184.238.73
Answer: 10110000.10111000.11101110.01001001
Explanation :
Decima 128 64 32 1 8 4 2 1 Binary
l 6
176 1 0 1 1 0 0 0 0 10110000
184 1 0 1 1 1 0 0 0 10111000
238 1 1 1 0 1 1 1 0 11101110
73 0 1 0 0 1 0 0 1 01001001
i. Give the dotted decimal notation of the /16 and also give bitwise notation equivalent.
Explanation:
j. Design a suitable network for the organization ensuring most efficient usage of
addresses.
Answer:
1. A star bus or tree topology will be used for the physical layout of the network.
2. Each branch will be given a router which will allow it to connect to the internet
and also communicate with other branches.
3. An ISP or WAN service provider is used to link the headquarters with all the
branches.
4. A single Subnet addresses will be allocated to each branch by subnetting the
organisation allocated address of 176.184.238.73/16 into 16 subnets where each
can support a host of 4094.
5. At the various branches, the subnet address allocated will be further subdivided to
cater for the various departments and group of hosts
6. Each department or host with common needs will be connected to a switch which
will be linked to the branch router.
7. At the various branches a segment of network provided for special host such as
servers, printers and network devices.
8. Links to servers and hosts from network devices will be high speed.
9. Workstations will be connected to their own full duplex interface on a switch. \
10. Servers, printers and other network devices will be connected to their own full
duplex interface with a switch.
Since we are subnetting based on the number of subnets required, we shall use the
formula 2n to find the number of networks, where the n is the number of bits which
will be taken from the host side of the address to create a 2n networks.
Step 1
Work out the number of bits required to support 16 subnets
2n = 16
2n = 24
n=4
Therefore to support 16 subnets we require 4 bits in binary from the host portion to
append to the network portion.
Step 2
Network Host
10110000.10111000. 00000000.00000000
Step 3
Since we require 4 bits from the host side , we counts 4 bits from the left to
right in the host portion and allocate it to the network portion.
Step 4
Calculate for the network mask
Network Host
10110000.10111000.0000 0000.00000000
Total bits = 32
Host bits = 12
Network mask bits = Total bits – Host bits
= 32 – 12
= 20
Step 5
Work outs our new subnets by going through all the various binary
combinations for the subnet portion of the address.
Networ Network ID Subne Host ID Subnet Address
k t
1 10110000.10111000. 0000 0000.00000000 176.184.0.0/20
2 10110000.10111000. 0001 0000.00000000 176.184.16.0/20
3 10110000.10111000. 0010 0000.00000000 176.184.32.0/20
4 10110000.10111000. 0011 0000.00000000 176.184.48.0/20
5 10110000.10111000. 0100 0000.00000000 176.184.64.0/20
6 10110000.10111000. 0101 0000.00000000 176.184.80.0/20
7 10110000.10111000. 0110 0000.00000000 176.184.96.0/20
8 10110000.10111000. 0111 0000.00000000 176.184.112.0/20
9 10110000.10111000. 1000 0000.00000000 176.184.128.0/20
10 10110000.10111000. 1001 0000.00000000 176.184.144.0/20
11 10110000.10111000. 1010 0000.00000000 176.184.160.0/20
12 10110000.10111000. 1011 0000.00000000 176.184.176.0/20
13 10110000.10111000. 1100 0000.00000000 176.184.192.0/20
14 10110000.10111000. 1101 0000.00000000 176.184.208.0/20
15 10110000.10111000. 1110 0000.00000000 176.184.224.0/20
16 10110000.10111000. 1111 0000.00000000 176.184.240.0/20
Number of networks supported = 2n
= 24
= 16
Step 6
To get the host range addresses for each subnet
To get the first host, fill the host portion of an address with binary Zero’s except for
the last bit which is set to 1.
To get the last host, fill the host portion of the address with binary One’s except for
the last bit which is set to 0
l. Give the subnet address that this IP address resides on 176.184.238.73 255.255.240.0
Or by Calculation
To get the subnet address convert all the host portion of the address into
binary and fill them with binary Zero’s
In binary => Since the subnet mask is /20 , it means the first 20 bits
represents the subnet address.
m. What is the site address for the given address in 'l' above
Answer: 176.184.238.73/20
Answer: 176.184.224
Answer: 14.73
Explanation
Answer: 176.184.224.0/20
q. Draw the network diagram that can be used for the implementation of the organisation
network
r. Explain the functionality of each if the devices in your network diagram and justify
their purpose in your diag.
Answer:
Router: A device that receives and analyzes packets and then routes them towards
their destination. In some cases, a router will send a packet to another router; in
other cases, it will send it directly to its destination. It is used as part of the
network diagram to connect the different networks in Local Area Network (LAN)
and Wide Area Network (WAN) and also to act as a firewall to to protect one
network from the other.
s. How will you ensure Internet connectivity for host at each branch.
Answer:
LAN: Communication between switches and Host devices in the diagram is based on LAN
Local area network (LAN) is a computer network that overlaps with a small area. Usually, a
LAN is tied to a single room, building or cluster, but one LAN can be connected to other
LANs over any distance via telephone wires and radio waves.The system of LANs connected
in this way is called a broadband network (WAN). The difference between LAN and WAN is
that the wider area network scans the larger geographically. Usually, a WAN consists of two
or more local networks (LANs) and is always connected by public networks.
Answer:
SNTP
Answer :
w. Explain the addressing mechanism in the movement of packets from one branch to the
other.
Since the destination host is present in different network the packet will be delivered to the
default gateway first which in turn delivers the packet to the destination host.
The router's two interfaces are in separate subnets, separate collision domain as well as
broadcast domain. When data arrives from one of the segment the router decides
according to its routing table to which network to forward the data
Once the packet is sent to the network segment connected to router interface E2 it is
received by the switch which is then forwarded to the host.
x. Assuming each branch has 58 workstations and a printer, how many collision domains
has your network diagram
Answer :
819
y. As follow-up question to 'x', how many broadcast domains has your network diagram
Answer:
26
Answer:
The advantage of using this is that additional segments of network can easily be added in
several places. Segments can be attached to a router for expansion in a given department
or building or even a branch and if a segment needs to be secured, if the router has access
list configured on them they can act as a firewall for network. Since each branch will be
given one single block of address it can further be subnetted to create additional networks
at each branch. Subnetworks can be created for host with common user needs.
Also since the Wide Area Network (WAN) operates over a much larger area, they are
required to interconnect LANs at various branches to communicate and exchange data. It
also allows the branches to connect to the internet. The reason for the company to rent a
WAN service from an established service provider is due to the distance that WANs
operate over, setting one up would cost a substantial amount of money as the company
would need to purchase the necessary cabling, fibre and satellite systems. Setting up a
WAN would therefore prove to be extremely expensive and time-consuming.
The star bus hybrid topology or tree topology used in the diagram enables the firm to
economically connect all network computers. Is also popular and the components are
easy to obtain and relatively easy to support. The tree topology will allow network
administrators to easily manage and maintain the network and also offers easiest method
for error detection and troubleshooting. It is scalable so you can increase your network
size as the company grows in size.
Local Area Networks at the branch level are connected using cable instead of wireless
connectivity due to sources of radio wave interference in the building, so using cable
ensures that network communication will be reliable. Using a switch to join the links on
the network satisfies the need for fast communication, as each host will have the full
bandwidth available to use.