Unit 1 Introduction of Internet Technology
Unit 1 Introduction of Internet Technology
INTERNET TECHNOLOGY
Learning Outcomes
Introduction to Internet
History of Internet
Internet Service Provider
Client/Server Architecture
Domain Name System
Web Server
Introduction to Internet
The Internet is a worldwide/global system of
interconnected computer networks.
The computers and computer networks exchange
information using TCP/IP (Transmission Control Protocol/
Internet Protocol) to communicate with each other.
The computers are connected via the telecommunications
networks, and the Internet can be used for e-mailing,
transferring files and accessing information on the World
Wide Web.
Every computer in Internet is identified by a unique IP
address. IP Address is a unique set of numbers (such as
110.22.33.114) which identifies a computer’s location.
1.1 Introduction to Internet
The internet allows users to:
Connect easily through computers and phone
Web Browser:-
A web browser is a software program that allows a user to
Host:
A host is a computer or other device that communicates with
other hosts on a network.
Hosts on a network include clients and servers -- that send or
receive data, services or applications.
Host is use for a computer that is connected to the internet and
has its own processor and IP number.
A hostname is the label assigned to a device on a network
and is used to distinguish one device from another on a
specific network or over the Internet.
Internet Terminologies
Hostnames are also used by DNS servers so you can
access a website by a common, easy-to-remember
name to avoid having to remember a string of numbers
(an IP address) just to open a website.
Examples of a Hostname:
www.microsoft.com: www
127.0.0.1- IP number of a host.
Localhost- hostname for local computer
Internet Terminologies
IP ADDRESS:
An Internet Protocol address (IP address) is a numerical
label assigned to each device connected to a computer
network that uses the Internet Protocol for
communication.
An IP address serves two principal functions:
host or network interface identification
location addressing
Internet Protocol version 4 (IPv4) defines an IP
address as a 32-bit number. Because of the growth of
the Internet and The available IPv4 addresses , a new
version of IP (IPv6), using 128 bits for the IP address.
Internet Terminologies
Client:
Client is the piece of software that a designed to interact
with a remote server.
Server:
A server is the computer system that runs on a particular
port, accepting requests from and interacting with remote
clients.
Client/Server Architecture
A client program running on our computer (our web
browser) requests information from a server program
running on another computer on the internet.
HTTP is the command and protocol that sets up
communication between a client and server and passes
commands between the two systems.
The way by which the communication between Server and
Client takes place is via protocols.
The web browser formats and displays the HTML
information which is transferred as a simple small file
from the Web server.
The Web client/server relationship is stateless.
Client/Server Architecture
Stateless meaning that the server does not retain any
information about the client, and the connection between
Web browser and Web server is terminated as soon as the
requested information is sent.
HTTP uses the TCP ( Transmission Control Protocol )to
transport all of its control and data messages from one
computer to another.
When we type particular request the Web browser first gets
the IP address of www.gtu.ac.in from a Domain Name
System (DNS ) server and then connects with the target
server.
The server responds to the client and transfers this HTML
coded document to our Web browser.
Our Web browser then translates and displays the HTML
Client/Server Architecture
ISP
Web
Domain Name System
Domain :
A domain is a name for a network that is connected to the Internet.