ACN File
ACN File
Theory: Packet Tracer supports a wide range of network connections. Each cable type can only be connected to certain interface types. Various types of cables are: 1. Console: Console connections can be made between PSs and routers or switches. Certain conditions must be met for the Console session from the PC to work. The speed on both sides of the connection must be the same, the data bits must be 7 for both or 8 for both, the parity must be 1 or 1 (but they do not have to be the same) and the flow control can be anything for either side. 2. Copper Straight-Through: This cable type is standard Ethernet media for connection between devices that operate at different OSI layers (such as hub to router, switch to PC, router to hub). 3. Copper cross-over: This cable type is Ethernet media for connection between devices that operate at the same OSI layer (such as hub to hub, PC to PC). 4. Fiber: Fiber media is used to make connections between fiber ports (100 Mbps or 1000 Mbps). 5. Phone: Phone line connections can only be made between devices with medium ports. The standard application for modern connections is an end device (such as a PC) dialing into a network cloud. 6. Coaxial: Coaxial media is used to make connections between coaical port such as cable modem connected to a packet tracer cloud. 7. Serial DCE & DTE: Serial connections, often used for WAN links, must be connected between serial ports. Note that you must enable clocking on DCE side to bring up the line protocol. The DTE cloud is optional. You can tell which end of connection is in DCE side by small clock icon next to the port of your choice.
Output:
Experiment 4 Aim: Configuration of IP addressing for a given scenario for a given set of topologies. Network with Star Topology (using a Hub)
Steps: 1. Set up the Network with 3 PCs connected to a Hub, using a Copper Straightthrough cable (solid black line). 2. Provide the IP Addresses to the computers on the network and the subnet mask: Eg. Click on PC0 ->Desktop->IP Configuration 3. Send a packet from source to destination by specifying the source device and destination device. 4. Hub broadcasts it to all the other PCs . Only the one for which the packet is intended will accept it and the others will discard the packet. 5. The acknowledgment is sent from the destination via the hub back to the source Output:
Output:
Output:
Experiment 7 Aim: To configure and implement RIP routing protocol in a given scenario.
Steps: The given network consists of three routers(1841), two switches(2960-24TT) and two PCs connected to the two switches. Router>enable Router#conf t Router(config)#interface fa0/0 Router(config-if)#ip address 192.168.1.1 255.255.255.0 Router(config-if)#no shut Router(config)#int s/0/0 Router(config-if)#ip address 192.168.2.1 255.255.255.0 Router(config-if)#clock rate 9600 Router(config-if)#no shut Router(config-if)# Router(config-if)#exit Router(config)#route rip Router(config-router)#version 2 Router(config-router)#network 192.168.1.0 Router(config-router)#network 191.168.1.0 Router(config-router)#exit Router(config)#exit Same steps are repeated for router 1 and router 2 Since routers have been assigned RIPO routing we can easily send packets from PC0(192.168.1.2) to PC1 192.168.4.2) and vice versa
Output:
Output:
Output:
Experiment 10 Aim: To configure a mail server and send and receive mails in the same network.
Steps: 1. Draw the given network and assign IP addresses to all the PCs and servers in the network. 2. Select the server and under the configuration tab select EMAIL SERVER. 3. Now Power on the SMTP service and POP3 service in case they are off. 4. Set the domain name and then in the user setup section provide the username of the users who are going to communicate. The password of respective users is also set. Add these users. 5. Select the first PC and Under the Desktop tab. select Email to configure mail on this PC. Fill the given fields in order to configure mail. The IP address of the mail server is provided in both incoming mail server and outgoing mail server field. Username and password must match to their counter parts on the server side. Save this configuration and do the same in order to configure mail on second PC. 6. In order to send the mail, select one of the PCs. Under the desktop tab select email button and mail browser windows will pop up. Here click on compose a mail and send to the destined receiver by providing his email address. 7. In order to receive the mail, select one of the PCs. Select one of the PCs to which the mail is sent. Under the desktop tab select email button and mail browser windows will pop up. Here receiver button to receive the mail from the sender. 8. In the mail browser, we can compose a mail, receive a mail, compose a mail, delete mail and configure a mail.
Output: