Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

CASE STUDY 1 ANALYZING THE PERFORMANCE OF VARIOUS CONFIGURATIONS AND PROTOCOLS IN LAN

1.1. Establishing a Local Area Network (LAN) The main objective is to set up a Local Area Network, concepts involved in this network are IP addressing and the Address Resolution Protocol (ARP). The required equipment's are 192.168.1.1, 192.168.1.2, 192.168.1.3, Host A Host B Host C, Switch/HUB, three PC`s equipped with at least one NIC, one HUB or Switch and the necessary cables. Once the physical LAN is set up the hosts need to be configured using the ifconfig command. To verify communication among the machines the ping command is used. Next, to manipulate the routing tables at the hosts to understand how machines know where to send packets. Since the ifconfig command places a default route into the routing tables this route must be deleted. To blind fold the machine. The ping command is used again to show that communication is no longer available. To re-establish communication the routes are put back into the routing table one host at a time. Communication i once again verified using the ping command. REQUIREMENTS: Three Windows PC or 3 Linux PC, Each PC must Have One NIC cards. One Switch or One Hub. Three Straight Line LAN (cat-5) Cables with RJ-45 Sockets. Power supply Class C IP Address. Using Static IP configuration. Basic Network Configuration Commands. Cisco Packet Tracer 6.0.1 PROCEDURES: Open CISCO PACKET TRACER software. Draw The Three PC using End Device Icons. Draw The CISCO 24 Port Switch Using Switch icon lists. Make The Connections using Straight-Through Ethernet Cables. Enter The IP Address To Each Machine. Check the IP address for Every PC using ipconfig or ifconfig Command. Check the Network Connections using Ping Commands.
1 http://menetworkengineering.blogspot.in/

View the MAC Address Table. View the PCs ARP table. NETWORK TOPOLOGY:

HOST A IP ADDRESS:

http://menetworkengineering.blogspot.in/

HOST B IP ADDRESS:

HOST C IP ADDRESS:

VERIFY LAN NETWORK CONNECTIVITY ping command is a Network Utility Command. ping tools use Internet Control Message Protocol (ICMP). ping used to verify the connection between source PC to Destination PC. PING BETWEEN HOST A TO HOST B c:>ping 192.168.1.2

http://menetworkengineering.blogspot.in/

PING BETWEEN HOST A TO HOST C c:>ping 192.168.1.3

VIEW SWITCH MAC ADDRESS TABLE: Switch>show mac-address-table

VIEW ARP TABLE: WHAT IS ARP (ADDRESS RESOLUTION PROTOCOL)? ARP associates an IP address with its physical address. On a typical physical network, such as a LAN, each device on a link is identified by a physical or station address that is usually imprinted on the NIC.

http://menetworkengineering.blogspot.in/

ARP OPERATIONS: An ARP request is broadcast, An ARP reply is unicast

HOST A ARP TABLE: PC>arp -a

RESULT: Thus the Experiment Was Configured Successfully.

http://menetworkengineering.blogspot.in/

You might also like