marcelpierres / CPS706_Project

Implementing a Content Distribution Server
0 stars 0 forks source link

How to make this thing work #1

Open marcelpierres opened 7 years ago

marcelpierres commented 7 years ago

On Page 604-606 of the Computer Networking: A Top Down Approach Featuring the Internet, 6th ed It is an exact replica of the problem we currently need to develop, I advise reading that first then relaying your understanding to the assignment given

marcelpierres commented 7 years ago

Textbookhelp.pdf Here is the provided pages

marcelpierres commented 7 years ago

Here are some more sources on how to setup the client and obtain IP addresses from a Web address Sockets programming in Java A tutorial JavaWorld2.pdf Get IP address with URL string_ (Java) - Stack Overflow.pdf sockets - Getting the IP address of the current machine using Java - Stack Overflow.pdf Sockets programming in Java A tutorial JavaWorld.pdf

marcelpierres commented 7 years ago

Even more sources and how to make a Server and Client... Literally more than 50 percent of the lab here PracticalSocketJava.pdf TCP Server and TCP Client in Java.pdf Chapter13.pdf how to implement TCP server and TCP client in java to transfer files - Stack Overflow.pdf Java Networking.pdf

Here is a youtube video on how to set it up as well... A lot of sources. xD Just had to find the right name of what we were doing https://www.youtube.com/watch?v=6G_W54zuadg

ShehzadMuhammad commented 7 years ago

example of DNS implementation in JAVA

http://www.dnsjava.org/

ShehzadMuhammad commented 7 years ago

Extra stuff on DNS server implementation in JAVA http://javabasicstudy.blogspot.ca/2011/07/program-for-domain-name-system-dns_27.html

https://james.apache.org/server/2/apidocs/org/apache/james/dnsserver/DNSServer.html

http://www.eecs.wsu.edu/~hauser/teaching/CS455-F01/LectureNotes/2-11-4up.pdf

marcelpierres commented 7 years ago

More Example on UDP and DNS programming DNSexampleimportnant.pdf DNSExampleimportant2.pdf EXAMPLEDNSimportant.pdf dnsudp.pdf dnsexample2.pdf

dailyfreeudp.pdf dnsexample.pdf

marcelpierres commented 7 years ago

A Perfect Definition of A DNS and how it works chapter2b-aus.pdf

ShehzadMuhammad commented 7 years ago

Found extra resources to help us

https://systembash.com/a-simple-java-udp-server-and-udp-client/ https://docs.oracle.com/javase/tutorial/networking/datagrams/clientServer.html

https://www.youtube.com/watch?v=SFrWdodD3hs http://www.heimetli.ch/udp/UDPServer.html

http://stackoverflow.com/questions/10556829/sending-and-receiving-udp-packets-using-java https://www.cs.uic.edu/~troy/spring05/cs450/sockets/socket.html

https://tutorialedge.net/udp-client-server-tutorial-java http://www.javatpoint.com/DatagramSocket-and-DatagramPacket

http://www.java2s.com/Code/Java/Network-Protocol/UseDatagramSockettosendoutandreceiveDatagramPacket.htm http://tutorials.jenkov.com/java-networking/udp-datagram-sockets.html