├── .gitignore ├── 1-Study of Basic Functions of Socket Programming └── RA1811028010049.docx ├── 10-Study Of IPv6 Addressing And Subnetting └── EXP10.pkt ├── 11-Communication Using HDLC-PPP ├── chap.pkt ├── hdlc.pkt └── ppp.pkt ├── 18CSC302J Lab univ question paper(01.12.2020).pdf ├── 2-TCP Client Server Communication ├── client.py └── server.py ├── 3-UDP Echo Client Server Communication ├── client.PNG ├── client.py ├── client_output.PNG ├── index.html ├── server.PNG ├── server.py └── server_output.PNG ├── 4-Date And Time Request TCP Request ├── client.PNG ├── client.py ├── clientUT.PNG ├── server.PNG ├── server.py └── serverUT.PNG ├── 5-Half Duplex Chat Using TCP ├── client code.PNG ├── client.py ├── server code.PNG └── server.py ├── 6-Full Duplex Chat Using TCP ├── .vscode │ └── settings.json ├── client code.PNG ├── client output.PNG ├── client.py ├── server code.PNG ├── server output.PNG └── server.py ├── 7- Implementation Of File Transfer Protocol ├── .vscode │ └── .ropeproject │ │ └── config.py ├── 1.txt ├── 2.txt ├── B.txt ├── client.py └── server.py ├── 8-Remote Command Execution Using UDP ├── A.txt ├── B.txt ├── client.py └── server.py ├── 9-Arp Implementation Using UDP └── ARP.py ├── RA1811028010049.pdf ├── README.md ├── index.PNG └── test.cpp /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/.gitignore -------------------------------------------------------------------------------- /1-Study of Basic Functions of Socket Programming/RA1811028010049.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/1-Study of Basic Functions of Socket Programming/RA1811028010049.docx -------------------------------------------------------------------------------- /10-Study Of IPv6 Addressing And Subnetting/EXP10.pkt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/10-Study Of IPv6 Addressing And Subnetting/EXP10.pkt -------------------------------------------------------------------------------- /11-Communication Using HDLC-PPP/chap.pkt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/11-Communication Using HDLC-PPP/chap.pkt -------------------------------------------------------------------------------- /11-Communication Using HDLC-PPP/hdlc.pkt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/11-Communication Using HDLC-PPP/hdlc.pkt -------------------------------------------------------------------------------- /11-Communication Using HDLC-PPP/ppp.pkt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/11-Communication Using HDLC-PPP/ppp.pkt -------------------------------------------------------------------------------- /18CSC302J Lab univ question paper(01.12.2020).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/18CSC302J Lab univ question paper(01.12.2020).pdf -------------------------------------------------------------------------------- /2-TCP Client Server Communication/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/2-TCP Client Server Communication/client.py -------------------------------------------------------------------------------- /2-TCP Client Server Communication/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/2-TCP Client Server Communication/server.py -------------------------------------------------------------------------------- /3-UDP Echo Client Server Communication/client.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/3-UDP Echo Client Server Communication/client.PNG -------------------------------------------------------------------------------- /3-UDP Echo Client Server Communication/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/3-UDP Echo Client Server Communication/client.py -------------------------------------------------------------------------------- /3-UDP Echo Client Server Communication/client_output.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/3-UDP Echo Client Server Communication/client_output.PNG -------------------------------------------------------------------------------- /3-UDP Echo Client Server Communication/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/3-UDP Echo Client Server Communication/index.html -------------------------------------------------------------------------------- /3-UDP Echo Client Server Communication/server.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/3-UDP Echo Client Server Communication/server.PNG -------------------------------------------------------------------------------- /3-UDP Echo Client Server Communication/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/3-UDP Echo Client Server Communication/server.py -------------------------------------------------------------------------------- /3-UDP Echo Client Server Communication/server_output.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/3-UDP Echo Client Server Communication/server_output.PNG -------------------------------------------------------------------------------- /4-Date And Time Request TCP Request/client.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/4-Date And Time Request TCP Request/client.PNG -------------------------------------------------------------------------------- /4-Date And Time Request TCP Request/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/4-Date And Time Request TCP Request/client.py -------------------------------------------------------------------------------- /4-Date And Time Request TCP Request/clientUT.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/4-Date And Time Request TCP Request/clientUT.PNG -------------------------------------------------------------------------------- /4-Date And Time Request TCP Request/server.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/4-Date And Time Request TCP Request/server.PNG -------------------------------------------------------------------------------- /4-Date And Time Request TCP Request/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/4-Date And Time Request TCP Request/server.py -------------------------------------------------------------------------------- /4-Date And Time Request TCP Request/serverUT.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/4-Date And Time Request TCP Request/serverUT.PNG -------------------------------------------------------------------------------- /5-Half Duplex Chat Using TCP/client code.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/5-Half Duplex Chat Using TCP/client code.PNG -------------------------------------------------------------------------------- /5-Half Duplex Chat Using TCP/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/5-Half Duplex Chat Using TCP/client.py -------------------------------------------------------------------------------- /5-Half Duplex Chat Using TCP/server code.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/5-Half Duplex Chat Using TCP/server code.PNG -------------------------------------------------------------------------------- /5-Half Duplex Chat Using TCP/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/5-Half Duplex Chat Using TCP/server.py -------------------------------------------------------------------------------- /6-Full Duplex Chat Using TCP/.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/6-Full Duplex Chat Using TCP/.vscode/settings.json -------------------------------------------------------------------------------- /6-Full Duplex Chat Using TCP/client code.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/6-Full Duplex Chat Using TCP/client code.PNG -------------------------------------------------------------------------------- /6-Full Duplex Chat Using TCP/client output.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/6-Full Duplex Chat Using TCP/client output.PNG -------------------------------------------------------------------------------- /6-Full Duplex Chat Using TCP/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/6-Full Duplex Chat Using TCP/client.py -------------------------------------------------------------------------------- /6-Full Duplex Chat Using TCP/server code.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/6-Full Duplex Chat Using TCP/server code.PNG -------------------------------------------------------------------------------- /6-Full Duplex Chat Using TCP/server output.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/6-Full Duplex Chat Using TCP/server output.PNG -------------------------------------------------------------------------------- /6-Full Duplex Chat Using TCP/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/6-Full Duplex Chat Using TCP/server.py -------------------------------------------------------------------------------- /7- Implementation Of File Transfer Protocol/.vscode/.ropeproject/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/7- Implementation Of File Transfer Protocol/.vscode/.ropeproject/config.py -------------------------------------------------------------------------------- /7- Implementation Of File Transfer Protocol/1.txt: -------------------------------------------------------------------------------- 1 | 2 | UpA -------------------------------------------------------------------------------- /7- Implementation Of File Transfer Protocol/2.txt: -------------------------------------------------------------------------------- 1 | 2 | UpA "( -------------------------------------------------------------------------------- /7- Implementation Of File Transfer Protocol/B.txt: -------------------------------------------------------------------------------- 1 | 2 | UpA -------------------------------------------------------------------------------- /7- Implementation Of File Transfer Protocol/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/7- Implementation Of File Transfer Protocol/client.py -------------------------------------------------------------------------------- /7- Implementation Of File Transfer Protocol/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/7- Implementation Of File Transfer Protocol/server.py -------------------------------------------------------------------------------- /8-Remote Command Execution Using UDP/A.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /8-Remote Command Execution Using UDP/B.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /8-Remote Command Execution Using UDP/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/8-Remote Command Execution Using UDP/client.py -------------------------------------------------------------------------------- /8-Remote Command Execution Using UDP/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/8-Remote Command Execution Using UDP/server.py -------------------------------------------------------------------------------- /9-Arp Implementation Using UDP/ARP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/9-Arp Implementation Using UDP/ARP.py -------------------------------------------------------------------------------- /RA1811028010049.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/RA1811028010049.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # COMPUTER NETWORKS (18CSC302J) 2 | 3 | ![](index.PNG) 4 | -------------------------------------------------------------------------------- /index.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/index.PNG -------------------------------------------------------------------------------- /test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shushrutsharma/computer-networks/HEAD/test.cpp --------------------------------------------------------------------------------