123ArticleOnline Logo
Welcome to 123ArticleOnline.com!
ALL >> Technology,-Gadget-and-Science >> View Article

A Small World Of Sockets

Profile Picture
By Author: Wisemonkeys
Total Articles: 277
Comment this article
Facebook ShareTwitter ShareGoogle+ ShareTwitter Share

Normally, a server runs on a specific computer and has a socket that is bound to a specific port number. The server just waits, listening to the socket for a client to make a connection request.

On the client-side: The client knows the hostname of the machine on which the server is running and the port number on which the server is listening. To make a connection request, the client tries to rendezvous with the server on the server's machine and port. The client also needs to identify itself to the server so it binds to a local port number that it will use during this connection. This is usually assigned by the system.

A client's connection request
If everything goes well, the server accepts the connection. Upon acceptance, the server gets a new socket bound to the same local port and also has its remote endpoint set to the address and port of the client. It needs a new socket so that it can continue to listen to the original socket for connection requests while tending to the needs of the connected client.

The connection is made
On the client side, if the connection is accepted, a socket is ...
... successfully created and the client can use the socket to communicate with the server.

The client and server can now communicate by writing to or reading from their sockets.

An endpoint is a combination of an IP address and a port number. Every TCP connection can be uniquely identified by its two endpoints. That way you can have multiple connections between your host and the server.

The java.net package in the Java platform provides a class, Socket, that implements one side of a two-way connection between your Java program and another program on the network. The Socket class sits on top of a platform-dependent implementation, hiding the details of any particular system from your Java program. By using the java.net.Socket class instead of relying on native code, your Java programs can communicate over the network in a platform-independent fashion.

Additionally, java.net includes the ServerSocket class, which implements a socket that servers can use to listen for and accept connections to clients. This lesson shows you how to use the Socket and ServerSocket classes.

If you are trying to connect to the Web, the URL class and related classes (URLConnection, URLEncoder) are probably more appropriate than the socket classes. In fact, URLs are a relatively high-level connection to the Web and use sockets as part of the underlying implementation.

It is said that "Knowledge is Power" and Wisemonkeys(https://wisemonkeys.info/) is the ideal platform to prove this right where this blog was posted. Additionally, when knowledge is free it should be shared. Therefore, keeping this in mind Wisemonkeys an LMS platform is developed so that people can exchange their ideas, knowledge and experiences for the wise Gen z.

SIGN UP(https://me.wisemonkeys.info/login) TODAY and upgrade your knowledge base.

Total Views: 223Word Count: 471See All articles From Author

Add Comment

Technology, Gadget and Science Articles

1. Ssd Vs Hdd: Which Storage Drive Is Better For You?
Author: Stellar India

2. Understanding Css Preprocessors: Sass And Less
Author: SEO Niotechone Software

3. Was Ist Ein Tagerechner Und Wofür Wird Er Benutzt?
Author: Steffen Stahl

4. Is Your Business Ready For Ai-ml Development Services In 2025? Here’s How Top Services Help
Author: Ozrit Technologies

5. Web Scraping Ultra-processed Food Trends And Reviews
Author: Food Data Scrape

6. Virtual Receptionists - Opening New Opportunities For Businesses At Large
Author: Oliver Trevascus

7. Revolutionizing Manufacturing With Advanced Wood Plastic Composite Machines
Author: Machinemg

8. Essential Seo Tools To Skyrocket Your Website's Performance
Author: Mahesh

9. How Can You Benefit Out Of A Strong Customer Relation?
Author: Eliza Garran

10. Ui/ux Design For Web Applications: A Comprehensive Guide
Author: SEO Niotechone Software

11. Top 7 Benefits Of Implementing Odoo Erp For Your Business
Author: Alex Forsyth

12. Jaspersoft Consultancy For Advanced Reporting And Data Visualization Solutions
Author: Vhelical

13. 10 Common Voip Sbc Integration Hurdles (and How To Smoothly Overcome Them)
Author: Hire VoIP Developer

14. Key Features Every Partner Portal Should Have In 2025
Author: crmjetty

15. Web Scraping Menu And Pricing Data From Didi Food Mexico
Author: Food Data Scrape

Login To Account
Login Email:
Password:
Forgot Password?
New User?
Sign Up Newsletter
Email Address: