Sockets are communication channels, which facilitate inter-process communication. A socket is one end of a two-way communications link between two programs running on the network. When a computer program needs to connect to a local or wide area network such as the Internet,it uses a software component called a socket. The socket opens the network connection for the program, allowing data to be read and written over the network. It is important to note that these sockets are software, not hardware, like a wall socket.
October 16, 2010 at 10:53 AM
Sockets are communication channels, which facilitate inter-process communication. A socket is one end of a two-way communications link between two programs running on the network. When a computer program needs to connect to a local or wide area network such as the Internet,it uses a software component called a socket. The socket opens the network connection for the program, allowing data to be read and written over the network. It is important to note that these sockets are software, not hardware, like a wall socket.
Related Pages:
Java Socket Java Socket What is a socket? Sockets are communication channels, which facilitate inter-process communication. A socket is one end... such as the Internet,it uses a software component called a socket. The socket opens
Java Socket Programming JavaSocket Programming Hi,
What is JavaSocket Programming? Can anyone give the examples of JavaSocket Programming?
Thanks
Hi,
Please see the tutorial:Overview of Networking through JAVA
Thanks
What is Java Client Socket?
What is Java Client Socket? Hi,
What is client socket in Java... socket connections. To get connection in client socket in java used the class... problem of some sort occurred.
More information about client socket in Java
Java socket programming Javasocket programming Hey i want to transfer a file from Server to Client or vice-versa using JAVAsocket programming. Can you please guide me
Socket and ports Socket and ports
In common language we can say that the socket is one of the
most... hardware and operating systems. However in case of java never get
confused
JAVA Socket Programming JAVASocket Programming i m working on a java project which has multiple client and one server instance how can i make server respond to multiple
client simultaneously
socket programming in java - WebSevices socket programming in java hello i hv made a socket program using which a server and a client can communicate.can both the server side and client side program run on the same machine or 2 different computers (connected by LAN
socket programming question socket programming question can you respond to me the multiple clients chat application java code and a server that manages the clients using the socket programming in java
socket programming question socket programming question can you respond to me the multiple clients chat application java code and a server that manages the clients using the socket programming in java
socket programming question socket programming question can you respond to me the multiple clients chat application java code and a server that manages the clients using the socket programming in java
socket - Java Beginners
client program. i have created only one server socket for all the sockets.. is there any exception will occur if i use only one socket for both sign out and sign
SOCKET PROGRAMING IN THE JAVA FOR NETWORKING CONCEPT SOCKET PROGRAMING IN THE JAVA FOR NETWORKING CONCEPT I WANT TO KNOW ABOUT THE JAVASOCKET PROGRAMING FROM BASIC LEVEL AND HOW CAN I WORK ON IT I KNOW THE JAVA PROGRAMING.SO PLEASE HELP ME HOW CAN I DO SOCKET PROGRAMING
socket class in java - Java Beginners socket class in java i created server and client class using socket....
i have used localhost and port as 2010....
if again i connected in that port it is saying already the port is used....
now my question is how
Socket Wheel to handle many clients - java tutorials Socket Wheel to handle many clients
2001-06-21 The Java Specialists' Newsletter [Issue 023] - Socket Wheel to handle many clients
Author:
Dr. Heinz M... or RSS.
Welcome to the 23rd issue of "The Java(tm) Specialists'
Newsletter
Socket and ports Socket and ports
In common language we can say that the socket is one of the
most... hardware and operating systems. However in case of java never get
confused
Java socket Programming - Java Server Faces Questions Javasocket Programming I want to create a web server. How do I retrieve URL sent by client and how do server responds to the specific URL requested by the client
what is rmi n socket - Java Interview Questions
.
http://www.roseindia.net/java/network/client-socket-information.shtml...:
1.what is rmi?
2.what is socket?
3.which one is superb?
4.what are the difference... friend,
RMI allows a Java program to invoke a method that is being executed
Java and socket - Java Server Faces Questions Java and socket Pls pals help me out coz i try to create a chating... input;
private Socketsocket;
private ServerSocket server... for Connection");
socket = server.accept
Client Socket Information socket information. This is a very simple program of java network. Here, we have... Client Socket Information
 ... of the Socket class passing two arguments as hostName
and TIME_PORT
socket programming socket programming how to create server socket in web service...it will read parameter from file
socket programing socket programing how can u pass data from 1-another system by socket class
Socket Programming Socket Programming How to connect a computer through IP only and check whether it is up and running? I can't see any method in Socket programming where I can pass only IP address as argument. I need the pass port number also
socket programing in servlet socket programing in servlet give me a example to write socket programing in servlet
Socket connection - MobileApplications Socket connection Hi everyone!!
I am a student in Viet Nam... file.xml in server (PC), I want to send to client by socket conection, everyone please help me!!
If not use socket, can I use other conection?? Hi Friend
Failed Client-Socket Communication
Failed Client-Socket Communication I hve written a server program...{
ServerSocket s = new ServerSocket(9001);
for (;;){
Socket... Socket incoming;
private int counter;
public RealEchoHandler(Socket i, int c
regarding socket - Development process
regarding socket sir I have a project of socket.
which takes input from user(client) and checks in database(server) and sends the responses to client but I am facing problem this connection maintains for only single thread
Jdbc and Socket Program - JDBC
Jdbc and Socket Program Sir,
I would like to get a program i which first a Frame is created and then Username and pssword textfields are added to it.Then as we enetr the user name and password it should be updated
Socket Programming in Servlets - JSP-Servlet Socket Programming in Servlets How to write a TCP/IP socket program inside a servlet...Is it possible....Please give your suggestions......Thanks in advance
Socket Programming in Servlet - JSP-Servlet Socket Programming in Servlet Hi Every One,
My... and inside that servlet i wrote the socket programming, now my servlet is a server(i... TestServer extends HttpServlet{
ServerSocket server;
Socket client
OS service via bluetooth socket
OS service via bluetooth socket through bluetooth socket i want to send instructions to the OS, where i dont want any server code for this on my PC or Laptop. My instructions should be handled by the OS inbuilt bluetooth
socket connection: how to parse data from server? socket connection: how to parse data from server? hi,
I am a j2me programmer,i want to retrieve some data from server using socket connection,I h'v established the connection through the port and getting the data from the server
How could I use Socket in my application?
How could I use Socket in my application? I created an application dealing with the management of a supermarket using Hibernate and Swing. I found out today that I have to use also Socket and I don't know exactly what I could do
GetKeepAlive
:
C:\rose>java getKeepAlive
socket =Socket[addr... on the method for creating the Socket()
method. Firstly create a class named of "getKeepAlive" and
initialize a class Socket. The
main purpose
java
java program to send and receive datagram using datagram packet and datagram socket
java Frames - Java Beginners
://www.roseindia.net/java/network/client-socket-information.shtml
Thanks...java Frames Hi friend,
Thanks for your reply. Can i use frames in socket program. Hi anita,
I am sending you a link
java - Java Beginners
://www.roseindia.net/java/network/client-socket-information.shtml
Thanks...;Hi Friend,
Difference between Socket and ServerSocket
1) ServerSocket... to them while Socket is implemented at the client side to send requests
Datagram in network environment
and the server communicate with each-other by reliable
channel like TCP socket which have... between machines. Java implements datagrams on top of the UDP protocol by
using three.... While the Multicast
socket is used to broadcast the DatagramPackets to multiple
Java - Java Beginners
Java Using Socket Programming develop the echo server and the echo client program that display whatever is typed in the server on to the client...://www.roseindia.net/java/network/
Hope that it will be helpful for you.
Thanks
E-Commerce Web Hosting
. These tools are shopping carts, Merchant Account services, SSL
(Secure Socket... should
provide your 24 hours support
Secure Socket Layer: Since...;
JSP/Servlet Support: Your web hosting account
should include Java
Multicasting in Java - java tutorials,tutorial
Multicasting in Java
In a datagram network, Multicast is the transmission... in Java, be it unicast, broadcast or
multicast, one needs a java.net.DatagramSocket :
DatagramSocket socket = new DatagramSocket();
The word "Multicast"
question
question Sir,
Please give me a source code for client server socket programing in java
thread inside other thread - Java Beginners
different socket and different input and output stream the problem is in closing the sockets I donot know exactly where can I close the second socket
Hi i want java code that diaplays server scren at the client side
Hi i want java code that diaplays server scren at the client side Hi I'm Shivaprasad i want javasocket code that shows the server side screen when... the following link:
Java Networking Tutorials
Overview of Networking through JAVA
Overview of Networking through JAVA
The
Java platform is extremely preferable... on network. Java, mainly focuses on the
networking relating the description of the networking capabilities of the Java
platform and second one is describes