Introduction To Internet
Introduction To Internet
INTRODUCTION TO THE
INTERNET
AND WEB
10/20/15
Internet
2
10/20/15
Internet
3
Key Definitions:
Internet: The internet is a global network of
interconnected networks, connecting private, public and
university networks in one cohesive unit.
Intranet: An intranet is a private enterprise network
that uses internet and web technologies for information
gathering and distribution within an organization.
Extranet: An extranet is a community of interest
created by extending an intranet to selected entities
external to an organization.
10/20/15
Internet
4
No one owns it
It has no formal management organization.
As it was originally developed by the
Department of defense, this lack of
centralization made it less vulnerable to
wartime or terrorist attacks.
To access the Internet, an existing network
need to pay a small registration fee and agree
to certain standards based on the TCP/IP
(Transmission Control Protocol/Internet
Protocol) .
10/20/15
5
The uses of the
Internet
Send e-mail messages.
Send (upload) or receive (down load)
files between computers.
Participate in discussion groups, such as
mailing lists and newsgroups.
Surfing the web.
10/20/15
What is Web?
6
10/20/15
How to access the
8 Internet?
To access the Internet, an existing network
need to pay a small registration fee and
agree to certain standards based on the
TCP/IP (Transmission Control
Protocol/Internet Protocol) reference model.
Each organization pays for its own networks
and its own telephone bills, but those costs
usually exist independent of the internet.
The regional Internet companies route and
forward all traffic, and the cost is still only
that of a local telephone call.
10/20/15
Internet Service Provider
9
(ISP)
A commercial organization with
permanent connection to the Internet
that sells temporary connections to
subscribers.
Examples:
Prodigy, America Online, Microsoft
network, AT&T Networks.
10/20/15
How to access the Web?
10
10/20/15
Client/Server Structure of the
11 Web
Web is a collection of files that reside on
computers, called Web servers, that are
located all over the world and are connected to
each other through the Internet.
When you use your Internet connection to
become part of the Web, your computer
becomes a Web client in a worldwide
client/server network.
A Web browser is the software that you run on
your computer to make it work as a web client.
10/20/15
Hypertext Markup Language
12
(HTML)
The public files on the web servers are
ordinary text files, much like the files used
by word-processing software.
To allow Web browser software to read
them, the text must be formatted
according to a generally accepted
standard.
The standard used on the web is
Hypertext markup language (HTML).
10/20/15
Hypertext Markup Language
13 (HTML)
HTML uses codes, or tags, to tell the Web
browser software how to display the text
contained in the document.
For example, a Web browser reading the
following line of text:
<B> A Review of the Book<I>Wind Instruments
of the 18th Century</I></B>
recognizes the <B> and </B> tags as
instructions to display the entire line of text in
bold and the <I> and </I> tags as instructions to
display the text enclosed by those tags in italics.
10/20/15
Purpose of the IP Address
14
10/20/15
IP Address Structure
17
10/20/15
How IP Addresses and Subnet masks
interact
21
10/20/15
classes of IP address and the default
subnet mask
23
10/20/15
Unicast, Bulticast and Broadcast
addresses
27
10/20/15
Multicast
30
10/20/15
Methods of Obtaining an IP Address
32
How a computer obtains an IP Address
There are two methods of assigning an IP Address
1. Static Assignment
2. Dynamic Assignment
10/20/15
Static Address Assignment
33
With a static assignment, the network administrator must
manually configure the network information for a host.
At a minimum, this includes the host IP address, subnet mask
and default gateway.
Static addresses have some advantages. For instance, they
are useful for printers, servers and other networking devices
that need to be accessible to clients on the network.
Static assignment of addressing information can provide
increased control of network resources, but it can be time
consuming to enter the information on each host.
When using static IP addressing, it is important to maintain
an accurate list of which IP addresses are assigned to which
devices.
Additionally, these are permanent addresses and are not
normally reused.
10/20/15
Dynamic Address
34 Assignment
On local networks it is often the case that the user population
changes frequently.
New users arrive with laptops and need a connection.
Others have new workstations that need to be connected.
Rather than have the network administrator assign IP addresses
for each workstation, it is easier to have IP addresses assigned
automatically.
This is done using a protocol known as Dynamic Host
Configuration Protocol (DHCP).
DHCP provides a mechanism for the automatic assignment of
addressing information such as IP address, subnet mask, default
gateway, and other configuration information.
DHCP reduces the burden on network staff and virtually
eliminates entry errors.
Another benefit of DHCP is that an address is not permanently
assigned to a host but is only leased for a period of time.
If the host is powered down or taken off the network, the
address is returned to the pool for reuse.
This is especially helpful with mobile users that come and go on
a network. 10/20/15
DHCP Servers
35
36
The router provides a gateway through which hosts on
one network can communicate with hosts on different
networks. Each interface on a router is connected to a
separate network.
The IP address assigned to the interface identifies which
local network is connected directly to it.
10/20/15
Network Boundaries and
37 address spaces
Every host on a network must use the router as a
gateway to other networks.
Therefore, each host must know the IP address of the
router interface connected to the network where the host
is attached.
This address is known as the default gateway address.
It can be either statically configured on the host, or
received dynamically by DHCP.
When an integrated router is configured to be a DHCP
server for the local network, it automatically sends the
correct interface IP address to the hosts as the default
gateway address.
When an integrated router is configured as a DHCP
server, it provides its own internal IP address as the
default gateway to DHCP clients.
It also provides them with their respective IP address and
subnet mask.
10/20/15
Network Address Translation
38
The integrated router receives a public address from the
ISP, which allows it to send and receive packets on the
Internet.
It, in turn, provides private addresses to local network
clients.
Since private addresses are not allowed on the Internet, a
process is needed for translating private addresses into
unique public addresses to allow local clients to
communicate on the Internet.
10/20/15
Network Address Translation
39
#1
#2
#3
2001:0DB8:0000:1111:0000:0000:0000:0200
FE80:0000:0000:0000:0123:4567:89AB:CDEF
#1
#2
Types of IPv6 Addresses
•Unicast
•Multicast
•Anycast.
Summary
IP addresses are hierarchical with network,
subnetwork, and host portions. An IP address
can represent a complete network, a specific
host, or the broadcast address of the network.
The subnet mask or prefix is used to determine
the network portion of an IP address. Once
implemented, an IP network needs to be tested
to verify its connectivity and operational
performance.
DHCP enables the automatic assignment of
addressing information such as IP address,
subnet mask, default gateway, and other
configuration information.
IP Addressing
Summary
IPv4 hosts can communicate one of three
different ways: unicast, broadcast, and multicast.
The private IPv4 address blocks are: 10.0.0.0/8,
172.16.0.0/12, and 192.168.0.0/16.
The depletion of IPv4 address space is the
motivating factor for moving to IPv6. Each IPv6
address has 128 bits verses the 32 bits in an IPv4
address. The prefix length is used to indicate the
network portion of an IPv6 address using the
following format: IPv6 address/prefix length.
Network Segmentation
IP Subnetting is
FUNdamental
Subnetting an IPv4 Network
Basic Subnetting
Borrowing Bits to Create Subnets
Borrowing 1 bit 21 = 2 subnets
Borrowing 1 Bit from the host portion creates 2 subnets with the same subnet mask
Subnet 0 Subnet 1
Network 192.168.1.0-127/25 Network 192.168.1.128-255/25
Mask: 255.255.255.128 Mask: 255.255.255.128
Subnetting an IPv4 Network
Subnets in Use
Subnet 0
Network 192.168.1.0-127/25
Subnet 1
Network 192.168.1.128-255/25
Subnetting an IPv4 Network
Subnetting Formulas
Calculate Number of Subnets
Creating 4 Subnets
Borrowing 2 bits to create 4 subnets. 22
= 4 subnets
Subnetting an IPv4 Network
Creating 8 Subnets
Borrowing 3 bits to Create 8 Subnets. 23
= 8 subnets
Subnetting an IPv4 Network
Creating 8
Subnets(continued)
Determining the Subnet Mask