logo

The Basic Networking Design Project

17 Pages1419 Words171 Views
   

Added on  2020-04-01

The Basic Networking Design Project

   Added on 2020-04-01

ShareRelated Documents
Modinili Manareshmodinilimanaresh@gmail.comAbstractIt is a network designing project. To implement Network Address, DHCP, ACL and etc.CLIENT– SERVER NetworkingAssessment 3
The Basic Networking Design Project_1
Executive SummaryIt is a basic networking design project. It is a client-server model. This type of model is used toknow how the system is communicated with the remote system (different network) in real life. We needto implement the IP routing, DHCP, DNS and ACL configuration. After configuration of DHCP, Client donot need any previous network knowledge. They can easily connect to the server (dynamicallygenerated IP address allocated in new Client system). In web server, I have changed the home page titleas my name. If client request the web page, DNS server receives the request and redirect to the HTTPServer. HTTP server replies to the client. The requested data displayed on browser. I have block the TCPport of 23 in server IN ward interface, so no one can access the server TCP port. I have tested all theconfigurationNetwork AddressingI choose the Client network as 192.168.1.0/24. Server network is 192.168.100.0/24.Both these network, the number of usable IP address is 254. But Connection between Client and Router needs only two usable IP. So that I have configured the subnet mask as 255.255.255.252 (/30) LANNetwork AddressSubnet MaskIP RangeNumber ofhostClient192.168.1.0255.255.255.0192.168.1.1 to 192.168.1.254254Server192.168.100.0255.255.255.0192.168.100.1 to 192.168.100.254254Client-Server200.200.200.0255.255.255.252200.200.200.1 to 200.200.200.22Interface AddressingDeviceInterfaceNetworkAddressSubnet MaskDefaultGatewayClientRouterGi 0/0192.168.1.1255.255.255.0-ClientRouterS 0/0/0200.200.200.1255.255.255.252-ClientPC1Fa 0192.168.1.2255.255.255.0192.168.1.1ClientPC2Fa 0192.168.1.3255.255.255.0192.168.1.1ServerRouterS 0/0/0200.200.200.2255.255.255.252-ServerRouterGi 0/0192.168.100.1255.255.255.0-ServerFa 0192.168.100.2255.255.255.0192.168.100.11 | P a g e
The Basic Networking Design Project_2
Task 1 – Setting Up a NetworkI have used two routers, one Switch, two pc and one server in this network. Router to Router connection is serial link and other link is Ethernet or fast or Gigabit EthernetNetwork Topology2 | P a g e
The Basic Networking Design Project_3
Interface ConfigurationClient Router Giga Ethernet IP AddressingIP Address command is used to set the IP address to the specified interfaceFirst enter into configuration mode, then configure the gigabitEthernet0/0 interface. IP Address Command Syntax is,IP ADDRESS Address SubnetmaskNO SHUT command is used to activate the interface (UP state)ClientRouter#conf tClientRouter(config)# interface gigabitEthernet 0/0ClientRouter(config-if)# ip address 192.168.1.1 255.255.255.0ClientRouter(config-if)# no shutClientRouter(config-if)# exitAfter setting the IP address into Giga Bit Ethernet, we can check the interface status which is UP or DOWN using SHOW IP INTERFACE BRIEF commandClient Router Serial IP AddressingIn Client Serial Interface, it is DCE, so we need to set the clock rate at this portClientRouter#conf tClientRouter(config)# interface Serial0/0/0ClientRouter(config-if)# ip address 200.200.200.1 255.255.255.252ClientRouter(config-if)# clock rate 64000ClientRouter(config-if)# no shutClientRouter(config-if)# exit3 | P a g e
The Basic Networking Design Project_4

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
Designing Telecommunication Network using VLAN with File and Web Server Communication
|16
|1131
|293

Implementation of Basic and Advanced Configuration
|12
|1430
|201

Network Design Assessment (Doc)
|26
|2054
|20

Primary School Network Design with Guest Network
|16
|1462
|361

Setting up a Network
|22
|1207
|122

TCP/IP Networking Assignment | Multiple Network Interfaces
|21
|1497
|169