Results 1 to 4 of 4
- 04-03-2012, 03:43 PM #1
Member
- Join Date
- Apr 2012
- Posts
- 1
- Rep Power
- 0
Implement a simple TCP client- server system that makes use of a simple proxy server
Hi, I'm new to Java networking and I need a huge help so I can create this TCP client- server and a proxy server.
Background
The operation of a proxy server is straightforward: it relays data from the client to the (remote) server and data from the server to the client.
Specific Requirements
The proxy should accept a TCP connection request from a TCP client its port 8080. It should open a TCP connection with your chosen TCP server and connect the client with the server, and the server to the client using streams to provide by the Sockets created.
It is required that TCP communications from client to (remote) server are concurrent, with respect to TCP communications in the opposite direction.
Minimally, it should aim at building a system that involves the echo client sending messages via the proxy to a TCP echo server and correctly receiving the echoed messages.
The second capability of your proxy to be tested is whether an ordinary Web browser, can connect via your proxy to a well-known Web server such as BBC - Homepage and successfully display the page.
Can anyone create the code for me please?? THANKS A LOT !
- 04-03-2012, 04:06 PM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,476
- Rep Power
- 16
Re: Implement a simple TCP client- server system that makes use of a simple proxy ser
I do hope you aren't asking someone to do this for you?
Please do not ask for code as refusal often offends.
- 04-03-2012, 05:11 PM #3
Re: Implement a simple TCP client- server system that makes use of a simple proxy ser
Why do they call it rush hour when nothing moves? - Robin Williams
- 04-04-2012, 12:38 AM #4
Re: Implement a simple TCP client- server system that makes use of a simple proxy ser
Get in the habit of using standard Java naming conventions!
Similar Threads
-
Simple Client (2) - Server program
By Reztem in forum New To JavaReplies: 2Last Post: 01-09-2012, 02:05 AM -
Simple TCP Client/Server not working?!?!?!
By FiniteRed in forum NetworkingReplies: 1Last Post: 07-15-2011, 03:23 PM -
Simple client and server chat system
By danborgir in forum New To JavaReplies: 1Last Post: 04-26-2011, 01:34 PM -
simple FTP server and FTP client
By simontkk2005 in forum NetworkingReplies: 2Last Post: 11-17-2010, 10:38 AM -
Simple server-client
By DC200 in forum New To JavaReplies: 6Last Post: 12-09-2009, 05:13 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks