Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Java: Socket Programming Simplified
Rating: 4.6 out of 5(635 ratings)
29,919 students

Java: Socket Programming Simplified

Build the foundations for server side programming, a MUST learn for server side application developers/aspirants.
Created bySagar Uppuluri
Last updated 6/2021
English

What you'll learn

  • Get deep insights about single threaded and multi-threaded client/server communication using TCP/IP
  • Understand UDP, HTTP and understand working of HTTPServer using a Mock Server.
  • Build simple peer-to-peer chat and group chat apps.

Course content

6 sections16 lectures1h 47m total length
  • Introduction1:04
  • Understand message transfer between applications3:48

    Port number uniquely identifies an application running under one protocol. When a message is sent from an application, several headers gets added and they help in passing relevant information to be processed by the same layer on the other end. 

Requirements

  • You should possess the basic knowledge in Object oriented programming in Java.
  • Basic knowledge in Java multi-threading is good to have.

Description

Socket programming is an essential part of the language that enables you to understand how applications communicate over the network. This helps in enabling you to understand how client server communication works and also gives you more insights into how server applications are built. 

It is important for each and every application developer (including Java developers) to have an understanding of how socket communication works. Hence this course is an absolute necessity. 

The primary focus points of this course include

  • How TCP/IP communication works

  • How UDP/IP communication works

  • Basic client/server coding using multi-threaded client/server.

  • Get working knowledge of HTTP communication using Mock HTTPServer.

  • Build a Peer-to-Peer chat app using TCP/IP

  • Build a Group Chat app using UDP/IP.

Once you are familiar with the above topics you will be able to confidently deal with the current client/server applications.

Who this course is for:

  • Anyone who is familiar with Java programming and looking to get started with server side coding.
  • Useful even for the one who is looking to learn Socket Programming in some other language. This course will certainly give them the much needed introduction.