Vous êtes sur la page 1sur 2

G H Patel College of Engineering and Technology

Department of Information Technology


A.Y. 2013-14 Semester 1 150702 Computer Networks

List of Experiments
Objective: Computer Networks subject gives basic fundamental knowledge about computer networking and this lab session gives feel to the students that how data are transferred and how we can apply security concepts in that. 1 Bioscom function is defined in Bios.h header file that uses BIOS interrupt 0x14 to perform various RS-232 communications over the given Input/Output port. Exercise: To study the bioscom function in detail. 2 In Simplex mode, the communication is unidirectional. Only one of the two devices on link can transmit and the other can only receive. In Half duplex mode, each station can both transmit and receive, but not at the same time. In Full duplex mode, both stations can transmit and receive simultaneously. Exercise: Write a C program to implement the simplex, half duplex and full duplex modes of communication for data transfer using bioscom function. 3 4 Implement a C program using bioscom function to develop a chatting application between two users. Implement a C program using bioscom function to transfer a directory from one computer to another that are connected with RS-232 cable. HINT: Make use of the inbuilt functions available in Dir.h header file for performing different operations on directory. In Hamming code following relationship holds between data (m) and redundant bits(r) 2r >= m + r + 1 r + m bits are transmitted to the receiver. At the receiver end we can detect and correct if there is any single bit error in the data unit. Exercise: Write a C program to implement Hamming code for single bit error detection and correction. 6 Configuring IP and Virtual LAN Exercise: (Including Screen shot) 1. Configuring IP address on windows and Linux Machine 2. Setup Virtual using IP address policy Network. Configuring Static Router. (Including Screen shot) 1. Setup LAN with three different network using router in Linux and Windows.

8 9 10

Web server and FTP server: (Including Screen shot) 1. Configuring IIS server and FTP server on windows. To study and execute the various networking commands. Tracert, ping, pathping, nslookup, ipconfig, Netstat, arp. To study and execute the various FTP commands.

References: 1. Computer Networks - Fourth Edition Andrew S Tanenbaum Prentice Hall International 2. Data Communications and Networking Third Edition B. A. Forouzan Tata MaGraw - Hill

Vous aimerez peut-être aussi