SlideShare une entreprise Scribd logo
1  sur  110
Chapter 1

How the Web Works

Randy Connolly and Ricardo Hoar
Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Textbook by Prentice Hall
Fundamentals of Web Development
http://www.funwebdev.com
Objectives

1

Definitions and
History

2

Internet Protocols

3

Client-Server Model

4

Where is the
Internet?

5

Domain Name System

6

Uniform Resource
Locators (URL)

7

Hypertext Transfer
Protocol (HTTP)

8

Web Servers

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Section 1 of 8

DEFINITIONS AND HISTORY
Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Internet = Web?
The answer is no

The World‐Wide Web (WWW or simply the Web) is 
(
py
)
certainly what most people think of when they see the 
word “internet.” 
But the WWW is only a subset of the Internet. 
Internet

Email

Web

Online
gaming
FTP

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Communication Definitions
We will begin with the telephone

Telephone networks provide a good starting place to 
p
p
g
gp
learn about modern digital communications. 
In the telephone networks of old, calls were routed 
through operators who physically connected caller and 
receiver by connecting a wire to a switchboard to 
complete the circuit.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Circuit Switching
A circuit switching establishes an actual physical 
g
p y
connection between two people through a series of 
physical switches.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Circuit Switching
Its Limitations

Circuit  Switching Weaknesses
g
 You must establish a link and maintain a 
dedicated circuit for the duration of the call 
 Difficult to have multiple conversations 
simultaneously
 Wastes bandwidth since even the silences are 
transmitted

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
ARPANET
The beginnings of the Internet

The research network ARPANET was created. In the 1960s


ARPANET did not use circuit switching



it used packet switching
it used packet switching

A packet‐switched network does not require a continuous 
connection. Instead it splits the messages into smaller 
chunks called packets and routes them to the appropriate 
place based on the destination address.
The packets can take different routes to the destination.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Packet Switching

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Packet Switching
Isn t
Isn’t this more complicated?

While packet switching may seem a more complicated 
p
g y
p
and inefficient approach than circuit switching, it is:
 more robust (it is not reliant on a single pathway 
that may fail) and 
 a more efficient use of network resources (since 
a circuit can communicate multiple connections).
i it
i t
lti l
ti )

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Short History of the Internet
Perhaps not short enough

The early ARPANET network was funded and 
y
controlled by the United States government, and was 
used exclusively for academic and scientific purposes. 
The early network started small with just a handful of 
connected campuses in 1969 and grew to a few 
hundred by the early 1980s.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
TCP/IP
Rides to the rescue

To promote the growth and unification of the 
p
g
disparate networks a suite of protocols was invented 
to unify the networks together.
By 1981, new networks built in the US began to adopt 
the TCP/IP (Transmission Control Protocol / Internet 
Protocol) communication model (discussed in the next 
section), while older networks were transitioned over 
to it. 

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Tim Berners-Lee
I meant Sir Tim Berners Lee
Berners-Lee

The invention of the WWW is usually attributed to the 
y
British Tim Berners‐Lee, who, along with the Belgian 
Robert Cailliau, published a proposal in 1990 for a 
hypertext system while both were working at CERN in 
hypertext system while both were working at CERN in
Switzerland. 

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Core Features of the Web
Shortly after that initial proposal Berners‐Lee developed the 
y
p p
p
main features of the web:
1.

A URL to uniquely identify a resource on the WWW.

2.

The HTTP protocol to describe how requests and 
responses operate.

3.

A software program (later called web server software) 
that can respond to HTTP requests.

4.

HTML to publish documents.
HTML to publish documents.

5.

A program (later called a browser) to make HTTP 
requests from URLs and that can display the HTML it 
receives.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
W3C
The World Wide Web Consortium

Also in late 1994, Berners‐Lee helped found the World 
,
p
Wide Web Consortium (W3C), which would soon 
become the international standards organization that 
would oversee the growth of the web. 
would oversee the growth of the web.
This growth was very much facilitated by the decision 
of CERN to not patent the work and ideas done by its 
employee and instead left the web protocols and 
code‐base royalty free.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Web Apps Compared to Desktop Apps
First the advantages of web apps

Some of the advantages of web applications include:
g
pp
Accessible from any internet‐enabled computer.
Usable with different operating systems and browser 
Usable with different operating systems and browser
platforms.
Easier to roll out program updates since only need to 
update software on server and not on every desktop in 
organization.
Centralized storage on the server means fewer 
Centralized storage on the server means fewer
concerns about local storage (which is important for 
sensitive information such as health care data).

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Web Apps Compared to Desktop Apps
Now the disadvantages of web apps

Some of the disadvantages of web applications include:
Requirement to have an active internet connection (the 
internet is not always available everywhere at all times).
Security concerns about sensitive private data being 
transmitted over the internet.
Concerns over the storage, licensing and use of uploaded 
data.
Problems with certain websites on certain browsers not 
looking quite right.
Limited access to the operating system can prevent 
software and hardware from being installed or accessed 
(like Adobe Flash on iOS).

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
What is an “Intranet”?
A short digression

