Chapter-1 Fundamentals of web
Chapter-1 Fundamentals of web
Content:
Introduction to the Internet, The World Wide
Web, Web Browsers, Web Servers, Uniform
Resource Locators, Hypertext Transfer
Protocol, Security, Web Programmer’s
Toolbox
Introduction to the Internet
History of Internet
The US Department of Defense awarded
contracts as early as the 1960s, including for
the development of the ARPANET project,
directed by Robert Taylor and managed
by Lawrence Roberts.
NSFNET –
National Science Foundation Network
What is internet?
• The Internet, is a worldwide system of
computer networks.It is also called as network
of networks in which users using one
computer can, get information from any other
computer located at various locations.
Disadvantages:
1. Can be expensive to set up and maintain.
2. May experience congestion and network
performance issues with increased usage.
WAN
Wide Area Network is a computer network that
extends over a large geographical area. WAN has
a range of above 50 km.
.org-
Organization
.net-
Network
gov -
Government agencies
edu -
Educational institutions
IP address
An Internet Protocol (IP) address is a unique
numerical identifier assigned for every device
or network that connects to the internet.
Typically assigned by an internet service
provider (ISP).
Ex:192.168.35.4
Parts of IP address:
1.Network part
2.Host part
1.Network part - This part specifies the unique
number assigned to your network.
192.168 forms the network part
1) Static IP address
2) Dynamic IP address
• Static IP addresses serve as a permanent
Internet address.
• Strengths:
– Designed specifically for web applications, making it
easy to create web pages that interact with databases
and handle user input.
– Runs on various web servers and platforms.
Ruby -
• Strengths:
– Elegant and clean syntax that promotes readability
and developer productivity.
– Object-oriented programming (OOP) features, making
it easy to build and maintain complex software.