11
Web Programming Lecture # 01

Lecture+01

Embed Size (px)

Citation preview

Page 1: Lecture+01

Web Programming

Lecture # 01

Page 2: Lecture+01

Internet

• Network of networks that consists of millions of private & public, academic, business and Government networks.

Page 3: Lecture+01

Web• Is a distributed information system • Information in the web is connected by Hyperlinks.

Page 4: Lecture+01

World Wide Web

• Is a system of interlinked hypertext documents documents via the internet.

Page 5: Lecture+01

Hypertext• Is a text, displayed on a computer with references to other text that

the reader can immediately access, usually by a mouse click or key press sequence. OR

• Or a method of presenting information where selected word in online text can be expanded into more information

Page 6: Lecture+01

Web Page• Is a document on the internet• Web Site is a collection of web pages.

Page 7: Lecture+01

Web Browser• Is a computer program tou use to retrieve

and view web pages. E.g. IE, NetScape

Page 8: Lecture+01

Web Server• A computer program that is responsible for accepting HTTP

requests from clients • The computer on which such software runs is known as web server

Page 9: Lecture+01

Protocol• is a set of rules which is used by computers to communicate with

each other across a network. A protocol is a convention or standard that controls or enables the connection, communication, and data transfer between computing endpoints.

Page 10: Lecture+01

HTTP• hypertext transfer protocol: a protocol

(utilizing TCP) to transfer hypertext requests and information between servers and browsers

Page 11: Lecture+01

TCP/IP• TCP (Transmission Control Protocol) operates at a higher level,

concerned only with the two end systems, for example a Web browser and a Web server.

• Whereas IP(Internet Protocol) handles lower-level transmissions from computer to computer as a message makes its way across the Interne