One of the more common terms you might encounter 
y
g
in web development is the term “intranet” (with an 
“a”), which refers to an internet network that is local 
to an organization or business. 
to an organization or business.
Intranet resources are often private, meaning that only 
employees (or authorized external parties such as 
customers or suppliers) have access to those 
resources. 
Thus Internet (with an “e”) is a broader term that 
h
( i h “ ”) i b d
h
encompasses both private (intranet) and public 
networked resources. 

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
What is an “Intranet”?
Intranets are typically protected from unauthorized 
yp
yp
external access via security features such as firewalls 
or private IP ranges. 
Because intranets are private, search engines such as 
Because intranets are private search engines such as
Google have limited or no access to content within a 
private intranet. 
Due to this private nature, it is difficult to accurately 
gauge, for instance, how many web pages exist within 
intranets, and what technologies are more common in 
them. 
h
Some especially expansive estimates guess that almost 
p
half of all web resources are hidden in private intranets.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Intranet versus Internet

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Intranets and the Job Market
Being aware of intranets is also important when one 
g
p
considers the job market and market usage of 
different web technologies. 
If one focuses just on the public internet, it will appear 
that, for instance, PHP, MySQL, and WordPress, are 
absolutely dominant in their market share. 
But when one adds in the private world of corporate 
intranets, other technologies such as ASP.NET, JSP, 
SharePoint, Oracle, SAP, and IBM WebSphere, are just 
Sh
i O l S
d
bS h
j
as important.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Static Web Sites
Partying Like It s 1995
It’s

