Implement TCP programming (XII) by Socket

Socket Communications:

  • Object-oriented connection protocol is TCP, reliable, ordered, so as to transmit data byte stream.
  • TCP-based network communication protocol:
    • Client ---- Socket class
    • Server-side ---- ServerSocket class

A, Socket communication model

 

Guess you like

Origin www.cnblogs.com/myitnews/p/11434342.html