When you know a thing, to hold that you know it, and when you do not know a thing, to allow that you do not know it - this is knowledge. -Confucius-

Friday, November 2, 2012

C# Socket Programming

As with Java we can use C# to handle Sockets in our computers. The Socket Basics are the same as described in here. But there are some different key words which C# use to  play with Sockets. Some of them are described as below. (Found them on the internet). They will give some brief explanation about those words. (Actually those words represent C# classes and Methods) GetStream returns a NetworkStream that...

Tuesday, October 30, 2012

Java Socket Programming

Sockets in some kind of device (basically a computer) provide the communication mechanism between two devices(computers) using TCP. A client program which represent the client end creates a socket (virtual) on its end of the communication and attempts to connect that socket to a server.  When the connection is made, the server creates a socket object(virtual) on its end of the communication. Here server...

Friday, February 24, 2012

Watch Star Wars Using Command Prompt

To do this we have to use TelNet protocol. Telnet is a network protocol used on the Internet or Local area networks to provide bidirectional interactive text-oriented communications facility using a virtual terminal connection.   To install Telnet Client on Windows 7 or Windows Vista        Click Start, and then click Control Panel. On the Control Panel Home...