In the earliest days of the web, a webmaster (the term 
y
,
(
popular in the 1990s for the person who was 
responsible for creating and supporting a web site) 
would publish web pages, and periodically update 
them. 
h
In those early days, the skills needed to create a web 
site were pretty basic: one needed knowledge of the 
site were pretty basic: one needed knowledge of the
HTML markup language and perhaps familiarity with 
editing and creating images.
This type of web site is commonly referred to as a 
hi
f b i i
l
f
d
static web site, in that it consists only of HTML pages 
that look identical for all users at all times.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Static Web Sites

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Dynamic Web Sites
Within a few years of the invention of the web, sites 
y
,
began to get more complicated as more and more 
sites began to use programs running on web servers to 
generate content dynamically. 
generate content dynamically.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Dynamic Web Sites

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Dynamic Web Sites
What are they?

These server‐based programs would read content 
p g
from databases, interface with existing enterprise 
computer systems, communicate with financial 
institutions, and then output HTML that would be sent 
institutions, and then output HTML that would be sent
back to the users’ browsers. 
This type of web site is called here in this book a 
dynamic web site because the page content is being 
created at run‐time by a program created by a 
p g
programmer; this page content can vary for user to 
p g
y
user.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Web 2.0 and Beyond
In the mid 2000s, a new buzz‐word entered the 
,
computer lexicon: web 2.0. 
This term had two meanings, one for users and one for 
developers. 

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Web 2.0
Its meaning for users

For the users, Web 2.0 referred to an interactive 
,
experience where users could contribute and consume 
web content, thus creating a more user‐driven web 
experience.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Web 2.0
Its meaning for developers

For software developers, Web 2.0 also referred to a 
p ,
change in the paradigm of how dynamic web sites are 
created. 
Programming logic, which previously existed only on 
the server, began to migrate to the browser. 
This required learning Javascript, a rather tricky 
Thi
i dl
i J
i t
th t i k
programming language that runs in the browser, as 
well as mastering the rather difficult programming 
techniques involved in asynchronous communication. 
h i
i l di
h
i i

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Section 2 of 8

INTERNET PROTOCOLS
Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
What’s a Protocol?
The internet exists today because of a suite of 
y
interrelated communications protocols. 
A protocol is a set of rules that partners in 
communication use when they communicate. 

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
A Layered Architecture
The TCP/IP Internet protocols were originally 
/
p
g
y
abstracted as a four‐layer stack. 
Later abstractions subdivide it further into five or 
seven layers. 
Since we are focused on the top layer anyhow, we will 
use the earliest and simplest four‐layer network 
th
li t d i l t f
l
t
k
model.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Four Layer Network Model

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Link Layer
Save this for your networking course

The link layer is the lowest layer, responsible for both 
y
y , p
the physical transmission across media (wires, 
wireless) and establishing logical links. 
It handles issues like packet creation, transmission, 
reception and error detection, collisions, line sharing 
and more. 

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Internet Layer
The internet layer (sometimes also called the IP Layer) 
y (
y )
routes packets between communication partners 
across networks. 

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Internet Protocol (IP)
The Internet uses the Internet Protocol (IP) addresses 
( )
to identify destinations on the Internet. 
Every device connected to the Internet has an IP 
address, which is a numeric code that is meant to 
uniquely identify it.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
IP addresses and the Internet

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
IP Addresses
Two types

IPv4 addresses are the IP addresses from the original 
g
TCP/IP protocol. 
In IPv4, 12 numbers are used (implemented as four 8‐
bit integers), written with a dot between each integer. 
Since an unsigned 8‐bit integer's maximum value is 
255, four integers together can encode approximately 
255 f
i t
t th
d
i t l
4.2 billion unique IP addresses.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
IP Addresses
Two types

To future proof the Internet against the 4.2 billion 
p
g
limit, a new version of the IP protocol was created, 
IPv6. 
This newer version uses eight 16‐bit integers for 2128
unique addresses, over a billion billion times the 
number in IPv4. 
These 16‐bit integers are normally written in 
hexadecimal, due to their longer length. 

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
IP Addresses
Inside of networks is different

Your IP address will generally be assigned to you by 
g
y
g
y
y
your Internet Service Provider (ISP). 
In organizations, large and small, purchasing extra IP 
addresses from the ISP is not cost effective. 
In a local network, computers can share a single IP 
address between them. 
dd
b t
th

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Transport Layer
The transport layer ensures transmissions arrive, in 
p
y
,
order, and without error.  
This is accomplished through a few mechanisms. 
First, the data is broken into packets formatting 
according to the Transmission Control Protocol (TCP). 

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Transport Layer
Secondly, each packet is acknowledged back to the 
y,
p
g
sender so in the event of a lost packet, the transmitter 
will realize a packet has been lost since no ACK arrived 
for that packet. 
for that packet.
That packet is retransmitted, and although out of 
order, is reordered at the destination. 

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
TCP Packets

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Application Layer
With the application layer, we are the level of 
pp
y ,
protocols familiar to most web developers.  
Application layer protocols implement process‐to‐
process communication and are at a higher level of 
abstraction in comparison to the low‐level packet and 
IP addresses protocols in the layers below it.
Examples: HTPP, SSH, FTP, DNS, POP, SMTP.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Section 3 of 8

CLIENT-SERVER MODEL
Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Client-Server Model
What is it?

The web is sometimes referred to as a client‐server 
model of communications. 
In the client‐server model, there are two types of 
actors: clients and servers.
The server is a computer agent that is normally active 
24 hours a day, 7 days a week (or simply 24/7), 
24 h
d 7d
k ( i l 24/7)
listening for queries from any client who make a 
request. 
A client is a computer agent that makes requests and 
receives responses from the server, in the form of 
response codes, images, text files, and other data.
response codes images text files and other data
Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Request-Response Loop
Within the client‐server model, the request‐response 
,
q
p
loop is the most basic mechanism on the server for 
receiving requests and transmitting data in response. 
The client initiates a request to a server and gets a 
response that could include some resource like an 
HTML file, an image or some other data.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
The Peer-to-Peer Alternative
Not actually illegal

In the peer‐to‐peer model where each computer is 
p
p
p
functionally identical, each node is able to send and 
receive directly with one another. 
In such a model each peer acts as both a client and 
server able to upload and download information. 

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Peer-to-Peer Model

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Server Types
A server is rarely just a single computer

Earlier, the server was shown as a single machine, 
,
g
,
which is fine from a conceptual standpoint. 
Clients make requests for resources from a URL; to the 
client, the server is a single machine.
However, most real‐world web sites are typically not 
served from a single server machine, but by many 
df
i l
hi b t b
servers. 
It is common to split the functionality of a web site 
It is common to split the functionality of a web site
between several different types of server.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Server Types

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Real-World Server Installations
Not only are there different types of servers, there is 
y
yp
,
often replication of each of the different server types.
A busy site can receive thousands or even tens of 
thousands of requests a second; globally popular sites 
such as Facebook receive millions of requests a 
second. 

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Server Farms
Have no cows

A single web server that is also acting as an application 
g
g
pp
or database server will be hard‐pressed to handle 
more than a few hundred requests a second, so the 
usual strategy for busier sites is to use a server farm.
usual strategy for busier sites is to use a server farm.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Server Farm

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Server Farms
The goal behind server farms is to distribute incoming 
g
g
requests between clusters of machines so that any 
given web or data server is not excessively overloaded. 
Special routers called load balancers distribute 
incoming requests to available machines.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Server Farms
Even if a site can handle its load via a single server, it is 
g
,
not uncommon to still use a server farm because it 
provides failover redundancy. 
That is, if the hardware fails in a single server, one of 
the replicated servers in the farm will maintain the 
site’s availability.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Server Racks
In a server farm, the computers do not look like the 
,
p
ones in your house.  
Instead, these computers are more like the plates 
stacked in your kitchen cabinets. 
That is, a farm will have its servers and hard drives 
stacked on top of each other in server racks. 
t k d t
f
h th i
k
A typical server farm will consist of many server racks, 
each containing many servers.
each containing many servers

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Server Rack

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Data Centers
Server farms are typically housed in special facilities 
yp
y
p
called data centers. 

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Hypothetical Data Center

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Data Centers
Where are they?

To prevent the potential for site down times, most 
p
p
,
large web sites will exist in mirrored data centers in 
different parts of the country, or even world.
As a consequence, the costs for multiple redundant 
data centers are quite high, and only larger web 
companies can afford to create and manage their own.
Most web companies will instead lease space from a 
third‐party data center.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Commercial Web Hosting
It is also common for the reverse to be true – that is, a 
,
single server machine may host multiple sites. 
Large commercial web hosting companies such as 
GoDaddy, Blue Host, Dreamhost, and others will 
typically host hundreds or even thousands of sites on a 
single machine (or mirrored on several servers).

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Section 4 of 8

WHERE IS THE INTERNET?
Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Is the Internet a Cloud?
The Internet is often visually represented as a cloud, 
y p
,
which is perhaps an apt way to think about the 
Internet given the importance of light and magnetic 
pulses to its operation. 
pulses to its operation.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Is the Internet a Cloud?
No

It is important to recognize that our global network of 
p
g
g
networks does not work using magical water vapor, 
but is implemented via 
millions of kilometers of copper wires and fiber optic 
cables, as well as via 
hundreds of thousands of server computers 
hundreds of thousands of server computers
and probably an equal number of routers, switches, 
and other networked devices, 
along with many thousands of air conditioning units 
and specially‐constructed server rooms and buildings.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
From the Computer to the Local Provider

Our main experience of the hardware component of 
p
p
the Internet is that which we experience in our homes. 

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
In the House
The broadband modem (also called a cable modem or 
(
DSL modem) is a bridge between the network 
hardware outside the house (typically controlled by a 
phone or cable company) and the network hardware 
phone or cable company) and the network hardware
inside the house. 
These devices are often supplied by the ISP.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Routers
The wireless router is perhaps the most visible 
p
p
manifestation of the Internet in one’s home, in that it 
is a device we typically need to purchase and install. 
Routers are in fact one of the most important and 
ubiquitous hardware devices that makes the Internet 
work. 
At its simplest, a router is a hardware device that 
forwards data packets from one network to another 
network. 
k

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Routers and Routing Tables

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Out of the House
Once we leave the confines of our own homes, the 
,
hardware of the Internet becomes much murkier. 
In the illustration, the various neighborhood 
broadband cables (which are typically using copper, 
aluminum, or other metals) are aggregated and 
connected to fiber optic cable via fiber connection 
boxes. 

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Fiber Optic Cable
Fiber optic cable (or simply optical fiber) is a glass‐
p
(
py p
)
g
based wire that transmits light and has significantly 
greater bandwidth and speed in comparison to metal 
wires. 
wires.
In some cities (or large buildings), you may have fiber 
optic cable going directly into individual buildings; in 
such a case the fiber junction box will reside in the 
building.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
To the Provider
These fiber optic cables eventually make their way to 
p
y
y
an ISP’s head‐end, which is a facility that may contain 
a cable modem termination system (CMTS) or a 
digital subscriber line access multiplexer (DSLAM) in a 
digital subscriber line access multiplexer (DSLAM) in a
DSL‐based system. 

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
From the Local Provider to the Ocean

Eventually your ISP has to pass on your requests for 
yy
p
y
q
Internet packets to other networks. 
This intermediate step typically involves one or more 
regional network hubs.
Your ISP may have a large national network with 
optical fiber connecting most of the main cities in the 
ti l fib
ti
t f th
i iti i th
country. 
Some countries have multiple national or regional 
Some countries have multiple national or regional
networks, each with their own optical network. 

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Connecting different networks
within and b t
ithi
d between countries
t i

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Internet Exchange Points
Connecting different networks

This type of network configuration began to change in 
yp
g
g
g
the 2000s, as more and more networks began to 
interconnect with each other using an Internet 
Exchange Point
Exchange Point (IX or IXP).
or IXP). 
These IXPs allow different ISPs to peer with one 
another (that is, interconnect) in a shared facility, 
thereby improving performance for each partner in 
the peer relationship.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
National and regional networks
using Internet Exchange Points
i I t
tE h
P i t

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Sample Internet Exchange Point

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
IXPs
Not just for large networks

