Socket Programming

FAST-NET (JavaFx Chat System)

 Presenter : Faizan Ahmad
 Roll No : 17P-6020
 GitHub : https://github.com/faizanf33/fast-net
 Slides : https://slides.com/faizanf33/fast-net

Server Socket

  • Accept (Listener)
  • Inet Socket Addressing (IPv4)
  • Bind (Input/Output Steam)
  • TCP/IP Protocol
  • Server Client Communication
  • Close Connection

socket ()

bind ()

listen ()

accept ()

send/receive

close ()

Client Socket

  • Connects (Listener)
  • Inet Socket Addressing (IPv4)
  • Bind (Input/Output Steam)
  • TCP/IP Protocol
  • Multiple Client Communication
  • Close Connection

socket ()

bind ()

connect ()

send/receive

close ()

That's all

Thank you.

Fast-Net

By Faizan Ahmad

Fast-Net

JavaFx Chat System using socket programming

  • 117