- Information
- AI Chat
Was this document helpful?
NP lab2 - 5- meta knowledge about wisedone (X) 6- meta knowledge about knowledge (T) 7-
Course: Digital Marketing Questions
33 Documents
Students shared 33 documents in this course
University: Egyptian Chinese University
Was this document helpful?
By Eng. Hager Soliman -LAB 2 – Network programming course
Network programming |Lab 2
2.1 what HTTP?
An introduction to HTTP orders & python language
2.2 how is HTTP work?
HTTP Request / Response
Communication between clients and servers is done by requests and responses:
1. A client (a browser) sends an HTTP request to the web
2. A web server receives the request
3. The server runs an application to process the request
4. The server returns an HTTP response (output) to the browser
5. The client (the browser) receives the response