HTTP protocol Basics

HTTP protocol 1. What is the HTTP protocol What is an agreement Agreement refers to the rules agreed by both parties or multiple parties and everyone should abide by The so-called HTTP protocol refers to the rules that the data sent needs to comply with when communicating between the client and the server The data in HTTP protocol is ...

Added by nigelbashford on Sat, 06 Nov 2021 16:08:14 +0200

The Tcp server always sleep s, and the client keeps sending data

Question: "a tcp server and a tcp client. After the client establishes a connection with the server, the server always sleep s, and then the client always sends data". Before answering this question, let's think about the characteristics of tcp and the general process of tcp sending data: First of all, tcp is a reliable transmission ...

Added by djbuddhi on Thu, 04 Nov 2021 13:30:13 +0200

python -- communication principle, process and thread

1, Network programming 1. Computer network Multiple computers with independent functions in different geographical locations and their external devices are connected through communication lines to realize resource sharing and information transmission under the management and coordination of the protocol. Network programming: different comput ...

Added by uncleronin on Tue, 02 Nov 2021 23:54:42 +0200

01 first day of network programming

Course arrangement of network programming: day01 Understand OSI seven layer and TCP/IP four layer network model structureUnderstand common network protocol formatsMaster the conversion between network byte order and host byte order (large end method and small end method)Tell the communication flow of TCP serverOutput TCP client communica ...

Added by narked on Fri, 29 Oct 2021 15:02:02 +0300