Different networks connect not only to other networks 
y
within an IXP, but now large web sites such as 
Microsoft and FaceBook are also connecting to 
multiple other networks simultaneously as a way of 
multiple other networks simultaneously as a way of
improving the performance of their sites.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Real IXPs
Real IXPs, such as at Palo Alto (PAIX), Amsterdam 
,
(
),
(AMS‐IX), Frankfurt (CE‐CIX), London (LINX), allow 
many hundreds of networks and companies to 
interconnect and have throughput of over 1000 
interconnect and have throughput of over 1000
gigabits per second.
The scale of peering in these IXPs is way beyond that 
shown in the diagram (which shows peering with only 
five others); companies within these IXPs use large 
routers from Cisco and Brocade that have hundreds of 
ports allowing hundreds of simultaneous peering 
relationships.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
IXPs and Data Centers
In recent years, major web companies have joined the 
y
,
j
p
j
network companies in making use of IXPs. 
As shown in the diagram, this sometimes involves 
mirroring a site’s infrastructure (i.e., web and data 
servers) in a data center located near the IXP. 

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Across the Oceans
Eventually, international Internet communication will 
y,
need to travel underwater. 
The amount of undersea fiber optic cable is quite 
staggering and is growing yearly. 

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Undersea fiber optic lines
(courtesy T l G
(
t
TeleGeography)
h )

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Section 5 of 8

DOMAIN NAME SYSTEM (DNS)
(
)
Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Domain Name System
Why do we need it?

As elegant as IP addresses may be, human beings do 
g
y ,
g
not enjoy having to recall long strings of numbers. 
Instead of IP addresses, we use the Domain Name 
System (DNS)

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
DNS Overview

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Domain Levels
Third‐Level Domain

Top Level Domain (TLD)

server1.www.funwebdev.com
Fourth‐Level Domain

Most general

Second‐Level Domain (SLD)

Top‐Level Domain (TLD)

Second‐Level Domain (SLD)

Third‐Level Domain
Thi d L l D
i

Most specific

Fourth‐Level Domain

Randy Connolly and Ricardo Hoar

com

funwebdev

www

server1

Fundamentals of Web Development
Types of TLDs
Generic top‐level domains (gTLD)
p
(g
)
Country code top‐level domain (ccTLD)

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Name Registration
How are domain names assigned? 
g
Special organizations or companies called domain 
name registrars manage the registration of domain 
names. 
These domain name registrars are given permission to 
do so by the appropriate generic top‐level domain 
d
b th
i t
i t l ld
i
(gTLD) registry and/or a country code top‐level domain 
(ccTLD) registry.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Domain name registration process

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
DNS Address Resolution
While domain names are certainly an easier way for 
y
y
users to reference a web site, eventually, your browser 
needs to know the IP address of the web site in order 
to request any resources from it. 
to request any resources from it.
The Domain Name System provides a mechanism for 
software to discover this numeric IP address. 
This process is referred to here as address resolution.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Domain name address resolution process

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Section 6 of 8

