Introduction Notes
Introduction Notes
HTML Codes
<html>
…
Request </html>
Response
Client Server
Program /
Scripts
<html>
…
</html>
Introduction to Internet [email protected] 11
HTTP
• HTTP (Hypertext Transfer Protocol)
– protocol used to access data on the WWW.
– uses one TCP connection on well-known port 80.
– two types of http messages: Request, Response
– transfer data in the form of plain text, hypertext,
audio, video, and so on.
DEMO!
Client-Side Server-Side