Demonstrate the different types of topologies and types of transmission media by using a packet tracer tool.
Setup a wired LAN using Layer 2 Switch. It includes preparation of cable, testing of cable using line tester, configuration machine using IP addresses, testing using PING utility and demonstrating the PING packets captured traces using Wireshark Packet Analyzer Tool.
Setup a WAN which contains wired as well as wireless LAN by using a packet tracer tool. Demonstrate transfer of a packet from LAN 1 (wired LAN) to LAN2 (Wireless LAN).
Write a program for error detection and correction for 7/8 bits ASCII codes using Hamming Codes or CRC.
Use packet Tracer tool for configuration of 3 router network using one of the following protocol RIP/OSPF/BGP.
Write a program using TCP/UDP Sockets to enable file transfer (Script, Text, Audio and Video one file each) between two machines.
Install and configure DHCP server.
Capture packets using Wireshark, write the exact packet capture filter expressions to accomplish the following and save the output in file:
1. Capture all TCP traffic to/from Facebook, during the time when you log in to your Facebook account
2. Capture all HTTP traffic to/from Facebook, when you log in to your Facebook account
3. Write a DISPLAY filter expression to count all TCP packets (captured under item #1) that have the flags SYN, PSH, and RST set. Show the fraction of packets that had each flag set.
4. Count how many TCP packets you received from / sent to Face book, and how many of each were also HTTP packets.