Application Layer ll Flashcards
1
Q
How does HTTP work?
A
- HTTP client first initiates a TCP connection with the server
- Once connection is established, the browser/server access TCP
- Client sends and receives HTTP messages
- Server receives and sends messages
2
Q
Non-persistent HTTP
A
At most one object is sent over a TCP. Requires multiple connections to download multiple objects.
3
Q
Persistent HTPP
A
Multiple objects can be sent over single TCP connection
4
Q
Simple Mail Transfer Protocol (SMTP)
A
Protocol between mail servers to email messages