HTTP Flashcards
1
Q
IP (3)
A
- Transfers data from source to destination
- Source creates packet with data and inserts in header destinetion and info
- Data is sent to gateway which sends it to destination
2
Q
TCP connection (2)
A
- Guarantees delivery of package
2. Provide 2 way communication
3
Q
TCP port (1)
A
- Indicates application program on destination computer.
4
Q
UDP (1)
A
- Like tcp but does not guarantee delivery
5
Q
Browsers Tasks (3)
A
- Convert URL to HTTP requests
- communicate with servers
- Render documents
6
Q
URI (1)
A
- Single URI identifies single resource
7
Q
HTTP Response (5)
A
1 Informational 2 Success 3 Redirection 4 Client error 5 Server Error