{"id":21850753,"url":"https://github.com/rishav-karanjit/network-programming-lab","last_synced_at":"2026-01-05T11:05:36.237Z","repository":{"id":54870233,"uuid":"295942113","full_name":"rishav-karanjit/Network-Programming-lab","owner":"rishav-karanjit","description":"This repository contains all my works which I did or am doing in Network Programming Lab (7CSL01) in my college SIT Tumkur","archived":false,"fork":false,"pushed_at":"2021-01-23T17:43:28.000Z","size":6972,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-26T12:44:37.169Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Tcl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rishav-karanjit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-16T06:22:45.000Z","updated_at":"2021-01-23T17:43:22.000Z","dependencies_parsed_at":"2022-08-14T05:20:09.973Z","dependency_job_id":null,"html_url":"https://github.com/rishav-karanjit/Network-Programming-lab","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishav-karanjit%2FNetwork-Programming-lab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishav-karanjit%2FNetwork-Programming-lab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishav-karanjit%2FNetwork-Programming-lab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishav-karanjit%2FNetwork-Programming-lab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rishav-karanjit","download_url":"https://codeload.github.com/rishav-karanjit/Network-Programming-lab/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244843278,"owners_count":20519779,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-28T00:19:17.084Z","updated_at":"2026-01-05T11:05:36.145Z","avatar_url":"https://github.com/rishav-karanjit.png","language":"Tcl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Network-Programming-Lab\n\n### Before You Start:\n\u003cul\u003e\n  \u003cli\u003e All the programs under each parts is given below.🔻\n  \u003cli\u003e Naming Convention for each of the program folder is [PartName][ProgramName]. For eg: A1 is 1st program of part A\u003c/li\u003e\n  \u003cli\u003e Part 2 programs requires some installations:\n    \u003col\u003e\n        \u003cli\u003eNS2: sudo apt-get install ns2 -y\u003c/li\u003e\n        \u003cli\u003eNAM: sudo apt-get install nam  -y\u003c/li\u003e\n    \u003c/ol\u003e\n  \u003c/li\u003e\n\u003c/ul\u003e\n\n#### PART A\n\u003col\u003e\n  \u003cli\u003eFor the given network graph, write a program to implement Link state routing algorithm to build a routing table for the given node\u003c/li\u003e\n  \u003cli\u003eWrite a program to divide the message into variable length frames and sort them and display the message at the receiving side.\u003c/li\u003e\n  \u003cli\u003eUsing TCP/IP sockets, write a client – server program, the client sends the file name and the server sends back the requested text file if present.\u003c/li\u003e\n  \u003cli\u003eImplement the above program using FIFOs as IPC channels\u003c/li\u003e\n  \u003cli\u003eUsing UDP, write a client – server program, to exchange messages between client and the server.\u003c/li\u003e\n  \u003cli\u003eWrite a socket program to demonstrate IP multicasting which provides the capability for an application to send a single IP datagram that a group of hosts in a network can receive.\u003c/li\u003e\n  \u003cli\u003eWrite a program to implement sliding window protocol between two hosts.\u003c/li\u003e\n  \u003cli\u003eWrite a program for error detecting code using CRC-CCITT (16- bits).\u003c/li\u003e\n\u003c/ol\u003e\n\n#### PART B\n\u003col\u003e\n  \u003cli\u003eSimulate a three nodes point – to – point network with duplex links between them. Set the queue size and vary the bandwidth and find the number of packets dropped.\u003c/li\u003e\n  \u003cli\u003eSimulate a four node point-to-point network with the link connectedasfollows:n0 – n2, n1– n2 and n2 – n3. Apply TCP agent between n0-n3 and UDP between n1-n3. Apply relevant applications over TCP and UDP agents changing the parameter and determine the number of packets sent by TCP / UDP.\u003c/li\u003e\n  \u003cli\u003eSimulate the different types of Internet traffic such as FTP and TELNET over a network and analyze the throughput.\u003c/li\u003e\n  \u003cli\u003eSimulate an Ethernet LAN using n nodes (6-10), change error rate and data rate and compare the throughput.\u003c/li\u003e\n  \u003cli\u003eSimulate an Ethernet LAN using n nodes and set multiple traffic nodes and determine the collision across different nodes.\u003c/li\u003e\n  \u003cli\u003eSimulate the transmission of ping messages over a network topology consisting of 6 nodes and find the number of packets dropped due to congestion.\u003c/li\u003e\n  \u003cli\u003eSimulate simple ESS with transmitting nodes in wire-less LAN and determine the performance with respect to transmission of packets.\u003c/li\u003e\n  \u003cli\u003eSimulate simple ad-hoc network with transmitting nodes and determine the performance with respect to transmission of packets\u003c/li\u003e\n\u003c/ol\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frishav-karanjit%2Fnetwork-programming-lab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frishav-karanjit%2Fnetwork-programming-lab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frishav-karanjit%2Fnetwork-programming-lab/lists"}