UNIFORM RESOURCE LOCATORS
(URL)
Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
URL Components
In order to allow clients to request particular resources 
q
p
from the server, a naming mechanism is required so 
that the client knows how to ask the server for the file.
For the web that naming mechanism is the Uniform 
Resource Locator (URL). 
http://www.funwebdev.com/index.php?page=17#article
Protocol

Domain

Randy Connolly and Ricardo Hoar

Path

Query String

Fragment

Fundamentals of Web Development
Query String
Q y
Query strings will be covered in depth when we learn 
g
p
more about HTML forms and server‐side 
programming. 
They are the way of passing information such as user 
form input from the client to the server. In URL's they 
are encoded as key‐value pairs delimited by “&” 
symbols and preceded by the “?” symbol. 

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Section 7 of 8

HYPERTEXT TRANSFER
PROTOCOL (HTTP)
Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
HTTP
The HTTP protocol establishes a TCP connection on 
p
port 80 (by default). 
The server waits for the request, and then responds 
with a response code, headers and an optional 
message (which can include files).

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
HTTP

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Web Requests
While we as web users might be tempted to think of 
g
p
an entire page being returned in a single HTTP 
response, this is not in fact what happens. 
In reality the experience of seeing a single web page is 
facilitated by the client's browser which requests the 
initial HTML page, then parses the returned HTML to 
find all the resources referenced from within it, like 
images, style sheets and scripts. 
Only when all the files have been retrieved is the page 
O l h
ll h fil h
b
i di h
fully loaded for the user

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Browser parsing HTML and
making subsequent requests
ki
b
t
t

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Browser Tools for HTTP
Modern browsers provide the developer with tools 
p
p
that can help us understand the HTTP traffic for a 
given page.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
HTTP Request Methods
The HTTP protocol defines several different types of 
p
yp
requests, each with a different intent and 
characteristics. 
The most common requests are the GET and POST 
request, along with the HEAD request. 
Other requests, such as PUT, DELETE, CONNECT, TRACE 
Oth
t
h PUT DELETE CONNECT TRACE
and OPTIONS are seldom used, and are not covered 
here.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
GET versus POST requests

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Section 8 of 8

WEB SERVERS
Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Web Servers
A web server is, at a fundamental level, nothing more 
,
,
g
than a computer that responds to HTTP requests. 

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Web Stack
Regardless of the physical characteristics of the server, 
g
p y
,
one must choose an application stack to run a website.
This stack will include an operating system, web server 
software, a database and a scripting language to 
process dynamic requests. 

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
LAMP Software Stack
Throughout this textbook we will rely on the LAMP 
g
y
software stack, which refers to the Linux operating 
system, Apache web server, MySQL database, and PHP 
scripting language
scripting language

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
WISA software stack
Many corporations, for instance, make use of the 
y
p
,
,
Microsoft WISA software stack, which refers to 
Windows operating system, IIS web server, SQL Server 
database, and the ASP.NET server side development 
database, and the ASP.NET server‐side development
technologies.

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
What You’ve Learned

1

Definitions and
History

2

Internet Protocols

3

Client-Server Model

4

Where is the
Internet?

5

Domain Name System

6

Uniform Resource
Locators (URL)

7

Hypertext Transfer
Protocol (HTTP)

8

Web Servers

Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Buy the book, or
y
Find out more at

www.funwebdev.com

Randy Connolly and Ricardo Hoar
Randy Connolly and Ricardo Hoar

Fundamentals of Web Development
Textbook by Prentice Hall
Fundamentals of Web Development
http://www.funwebdev.com

Contenu connexe

Tendances

Understanding world wide web and the internet
Understanding world wide web and the internetUnderstanding world wide web and the internet
Understanding world wide web and the internetMangesh Dete
 
Introduction to Javascript
Introduction to JavascriptIntroduction to Javascript
Introduction to JavascriptAmit Tyagi
 
Introduction to CSS
Introduction to CSSIntroduction to CSS
Introduction to CSSAmit Tyagi
 
Advanced Web Development
Advanced Web DevelopmentAdvanced Web Development
Advanced Web DevelopmentRobert J. Stein
 
CS8651 Internet Programming - Basics of HTML, HTML5, CSS
CS8651   Internet Programming - Basics of HTML, HTML5, CSSCS8651   Internet Programming - Basics of HTML, HTML5, CSS
CS8651 Internet Programming - Basics of HTML, HTML5, CSSVigneshkumar Ponnusamy
 
Lecture-1: Introduction to web engineering - course overview and grading scheme
Lecture-1: Introduction to web engineering - course overview and grading schemeLecture-1: Introduction to web engineering - course overview and grading scheme
Lecture-1: Introduction to web engineering - course overview and grading schemeMubashir Ali
 
ASP, ASP.NET, JSP, COM/DCOM
ASP, ASP.NET, JSP, COM/DCOMASP, ASP.NET, JSP, COM/DCOM
ASP, ASP.NET, JSP, COM/DCOMAashish Jain
 
XML Document Object Model (DOM)
XML Document Object Model (DOM)XML Document Object Model (DOM)
XML Document Object Model (DOM)BOSS Webtech
 
introduction to Web system
introduction to Web systemintroduction to Web system
introduction to Web systemhashim102
 
Web Design Notes
Web Design NotesWeb Design Notes
Web Design Notesbutest
 
