Q1: Demonstrate the different types of topologies and types of transmission media using a Packet Tracer tool. View Code 1 Copy Code Close
Q4: Use packet Tracer tool for configuration of 3 router networks using one of the following protocols RIP. View Code 1 Copy Code Close
Q5: Write a program to demonstrate Sub-netting and calculate subnet masks for different IP address classes. View Code 1 View Code 2 Copy Code Close
Q6: Write a program to implement Link State or Distance Vector routing protocol to determine the optimal path for data transmission. View Code 1 Copy Code Close
Q7: Implement socket programming using C/C++/Java for the following: a) TCP Client and TCP Server. b) UDP Client and UDP Server View Code 1 View Code 2 View Code 3 View Code 4 Copy Code Close
Q8: Write a program using TCP socket for a wired network to perform the following tasks: 1) Say Hello to each other. 2) Transfer a file. View Code 1 View Code 2 Copy Code Close
Q9: Write a program using UDP Sockets to enable file transfer (Script, Text, Audio, and Video – one file each) between two machines. View Code 1 Copy Code Close
Q11: Study and Analyze the performance of HTTP, HTTPS and FTP protocol using Packet tracer tool. View Code 1 Copy Code Close
Q12: To study the SSL protocol by capturing the packets using Wireshark tool while visiting any SSL secured website (banking, e-commerce etc.). View Code 1 Copy Code Close
Q15: Installing and configuring DHCP server and assign IP addresses to client machines using DHCP server. View Code 1 Copy Code Close
Q16: Write a program for DNS lookup. Given an IP address input, it should return URL and vice versa. View Code 1 Copy Code Close