11## ✅ Network Programming
22
3- ![ Network-Programming] ( https://socialify.git.ci/anuj-das-10/Network-Programming/image?description=1&descriptionEditable=CSC-DSE-502-L%20-%3E%20Network%20Programming%20LAB%20(Solutions)&font=Inter& forks=1&language=1&name=1&owner=1&pattern=Signal&stargazers=1&theme=Dark )
3+ ![ Network-Programming] ( https://socialify.git.ci/anuj-das-10/Network-Programming/image?description=1&descriptionEditable=CSC-DSE-502-L%20-%3E%20Network%20Programming%20LAB%20(Solutions)&forks=1&language=1&name=1&owner=1&pattern=Signal&stargazers=1&theme=Dark )
44
55
66### 🤔Not familiar with GitHub Interface?
3131
3232#### Q1) &ensp ; Simulate Cyclic Redundancy Check (CRC) error detection algorithm for noisy channel.
3333
34- - ###### [ See Solution using Java] ( ) ✅
34+ - ###### [ See Solution using Java] ( https://github.com/anuj-das-10/Network-Programming/blob/main/Solutions/Q-01/CRC_ErrorDetectionAlgorithm.java ) ✅
3535#
3636
3737
3838#### Q2) &ensp ; Simulate and implement stop and wait protocol for noisy channel.
3939
40- - ###### [ See Solution using Java] ( ) ✅
40+ - ###### [ See Solution using Java] ( https://github.com/anuj-das-10/Network-Programming/blob/main/Solutions/Q-02/StopAndWaitARQ.java ) ✅
4141#
4242
4343
4444#### Q3) &ensp ; Simulate and implement Go-Back-N Sliding Window Protocol.
4545
46- - ###### [ See Solution using Java] ( ) ✅
46+ - ###### [ See Solution using Java] ( https://github.com/anuj-das-10/Network-Programming/blob/main/Solutions/Q-03/GoBackN.java ) ✅
4747#
4848
4949
5050#### Q4) &ensp ; Simulate and implement Distance Vector Routing Algorithm.
5151
52- - ###### [ See Solution using Java] ( ) ✅
52+ - ###### [ See Solution using Java] ( https://github.com/anuj-das-10/Network-Programming/blob/main/Solutions/Q-04/DistanceVectorRouting.java ) ✅
5353#
5454
5555
5656#### Q5) &ensp ; Simulate and implement Dijkstra Algorithm for shortest path routing.
5757
58- - ###### [ See Solution using Java] ( ) ✅
58+ - ###### [ See Solution using Java] ( https://github.com/anuj-das-10/Network-Programming/blob/main/Solutions/Q-05/DijkstraAlgorithm.java ) ✅
5959#
6060
6161
6262#### Q6) &ensp ; Program to find the address of the local machine.
6363
64- - ###### [ See Solution using Java] ( ) ✅
64+ - ###### [ See Solution using Java] ( https://github.com/anuj-das-10/Network-Programming/blob/main/Solutions/Q-06/GetLocalHostAddress.java ) ✅
6565#
6666
6767
6868#### Q7) &ensp ; Program that prints the address of www.youtube.com
6969
70- - ###### [ See Solution using Java] ( ) ✅
70+ - ###### [ See Solution using Java] ( https://github.com/anuj-das-10/Network-Programming/blob/main/Solutions/Q-07/GetIPAddress.java ) ✅
7171#
7272
7373
7474#### Q8) &ensp ; Program that prints all the addresses of www.youtube.com
7575
76- - ###### [ See Solution using Java] ( ) ✅
76+ - ###### [ See Solution using Java] ( https://github.com/anuj-das-10/Network-Programming/blob/main/Solutions/Q-08/GetAllAddresses.java ) ✅
7777#
7878
7979
@@ -84,7 +84,7 @@ public String getHostAddress()
8484public byte[] getAddress()
8585```
8686
87- - ###### [ See Solution using Java] ( ) ✅
87+ - ###### [ See Solution using Java] ( https://github.com/anuj-das-10/Network-Programming/blob/main/Solutions/Q-09/InetMethodsDemonstration.java ) ✅
8888
8989#
9090
0 commit comments