Introduction to ASP.NET
Introduction to ASP.NETIntroduction to ASP.NET
Introduction to ASP.NETRajkumarsoy
 
Difference between-web-designing-and-web-development
Difference between-web-designing-and-web-developmentDifference between-web-designing-and-web-development
Difference between-web-designing-and-web-developmentGlobal Media Insight
 

Tendances (20)

Xml ppt
Xml pptXml ppt
Xml ppt
 
Bootstrap
BootstrapBootstrap
Bootstrap
 
Understanding world wide web and the internet
Understanding world wide web and the internetUnderstanding world wide web and the internet
Understanding world wide web and the internet
 
Introduction to Javascript
Introduction to JavascriptIntroduction to Javascript
Introduction to Javascript
 
Introduction to CSS
Introduction to CSSIntroduction to CSS
Introduction to CSS
 
Advanced Web Development
Advanced Web DevelopmentAdvanced Web Development
Advanced Web Development
 
CS8651 Internet Programming - Basics of HTML, HTML5, CSS
CS8651   Internet Programming - Basics of HTML, HTML5, CSSCS8651   Internet Programming - Basics of HTML, HTML5, CSS
CS8651 Internet Programming - Basics of HTML, HTML5, CSS
 
Lecture-1: Introduction to web engineering - course overview and grading scheme
Lecture-1: Introduction to web engineering - course overview and grading schemeLecture-1: Introduction to web engineering - course overview and grading scheme
Lecture-1: Introduction to web engineering - course overview and grading scheme
 
Web Development using HTML & CSS
Web Development using HTML & CSSWeb Development using HTML & CSS
Web Development using HTML & CSS
 
Introduction to php
Introduction to phpIntroduction to php
Introduction to php
 
Dynamic HTML (DHTML)
Dynamic HTML (DHTML)Dynamic HTML (DHTML)
Dynamic HTML (DHTML)
 
Model View Controller (MVC)
Model View Controller (MVC)Model View Controller (MVC)
Model View Controller (MVC)
 
MYSQL - PHP Database Connectivity
MYSQL - PHP Database ConnectivityMYSQL - PHP Database Connectivity
MYSQL - PHP Database Connectivity
 
ASP, ASP.NET, JSP, COM/DCOM
ASP, ASP.NET, JSP, COM/DCOMASP, ASP.NET, JSP, COM/DCOM
ASP, ASP.NET, JSP, COM/DCOM
 
XML Document Object Model (DOM)
XML Document Object Model (DOM)XML Document Object Model (DOM)
XML Document Object Model (DOM)
 
introduction to Web system
introduction to Web systemintroduction to Web system
introduction to Web system
 
jQuery for beginners
jQuery for beginnersjQuery for beginners
jQuery for beginners
 
Web Design Notes
Web Design NotesWeb Design Notes
Web Design Notes
 
Introduction to ASP.NET
Introduction to ASP.NETIntroduction to ASP.NET
Introduction to ASP.NET
 
Difference between-web-designing-and-web-development
Difference between-web-designing-and-web-developmentDifference between-web-designing-and-web-development
Difference between-web-designing-and-web-development
 

Similaire à How the Web Works Explained

Lecture 1- Introduction to Computers and the Internet.pptx
Lecture 1- Introduction to Computers and the Internet.pptxLecture 1- Introduction to Computers and the Internet.pptx
Lecture 1- Introduction to Computers and the Internet.pptxRemyaTom2
 
Internet and computer are your future
Internet and computer are your futureInternet and computer are your future
Internet and computer are your futureTallat Satti
 
Computer communication and internet
Computer communication and internetComputer communication and internet
Computer communication and interneteVidhya
 
Intrenet and its uses
Intrenet and its usesIntrenet and its uses
Intrenet and its usesRaj Parekh
 
Module 103: Internet Technologies
Module 103: Internet TechnologiesModule 103: Internet Technologies
Module 103: Internet TechnologiesNeishaB
 
Introduction to Medicine and the Internet
Introduction to Medicine and the InternetIntroduction to Medicine and the Internet
Introduction to Medicine and the Internetwebhostingguy
 
Introduction to Medicine and the Internet
Introduction to Medicine and the InternetIntroduction to Medicine and the Internet
Introduction to Medicine and the Internetwebhostingguy
 
Kamailio World 2017: Getting Real with WebRTC
Kamailio World 2017: Getting Real with WebRTCKamailio World 2017: Getting Real with WebRTC
Kamailio World 2017: Getting Real with WebRTCChad Hart
 
The Evolving Architecture
The Evolving ArchitectureThe Evolving Architecture
The Evolving ArchitectureWilliam Grosso
 
2 internet essentials
2 internet essentials2 internet essentials
2 internet essentialschris30931
 
Itc lec 6 introduction of internet
Itc lec 6 introduction of internetItc lec 6 introduction of internet
Itc lec 6 introduction of internetAnzaDar3
 
Introduction to Server-Side Development with PHP.ppt
Introduction to Server-Side Development with PHP.pptIntroduction to Server-Side Development with PHP.ppt
Introduction to Server-Side Development with PHP.pptDestaBelayneh1
 
Why learn about the internet 7
Why learn about the internet 7Why learn about the internet 7
Why learn about the internet 7Zain Ul Abedeen
 
Why learn about the internet 7
Why learn about the internet 7Why learn about the internet 7
Why learn about the internet 7Zain Ul Abedeen
 
