File 1689661682 0009614 WebTechUnit1
File 1689661682 0009614 WebTechUnit1
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
Addresses on the Web:IP Addressing
• Each computer on the internet does have a
unique identification number, called an IP
(Internet Protocol) address.
• The IP addressing system currently in use on
the Internet uses a four-part number.
• Each part of the address is a number ranging
from 0 to 255, and each part is separated from
the previous part by period,
• For example, 106.29.242.17
IP Addressing
• The combination of the four IP address parts
provides 4.2 billion possible addresses (256 x
256 x 256 x 256).
• This number seemed adequate until 1998.
• Members of various Internet task forces are
working to develop an alternate addressing
system that will accommodate the projected
growth.
• However, all of their working solutions require
extensive hardware and software changes
throughout the Internet.
Domain Name Addressing
• Most web browsers do not use the IP address t locate
Web sites and individual pages.
• They use domain name addressing.
• A domain name is a unique name associated with a
specific IP address by a program that runs on an
Internet host computer.
• This program, which coordinates the IP addresses and
domain names for all computers attached to it, is
called DNS (Domain Name System ) software.
• The host computer that runs this software is called a
domain name server.
Domain Name Addressing
http://www.ietlucknow.ac.in/~urquhar5/tour/active.html
http:// /~urquhar5/tour/
identifies type
of transfer active.html
File Location on Remote Computer
www.ietlucknow.ac.in
Domain Name -
name of remote computer
Protocol
• A protocol is the set of rules used to describe
all of the hardware and (mostly) software
operations used to send messages from
Processor A to Processor B
Webpage Webpage
www.ietlucknow.a
c.in/login.asp www.ietlucknow.ac.in/news.html
Web Development Languages & Tools
• HTML/DHTML/XHTML
• Java
• Web Design Tools e.g. Front-page,
Dreamweaver
• Scripting Languages e.g. VBScript,
Javascript,PHP
• Cascading Style Sheets
• XML
HTML Versions