lesson 2 Flashcards
1
Q
Common protocols
A
- TCP (Transmission control protocol). Information can be broken into small packets and send
- IP (Internet Protocol) Initiate communication between servers
- HTTP
2
Q
What python library are we using?
A
- HTTPBaseServer
3
Q
Webserver code
A
- The main section we instatitae the webserver and indicate the port in which it will work
- The handler says with code to execute based on the type of http request