Fundamentals of internet
Fundamentals of internetFundamentals of internet
Fundamentals of internetfarooq2016
 

Similaire à How the Web Works Explained (20)

Chapter1.pptx
Chapter1.pptxChapter1.pptx
Chapter1.pptx
 
Daley7 ppt 07
Daley7 ppt 07Daley7 ppt 07
Daley7 ppt 07
 
Lecture 1- Introduction to Computers and the Internet.pptx
Lecture 1- Introduction to Computers and the Internet.pptxLecture 1- Introduction to Computers and the Internet.pptx
Lecture 1- Introduction to Computers and the Internet.pptx
 
Internet and computer are your future
Internet and computer are your futureInternet and computer are your future
Internet and computer are your future
 
Computer communication and internet
Computer communication and internetComputer communication and internet
Computer communication and internet
 
Intrenet and its uses
Intrenet and its usesIntrenet and its uses
Intrenet and its uses
 
Module 103: Internet Technologies
Module 103: Internet TechnologiesModule 103: Internet Technologies
Module 103: Internet Technologies
 
Internet Guide
Internet GuideInternet Guide
Internet Guide
 
Introduction to Medicine and the Internet
Introduction to Medicine and the InternetIntroduction to Medicine and the Internet
Introduction to Medicine and the Internet
 
Introduction to Medicine and the Internet
Introduction to Medicine and the InternetIntroduction to Medicine and the Internet
Introduction to Medicine and the Internet
 
HTML for beginners
HTML for beginnersHTML for beginners
HTML for beginners
 
Kamailio World 2017: Getting Real with WebRTC
Kamailio World 2017: Getting Real with WebRTCKamailio World 2017: Getting Real with WebRTC
Kamailio World 2017: Getting Real with WebRTC
 
The Evolving Architecture
The Evolving ArchitectureThe Evolving Architecture
The Evolving Architecture
 
2 internet essentials
2 internet essentials2 internet essentials
2 internet essentials
 
Itc lec 6 introduction of internet
Itc lec 6 introduction of internetItc lec 6 introduction of internet
Itc lec 6 introduction of internet
 
Introduction to Server-Side Development with PHP.ppt
Introduction to Server-Side Development with PHP.pptIntroduction to Server-Side Development with PHP.ppt
Introduction to Server-Side Development with PHP.ppt
 
Why learn about the internet 7
Why learn about the internet 7Why learn about the internet 7
Why learn about the internet 7
 
Why learn about the internet 7
Why learn about the internet 7Why learn about the internet 7
Why learn about the internet 7
 
OFC 2014 Dinesh Dutt
OFC 2014 Dinesh DuttOFC 2014 Dinesh Dutt
OFC 2014 Dinesh Dutt
 
Fundamentals of internet
Fundamentals of internetFundamentals of internet
Fundamentals of internet
 

Plus de Randy Connolly

Ten-Year Anniversary of our CIS Degree
Ten-Year Anniversary of our CIS DegreeTen-Year Anniversary of our CIS Degree
Ten-Year Anniversary of our CIS DegreeRandy Connolly
 
Careers in Computing (2019 Edition)
Careers in Computing (2019 Edition)Careers in Computing (2019 Edition)
Careers in Computing (2019 Edition)Randy Connolly
 
Facing Backwards While Stumbling Forwards: The Future of Teaching Web Develop...
Facing Backwards While Stumbling Forwards: The Future of Teaching Web Develop...Facing Backwards While Stumbling Forwards: The Future of Teaching Web Develop...
Facing Backwards While Stumbling Forwards: The Future of Teaching Web Develop...Randy Connolly
 
Where is the Internet? (2019 Edition)
Where is the Internet? (2019 Edition)Where is the Internet? (2019 Edition)
Where is the Internet? (2019 Edition)Randy Connolly
 
Modern Web Development (2018)
Modern Web Development (2018)Modern Web Development (2018)
Modern Web Development (2018)Randy Connolly
 
Helping Prospective Students Understand the Computing Disciplines
Helping Prospective Students Understand the Computing DisciplinesHelping Prospective Students Understand the Computing Disciplines
Helping Prospective Students Understand the Computing DisciplinesRandy Connolly
 
Constructing a Web Development Textbook
Constructing a Web Development TextbookConstructing a Web Development Textbook
Constructing a Web Development TextbookRandy Connolly
 
Web Development for Managers
Web Development for ManagersWeb Development for Managers
Web Development for ManagersRandy Connolly
 
Disrupting the Discourse of the "Digital Disruption of _____"
Disrupting the Discourse of the "Digital Disruption of _____"Disrupting the Discourse of the "Digital Disruption of _____"
Disrupting the Discourse of the "Digital Disruption of _____"Randy Connolly
 
17 Ways to Fail Your Courses
17 Ways to Fail Your Courses17 Ways to Fail Your Courses
17 Ways to Fail Your CoursesRandy Connolly
 
Red Fish Blue Fish: Reexamining Student Understanding of the Computing Discip...
Red Fish Blue Fish: Reexamining Student Understanding of the Computing Discip...Red Fish Blue Fish: Reexamining Student Understanding of the Computing Discip...
Red Fish Blue Fish: Reexamining Student Understanding of the Computing Discip...Randy Connolly
 
Constructing and revising a web development textbook
Constructing and revising a web development textbookConstructing and revising a web development textbook
Constructing and revising a web development textbookRandy Connolly
 
