filmov
tv
Learn Java Programming - SocketServer and Socket Part 1

Показать описание
This tutorial will continue expanding on concepts from my ServerSocket & Socket Introduction. I am going to create a server socket prime number calculator application that communicates over port 4141. The server socket will listen for the incoming client connections to provide a number, then the server will respond back with PRIME, COMPOSITE, or Invalid number. In addition to that I am going to throw in a little bonus knowledge on how part of the underlying Transmission Control Protocol/Internet Protocol (TCP/IP) actually functions. TCP was created way back in the 70's and has slowly evolved into the dominant method of transferring data. There are three things that I am going to go over in this video:
SYN - synchronize
ACK - acknowledge
FINAL - final
They form the basis for both establishing socket communications and terminating socket communications
SYN - synchronize
ACK - acknowledge
FINAL - final
They form the basis for both establishing socket communications and terminating socket communications
Learn Java Programming - SocketServer and Socket Part 1
Java socket programming - Simple client server program
Learn Java Programming - SocketServer and Socket Class Introduction
Java Sockets Tutorial: Building a Simple Client-Server Connection
How to create Simple Socket Server and Client in Java
Simple TCP Chat Room in Java
What is a Socket?
Java Socket Programming - Multiple Clients Chat
Java Socket Programming Client Server Messenger
What is a ServerSocket?
Java урок - 16.1.1 Сеть. Socket и ServerSocket классы
Which class provide...?
L103: Java Socket Programming | Client Server Chat Application Program | Java Programming Lectures
Socket Programming in Java, Socket, Server, client and Java Implementation
Advance Java Tutorial 03 ServerSocket class and echoing program
Java Tutorial Server [Deutsch]
Software Engineering: Set keep-alive for Java ServerSocket
Learn JAVA Tutorial #4 Network Programming (TCP Sockets) in Java
Java socket programming where server sends a text and client receives and prints it.
Socket Programming in Java One Way
Sockets in Operating System
ChatApp | WhatsApp UI Look-Alike | Java Socket-Server Programming
Java Socket Programming - Simple Client and Server Program | Socket Programming in Java
Development of ChatServer & ChatClient in Java using Socket Programming - Live Practical Demo
Комментарии