TCPIP Network Design and Configuration Introduction Networking is one of the significant areas that need a lot of care and consideration in order to avoid making mistakes that will affect the goals and objectives of the organization. In setting a network key factors such as scalability, security, cost and maintenance must be ensured that they favors the organization or an individual in full. Ideally, for one to have a good network then one must be able to design the setup, install all the devices and configure depending on what one think will meet or satisfy the desires of the organization. This report aims at ensuring that one can be able to set up different networks such as having the clients, the switch, routers and servers and in this case the PCs and Servers have different networks. In this case, the idea is to configure the routers and servers with the best routing protocol. The other concept is being able to configure the DHCP servers, WEBs Servers and DNS among others. Setting up the Network The network comprises of three clients PCs, two routers, two switches and three servers namely the DHCP, DNS and Web Server respectively as shown below. Client(s) <--> Switch <--> Router <--> Router <--> Switch <--> Server(s) The above have been represented as follows in this case clearly showing how such diagrams have been setup and configured. Figure1Network Setup
TCPIP Network Design and Configuration Network Addressing Figure2IP addresses on devices Router (R0) Configuration The following is the command configuration for the routing protocol of Router 0 Router>enable Router#config t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#int serial 0/1/0 Router(config-if)#clock rate 128000 Router(config-if)#no shutdown Router(config-if)# %LINK-5-CHANGED: Interface Serial0/1/0, changed state to up Router(config-if)#int fa 0 %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/0, changed stat Router(config-if)#int fa 0/0 Router(config-if)#ip address 192.168.10.1 255.255.255.0 Router(config-if)#no shutdown Router(config-if)# %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up Router(config-if)#exit Router(config)#ip route 0.0.0.0 0.0.0.0 192.168.20.2 Router(config)#exit Router# %SYS-5-CONFIG_I: Configured from console by console
TCPIP Network Design and Configuration Router#copy running-config startup-config Destination filename [startup-config]? Building configuration... [OK] Router# %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to down %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up Figure3Router 0 showing that the routing protocol has been configured Router (R1) Configuration The following is the command configuration for the routing protocol of Router 0 Router>enable Router#config t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#interface serial 0/1/0 Router(config-if)#ip address 192.168.20.2 255.255.255.0 Router(config-if)#no shutdown Router(config-if)# %LINK-5-CHANGED: Interface Serial0/1/0, changed state to up Router(config-if)#exit Router(config)# %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/0, changed state to up Router(config)#interface fastethernet 0/0 Router(config-if)#ip address 192.168.30.1 255.255.255.0 Router(config-if)#no shutdown Router(config-if)# %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up Router(config-if)#exit Router(config)#ip route 0.0.0.0 0.0.0.0 192.168.20.1 Router(config)#exit Router# %SYS-5-CONFIG_I: Configured from console by console Router#copy running-config startup-conf Destination filename [startup-config]? Building configuration... [OK] Router# %LINK-3-UPDOWN: Interface Serial0/1/0, changed state to down
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
TCPIP Network Design and Configuration %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/0, changed state to down %LINK-5-CHANGED: Interface Serial0/1/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to down %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up Figure4Router 1 showing that the routing protocol has been configured IP Setup on Devices Figure5Client 3 network address Figure6DHCP Server network address Pinging the IP Addresses on the Devices
TCPIP Network Design and Configuration Figure10pinging Servers DNS on Webs Server Figure11Trace route of Client 3, 4 on Client 1
TCPIP Network Design and Configuration Simulation Panel Figure12Simulating when sending packets from one device to the other DHCP and WEB server Configuration Figure13DHCP configuration The following diagram has been used in explaining the configuration of a DHCP. In this case there are two networks with two pool names that is Pool1 and Pool2 where each pool has got its own IP network address.
TCPIP Network Design and Configuration DHCP assigning IP address to WEBs Server Figure14DHCP assigning IP Address automatically In the above figure 13, the Webs Server has been assigned by the DHCP successfully.
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
TCPIP Network Design and Configuration Figure15Client PC1 assigned IP address by the DHCP server Figure16Client PC3 assigned address by DHCP Server Web Server and DNS server Configuration Figure17Webs Anu bharti DNS record Creation As seen in the figure below the web Server has been configured with the DNS and HTTP URL respectively which indicates the name of Anu bHARTi in the URL as shown above.
TCPIP Network Design and Configuration Figure18HTTP Configuration on the Web Server Figure19browsing the URL file on Client PC Firewall Blocking IP and ICMP protocols
TCPIP Network Design and Configuration Figure20Denying IP Address to connect in Client PC 2 Figure21allowing ICMP to connect in Client PC 3 Conclusion As seen from above it is true to say that the network are communicating with each other and that one can send information from device to the other in different networks as clearly shown above. As shown in the ping test and trace route test it is very much clear that the PCS are communicating clearly with the servers. In this case, it will be true to say that all the devices are connecting efficiently in all essences and that the network will be scalable in all ways in case there is need for expansion in future. Use of firewalls on the web server will help in filtering the traffic the https files and thus ensuring that there is security in the system.