Computing is Not a Rock Band: Student Understanding of the Computing Disciplines
Computing is Not a Rock Band: Student Understanding of the Computing DisciplinesComputing is Not a Rock Band: Student Understanding of the Computing Disciplines
Computing is Not a Rock Band: Student Understanding of the Computing DisciplinesRandy Connolly
 
Citizenship: How do leaders in universities think about and experience citize...
Citizenship: How do leaders in universities think about and experience citize...Citizenship: How do leaders in universities think about and experience citize...
Citizenship: How do leaders in universities think about and experience citize...Randy Connolly
 
Thinking About Technology
Thinking About TechnologyThinking About Technology
Thinking About TechnologyRandy Connolly
 
A longitudinal examination of SIGITE conference submission data
A longitudinal examination of SIGITE conference submission dataA longitudinal examination of SIGITE conference submission data
A longitudinal examination of SIGITE conference submission dataRandy Connolly
 
Is Human Flourishing in the ICT World of the Future Likely?
Is Human Flourishing in the ICT World of the Future Likely?Is Human Flourishing in the ICT World of the Future Likely?
Is Human Flourishing in the ICT World of the Future Likely?Randy Connolly
 
Constructing a Contemporary Textbook
Constructing a Contemporary TextbookConstructing a Contemporary Textbook
Constructing a Contemporary TextbookRandy Connolly
 
Art and Culture - Module 11 - Enlightenment
Art and Culture - Module 11 - EnlightenmentArt and Culture - Module 11 - Enlightenment
Art and Culture - Module 11 - EnlightenmentRandy Connolly
 

Plus de Randy Connolly (20)

Ten-Year Anniversary of our CIS Degree
Ten-Year Anniversary of our CIS DegreeTen-Year Anniversary of our CIS Degree
Ten-Year Anniversary of our CIS Degree
 
Careers in Computing (2019 Edition)
Careers in Computing (2019 Edition)Careers in Computing (2019 Edition)
Careers in Computing (2019 Edition)
 
Facing Backwards While Stumbling Forwards: The Future of Teaching Web Develop...
Facing Backwards While Stumbling Forwards: The Future of Teaching Web Develop...Facing Backwards While Stumbling Forwards: The Future of Teaching Web Develop...
Facing Backwards While Stumbling Forwards: The Future of Teaching Web Develop...
 
Where is the Internet? (2019 Edition)
Where is the Internet? (2019 Edition)Where is the Internet? (2019 Edition)
Where is the Internet? (2019 Edition)
 
Modern Web Development (2018)
Modern Web Development (2018)Modern Web Development (2018)
Modern Web Development (2018)
 
Helping Prospective Students Understand the Computing Disciplines
Helping Prospective Students Understand the Computing DisciplinesHelping Prospective Students Understand the Computing Disciplines
Helping Prospective Students Understand the Computing Disciplines
 
Constructing a Web Development Textbook
Constructing a Web Development TextbookConstructing a Web Development Textbook
Constructing a Web Development Textbook
 
Web Development for Managers
Web Development for ManagersWeb Development for Managers
Web Development for Managers
 
Disrupting the Discourse of the "Digital Disruption of _____"
Disrupting the Discourse of the "Digital Disruption of _____"Disrupting the Discourse of the "Digital Disruption of _____"
Disrupting the Discourse of the "Digital Disruption of _____"
 
17 Ways to Fail Your Courses
17 Ways to Fail Your Courses17 Ways to Fail Your Courses
17 Ways to Fail Your Courses
 
Red Fish Blue Fish: Reexamining Student Understanding of the Computing Discip...
Red Fish Blue Fish: Reexamining Student Understanding of the Computing Discip...Red Fish Blue Fish: Reexamining Student Understanding of the Computing Discip...
Red Fish Blue Fish: Reexamining Student Understanding of the Computing Discip...
 
Constructing and revising a web development textbook
Constructing and revising a web development textbookConstructing and revising a web development textbook
Constructing and revising a web development textbook
 
Computing is Not a Rock Band: Student Understanding of the Computing Disciplines
Computing is Not a Rock Band: Student Understanding of the Computing DisciplinesComputing is Not a Rock Band: Student Understanding of the Computing Disciplines
Computing is Not a Rock Band: Student Understanding of the Computing Disciplines
 
Citizenship: How do leaders in universities think about and experience citize...
Citizenship: How do leaders in universities think about and experience citize...Citizenship: How do leaders in universities think about and experience citize...
Citizenship: How do leaders in universities think about and experience citize...
 
Thinking About Technology
Thinking About TechnologyThinking About Technology
Thinking About Technology
 
A longitudinal examination of SIGITE conference submission data
A longitudinal examination of SIGITE conference submission dataA longitudinal examination of SIGITE conference submission data
A longitudinal examination of SIGITE conference submission data
 
Web Security
Web SecurityWeb Security
Web Security
 
Is Human Flourishing in the ICT World of the Future Likely?
Is Human Flourishing in the ICT World of the Future Likely?Is Human Flourishing in the ICT World of the Future Likely?
Is Human Flourishing in the ICT World of the Future Likely?
 
Constructing a Contemporary Textbook
Constructing a Contemporary TextbookConstructing a Contemporary Textbook
Constructing a Contemporary Textbook
 
Art and Culture - Module 11 - Enlightenment
Art and Culture - Module 11 - EnlightenmentArt and Culture - Module 11 - Enlightenment
Art and Culture - Module 11 - Enlightenment
 

Dernier

DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????blackmambaettijean
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 

Dernier (20)

DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 

How the Web Works Explained