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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What python library are we using?

A
  • HTTPBaseServer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly