Lab Record File of Computer Networks (CSF303) : Miss Shweta Paliwal Assistant Professor
Lab Record File of Computer Networks (CSF303) : Miss Shweta Paliwal Assistant Professor
Lab Record File of Computer Networks (CSF303) : Miss Shweta Paliwal Assistant Professor
of Computer
Networks
(CSF303)
BACHELOR OF TECHNOLOGY In
Computer Science and Technology
Session 2023-24
Model:
Simulation Tab:
Realtime Tab:
EXPERIMENT 2
Simulate a network having 4 communication nodes with one switch.
Model:
Simulation Tab:
Realtime Tab:
EXPERIMENT 3
Simulate a network having Two subnet using 2 switch, one Router and 6 nodes using Cisco
packet Tracer.
Model:
Simulation Tab:
Realtime Tab:
EXPERIMENT 4
Model:
Simulation
Tab:
Realtime Tab:
EXPERIMENT 5
Simulate a network using Bus Topology Using Cisco packet Tracer.
Model:
Simulation Tab:
Realtime Tab:
EXPERIMENT 6
Simulate a network using Ring Topology Using Cisco packet Tracer.
Model:
Simulation
Tab:
Realtime Tab:
EXPERIMENT 7
Model:
Simulation Tab:
Realtime Tab:
EXPERIMENT 8
Simulation Tab:
Realtime Tab:
EXPERIMENT 9
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#define CRC32_POLYNOMIAL 0x04C11DB7
return crc;
}
return 0;
}
Output:
#include <stdio.h>
newSize; i++) {
printf("%c", data[i]); if
(data[i] == '1') {
count++; } else {
count = 0;
if (count == 5) {
// Shift the elements to make space for the extra
data[i + 1] = '0';
printf("\n");
int main() {
bitStuffing(data, &size);
return 0;
Output: