SlideShare une entreprise Scribd logo
1  sur  29
Basic's of Internet
➢ What is meant by internet?
➢ History of internet?
➢ Internet uses?
What is meant by Internet??

The INTERNET is a network of computers, which
links many different types of computers all over the
world
 It uses the standared Protocol called TCP/IP
History of Internet?

ARPANET was the first WAN and had only
four sites in 1969.

In 1989, the U.S. government lifted restrictions
on the use of INTERNET, and allow its usage
for commercial purposes as well.
How internet Works
Operations of Internet
Packets of information flow between machines
governed by common rules (protocols):
 Internet protocol (IP)
 Transport control protocol (TCP)
Internet Protocol
● IP is a numerical label assigned to each device (e.g.,
computer, printer) participating in a computer
network that uses the Internet Protocol for
communication.
● Ip address had two types IPv4 and IPv6
● IPV4 - The designers of the Internet Protocol
defined an IP address as a 32-bit number and this
system, known as Internet Protocol Version 4 (IPv4)
Internet Protocol (Continued)
● IPV6 – Due to the enormous growth of internet and
the depletion of available addresses,new version of
IP(ipv6) using 128 bit address
● IP addresses are binary numbers, but they are
usually stored in text files and displayed in human-
readable notations, such as 172.16.254.1 (for IPv4),
and 2001:db8:0:1234:0:567:8:1 (for IPv6)
Classes of IP address
ClassClass Start AddressStart Address End AddressEnd Address
A 0.0.0.0 126.255.255.255
B 128.0.0.0 191.255.255.255
C 192.0.0.0 223.255.255.255
D 224.0.0.0 239.255.255.255
E 240.0.0.0 254..255.255.255
255.255.255.255 - Broadcast
Private ip address range
● 10.0.0.0 - 10.255.255.255
● Addresses: 16,777,216
● 172.16.0.0 - 172.31.255.255
● Addresses: 1,048,576
● 192.168.0.0 - 192.168.255.255
● Addresses: 65,536
TCP/IP
● TCP/IP stands for transmission control protocol and
Internet Protocol
● TCP/IP provides end-to-end connectivity specifying
how data should be formatted, addressed,
transmitted, routed and received at the destination
TCP/IP(Continued)
The TCP/IP had 4 layers
Application Layer
Transport Layer
Internet Layer
Network Access Layer
Internet Domains
Domain Description
● .com Commericial organization
● .edu Educational institutions
● .gov Government websites
● .mil military groups
● .in indiaan groups
● .net network support centers
● .org non-profit organizatio
Uses of internet
● Research and homework
● Communication
● Shopping
● Games and Entertainment
● Exploring world
● Education
Networks
● What is mean by network
● How it works
● Types
● Features of networks
What is meant by Computer Network
● Two or more computers linked together - either by
cable or wireless router
● It allows to cummunicate and exchange the data
between the computers
How the network works
Types of Network
● LAN (Local Area Network)
● MAN (Metropolitan Area Network)
● WAN ( Wide Area Network)
●
Host
● A host is anything that generates or receives data on
the data network
● A host is different from network equipment -
switches, routers, or hubs or gateways.
● Example : a personal computer, laptop, smart phone,
tablet, etc
Hub
● A common connection point for devices in a
network. Hubs are commonly used to connect
segments of a LAN. A hub contains multiple ports.
When a packet arrives at one port, it is copied to the
other ports so that all segments of the LAN can see
all packets.
Switch
A device that filters and forwards packets between
LAN segments. Switches operate at the data link
layer (layer 2) and sometimes the network layer
(layer 3) of the OSI Reference Model and therefore
support any packet protocol. LANs that use switches
to join segments are called switched LANs or, in the
case of Ethernet networks, switched Ethernet LANs.
Router
A device that forwards data packets along
networks. A router is connected to at least two
networks, commonly two LANs or WANs or a LAN
and its ISP's network. Routers are located at
gateways, the places where two or more networks
connect. Routers use headers and forwarding tables
to determine the best path for forwarding the
packets, and they use protocols such as ICMP to
communicate with each other and configure the best
route between any two hosts.
Static Web page
● It is a web page that is delivered to the user exactly
as stored in server
● It will display samething to all the users
● Static webpage developed by html
● Each webpage having seperated file
● Updates and changing is rare cases
Dynamic Webpage
● It is a web page with web content that varies based
on parameters provided by a user or a computer
program.
● Dynamic webpage writteen using by php, ASP.
● Its has diff databases to storing the data.
● Dynamic webpage will be frequently updated by
admin or application
Difference b/w static and dynamic webpage
Static webpageStatic webpage Dynamic webpageDynamic webpage
1.the whole code written in html The whole code Written in PHP, ASP.
2.static webpages can't be change once
developed if must mean can change front
page content using dreamviewer
Dynamic webpages can be change and
update frequent the content of the page
Easy to develope more complex comapred to static webpage
Static webpage cheapest to develope Dynamic webpage more cost to develope
pages
Each page stored in a each file Every page will be stored in single file
www.googlecalculator.com Maps.google.com,news website
Host request and response
Client Server
request
page
Establish a temporary connection between the client and server
Client sends the request to the server
Server returns the requested page or an error message
Client displays whatever the server returns
Disconnect
Web server
A Web server is a program that generates and transmits
responses to client requests for Web resources.
Handling a client request consists of several key steps:
Parsing the request message
Checking that the request is authorized
Associating the URL in the request with a file name
Constructing the response message
Transmitting the response message to the requesting client
Framework
● What is mean by framework
● How to build framework
framework
● Framework – Structure
● How to build framewok using a python??
● Framework is a set of rules and patterns
● Which one is contain Predifined classes and
methods that is called framework
How www.google.com works in
browser
● When you write www.google.com and hit enter
Computer
Www.google.com Www.google.com
IP Address
IP Address
Web document
Web document
Web documentWeb document

Contenu connexe

Tendances

Tendances (20)

WWW, Website & Webpage
WWW, Website & WebpageWWW, Website & Webpage
WWW, Website & Webpage
 
INTERNET TECHNOLOGY
INTERNET  TECHNOLOGYINTERNET  TECHNOLOGY
INTERNET TECHNOLOGY
 
Web Browser
Web BrowserWeb Browser
Web Browser
 
Basic concept of internet
Basic concept of internetBasic concept of internet
Basic concept of internet
 
Introduction to Internet
Introduction to InternetIntroduction to Internet
Introduction to Internet
 
Types of Web Browser
Types of Web BrowserTypes of Web Browser
Types of Web Browser
 
The Internet
The InternetThe Internet
The Internet
 
File transfer protocol
File transfer protocolFile transfer protocol
File transfer protocol
 
Internet basics
Internet basicsInternet basics
Internet basics
 
Word processing
Word processing  Word processing
Word processing
 
uniform resource locator
uniform resource locatoruniform resource locator
uniform resource locator
 
WWW, WEB BROWSER AND SEARCH ENGINE
WWW, WEB BROWSER AND SEARCH ENGINEWWW, WEB BROWSER AND SEARCH ENGINE
WWW, WEB BROWSER AND SEARCH ENGINE
 
internet protocol
internet protocolinternet protocol
internet protocol
 
How Internet Works
How Internet WorksHow Internet Works
How Internet Works
 
Internet address
Internet addressInternet address
Internet address
 
protocols and types of protocols.
protocols and types of protocols.protocols and types of protocols.
protocols and types of protocols.
 
The internet
The internetThe internet
The internet
 
Introduction to the internet
Introduction to the internetIntroduction to the internet
Introduction to the internet
 
Email basics
Email basicsEmail basics
Email basics
 
Basics of Networks ,Advantages and Disadvantages
Basics of  Networks ,Advantages and DisadvantagesBasics of  Networks ,Advantages and Disadvantages
Basics of Networks ,Advantages and Disadvantages
 

En vedette

the internet, basics and some things about web 2.0
the internet, basics and some things about web 2.0the internet, basics and some things about web 2.0
the internet, basics and some things about web 2.0Johannes Henseler
 
Internet Basics quick course
Internet Basics quick courseInternet Basics quick course
Internet Basics quick courseedreamerz
 
Beyond the Basics: Internet Resources for Clinicians
Beyond the Basics: Internet Resources for CliniciansBeyond the Basics: Internet Resources for Clinicians
Beyond the Basics: Internet Resources for CliniciansUSA Biomedical Library
 
Internet Basics
Internet BasicsInternet Basics
Internet BasicsAnn Treacy
 
Web 101: Internet Basics for Entrepreneurs
Web 101: Internet Basics for EntrepreneursWeb 101: Internet Basics for Entrepreneurs
Web 101: Internet Basics for Entrepreneursdavekruse
 
Internet Basics For Seniors (Slideshare Edition)
Internet Basics For Seniors (Slideshare Edition)Internet Basics For Seniors (Slideshare Edition)
Internet Basics For Seniors (Slideshare Edition)Keith McVean
 
Internet Basics
Internet BasicsInternet Basics
Internet BasicsSue Pelman
 
Computer Internet Basics I
Computer Internet Basics IComputer Internet Basics I
Computer Internet Basics Idebbie43
 
Network Basics & Internet
Network Basics & InternetNetwork Basics & Internet
Network Basics & InternetVNSGU
 
Training on basic internet troubleshooting
Training on basic internet troubleshootingTraining on basic internet troubleshooting
Training on basic internet troubleshootingSpandan Pradhan
 
35992488 gpon-fundamentals-20070606-a
35992488 gpon-fundamentals-20070606-a35992488 gpon-fundamentals-20070606-a
35992488 gpon-fundamentals-20070606-aTruong_RFD
 
2012 gpon-introduccion-conceptos
2012 gpon-introduccion-conceptos2012 gpon-introduccion-conceptos
2012 gpon-introduccion-conceptosCristian Arias
 
S.H.Ppt Curriculum Vitae
S.H.Ppt Curriculum VitaeS.H.Ppt Curriculum Vitae
S.H.Ppt Curriculum VitaeSaad Shahine
 
Building your curriculum Vitae
Building your curriculum VitaeBuilding your curriculum Vitae
Building your curriculum VitaeProfiledt
 
Relative clauses (1)
Relative clauses (1)Relative clauses (1)
Relative clauses (1)alwezsaving
 
How the internet works.
How the internet works.How the internet works.
How the internet works.Besar Limani
 

En vedette (20)

Internet basics for seniors
Internet basics for seniorsInternet basics for seniors
Internet basics for seniors
 
the internet, basics and some things about web 2.0
the internet, basics and some things about web 2.0the internet, basics and some things about web 2.0
the internet, basics and some things about web 2.0
 
Internet Basics09
Internet Basics09Internet Basics09
Internet Basics09
 
Internet Basics quick course
Internet Basics quick courseInternet Basics quick course
Internet Basics quick course
 
Beyond the Basics: Internet Resources for Clinicians
Beyond the Basics: Internet Resources for CliniciansBeyond the Basics: Internet Resources for Clinicians
Beyond the Basics: Internet Resources for Clinicians
 
Internet Basics
Internet BasicsInternet Basics
Internet Basics
 
Web 101: Internet Basics for Entrepreneurs
Web 101: Internet Basics for EntrepreneursWeb 101: Internet Basics for Entrepreneurs
Web 101: Internet Basics for Entrepreneurs
 
Internet Basics For Seniors (Slideshare Edition)
Internet Basics For Seniors (Slideshare Edition)Internet Basics For Seniors (Slideshare Edition)
Internet Basics For Seniors (Slideshare Edition)
 
Internet Basics
Internet BasicsInternet Basics
Internet Basics
 
Computer Internet Basics I
Computer Internet Basics IComputer Internet Basics I
Computer Internet Basics I
 
Network Basics & Internet
Network Basics & InternetNetwork Basics & Internet
Network Basics & Internet
 
Training on basic internet troubleshooting
Training on basic internet troubleshootingTraining on basic internet troubleshooting
Training on basic internet troubleshooting
 
GPON-Doctor TR-156 Monitoring Features
GPON-Doctor TR-156 Monitoring FeaturesGPON-Doctor TR-156 Monitoring Features
GPON-Doctor TR-156 Monitoring Features
 
GPON-Tester (EN)
GPON-Tester (EN)GPON-Tester (EN)
GPON-Tester (EN)
 
35992488 gpon-fundamentals-20070606-a
35992488 gpon-fundamentals-20070606-a35992488 gpon-fundamentals-20070606-a
35992488 gpon-fundamentals-20070606-a
 
2012 gpon-introduccion-conceptos
2012 gpon-introduccion-conceptos2012 gpon-introduccion-conceptos
2012 gpon-introduccion-conceptos
 
S.H.Ppt Curriculum Vitae
S.H.Ppt Curriculum VitaeS.H.Ppt Curriculum Vitae
S.H.Ppt Curriculum Vitae
 
Building your curriculum Vitae
Building your curriculum VitaeBuilding your curriculum Vitae
Building your curriculum Vitae
 
Relative clauses (1)
Relative clauses (1)Relative clauses (1)
Relative clauses (1)
 
How the internet works.
How the internet works.How the internet works.
How the internet works.
 

Similaire à Basic's of internet

How the internet works
How the internet worksHow the internet works
How the internet worksftcim
 
Web technologies: recap on TCP-IP
Web technologies: recap on TCP-IPWeb technologies: recap on TCP-IP
Web technologies: recap on TCP-IPPiero Fraternali
 
How the internet_works
How the internet_worksHow the internet_works
How the internet_worksarun nalam
 
The Internet and World Wide Web
The Internet and World Wide WebThe Internet and World Wide Web
The Internet and World Wide Webwebhostingguy
 
Network protocols
Network protocolsNetwork protocols
Network protocolsAbiud Orina
 
Final networks lab manual
Final networks lab manualFinal networks lab manual
Final networks lab manualJaya Prasanna
 
Introduction to the Internet
Introduction to the InternetIntroduction to the Internet
Introduction to the InternetAdjeiKwadjo
 
ch01-Internet & Web Basics &.ppt
ch01-Internet & Web Basics &.pptch01-Internet & Web Basics &.ppt
ch01-Internet & Web Basics &.pptGmachImen
 
uniti-websitebasics-230517110223-12e31dbc (1).pptx
uniti-websitebasics-230517110223-12e31dbc (1).pptxuniti-websitebasics-230517110223-12e31dbc (1).pptx
uniti-websitebasics-230517110223-12e31dbc (1).pptxbmit1
 
NME UNIT I & II MATERIAL.pdf
NME UNIT I & II MATERIAL.pdfNME UNIT I & II MATERIAL.pdf
NME UNIT I & II MATERIAL.pdfSeethaDinesh
 
CN 6131(15) Module IV.docx
CN 6131(15) Module IV.docxCN 6131(15) Module IV.docx
CN 6131(15) Module IV.docxAkhilMS30
 
CN 6131(15) Module IV.pdf
CN 6131(15) Module IV.pdfCN 6131(15) Module IV.pdf
CN 6131(15) Module IV.pdfAsifSalim12
 
Networking essentials lect1
Networking essentials lect1Networking essentials lect1
Networking essentials lect1Roman Brovko
 
IT2255 Web Essentials - Unit I Website Basics
IT2255 Web Essentials - Unit I  Website BasicsIT2255 Web Essentials - Unit I  Website Basics
IT2255 Web Essentials - Unit I Website Basicspkaviya
 
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
 
Peering 101 - ABQNOG1 - May2023
Peering 101 - ABQNOG1 - May2023Peering 101 - ABQNOG1 - May2023
Peering 101 - ABQNOG1 - May2023Chris Grundemann
 

Similaire à Basic's of internet (20)

How the internet works
How the internet worksHow the internet works
How the internet works
 
Web technologies: recap on TCP-IP
Web technologies: recap on TCP-IPWeb technologies: recap on TCP-IP
Web technologies: recap on TCP-IP
 
How the internet_works
How the internet_worksHow the internet_works
How the internet_works
 
The Internet and World Wide Web
The Internet and World Wide WebThe Internet and World Wide Web
The Internet and World Wide Web
 
Network protocols
Network protocolsNetwork protocols
Network protocols
 
Final networks lab manual
Final networks lab manualFinal networks lab manual
Final networks lab manual
 
Lecture 2
Lecture 2Lecture 2
Lecture 2
 
Introduction to the Internet
Introduction to the InternetIntroduction to the Internet
Introduction to the Internet
 
Mcse question
Mcse questionMcse question
Mcse question
 
ch01-Internet & Web Basics &.ppt
ch01-Internet & Web Basics &.pptch01-Internet & Web Basics &.ppt
ch01-Internet & Web Basics &.ppt
 
uniti-websitebasics-230517110223-12e31dbc (1).pptx
uniti-websitebasics-230517110223-12e31dbc (1).pptxuniti-websitebasics-230517110223-12e31dbc (1).pptx
uniti-websitebasics-230517110223-12e31dbc (1).pptx
 
Iap final
Iap finalIap final
Iap final
 
NME UNIT I & II MATERIAL.pdf
NME UNIT I & II MATERIAL.pdfNME UNIT I & II MATERIAL.pdf
NME UNIT I & II MATERIAL.pdf
 
CN 6131(15) Module IV.docx
CN 6131(15) Module IV.docxCN 6131(15) Module IV.docx
CN 6131(15) Module IV.docx
 
CN 6131(15) Module IV.pdf
CN 6131(15) Module IV.pdfCN 6131(15) Module IV.pdf
CN 6131(15) Module IV.pdf
 
Networking essentials lect1
Networking essentials lect1Networking essentials lect1
Networking essentials lect1
 
IT2255 Web Essentials - Unit I Website Basics
IT2255 Web Essentials - Unit I  Website BasicsIT2255 Web Essentials - Unit I  Website Basics
IT2255 Web Essentials - Unit I Website Basics
 
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
 
Peering 101 - ABQNOG1 - May2023
Peering 101 - ABQNOG1 - May2023Peering 101 - ABQNOG1 - May2023
Peering 101 - ABQNOG1 - May2023
 
Module 1.pptx
Module 1.pptxModule 1.pptx
Module 1.pptx
 

Dernier

The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 

Dernier (20)

The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 

Basic's of internet

  • 1. Basic's of Internet ➢ What is meant by internet? ➢ History of internet? ➢ Internet uses?
  • 2. What is meant by Internet??  The INTERNET is a network of computers, which links many different types of computers all over the world  It uses the standared Protocol called TCP/IP
  • 3. History of Internet?  ARPANET was the first WAN and had only four sites in 1969.  In 1989, the U.S. government lifted restrictions on the use of INTERNET, and allow its usage for commercial purposes as well.
  • 5. Operations of Internet Packets of information flow between machines governed by common rules (protocols):  Internet protocol (IP)  Transport control protocol (TCP)
  • 6. Internet Protocol ● IP is a numerical label assigned to each device (e.g., computer, printer) participating in a computer network that uses the Internet Protocol for communication. ● Ip address had two types IPv4 and IPv6 ● IPV4 - The designers of the Internet Protocol defined an IP address as a 32-bit number and this system, known as Internet Protocol Version 4 (IPv4)
  • 7. Internet Protocol (Continued) ● IPV6 – Due to the enormous growth of internet and the depletion of available addresses,new version of IP(ipv6) using 128 bit address ● IP addresses are binary numbers, but they are usually stored in text files and displayed in human- readable notations, such as 172.16.254.1 (for IPv4), and 2001:db8:0:1234:0:567:8:1 (for IPv6)
  • 8. Classes of IP address ClassClass Start AddressStart Address End AddressEnd Address A 0.0.0.0 126.255.255.255 B 128.0.0.0 191.255.255.255 C 192.0.0.0 223.255.255.255 D 224.0.0.0 239.255.255.255 E 240.0.0.0 254..255.255.255 255.255.255.255 - Broadcast
  • 9. Private ip address range ● 10.0.0.0 - 10.255.255.255 ● Addresses: 16,777,216 ● 172.16.0.0 - 172.31.255.255 ● Addresses: 1,048,576 ● 192.168.0.0 - 192.168.255.255 ● Addresses: 65,536
  • 10. TCP/IP ● TCP/IP stands for transmission control protocol and Internet Protocol ● TCP/IP provides end-to-end connectivity specifying how data should be formatted, addressed, transmitted, routed and received at the destination
  • 11. TCP/IP(Continued) The TCP/IP had 4 layers Application Layer Transport Layer Internet Layer Network Access Layer
  • 12. Internet Domains Domain Description ● .com Commericial organization ● .edu Educational institutions ● .gov Government websites ● .mil military groups ● .in indiaan groups ● .net network support centers ● .org non-profit organizatio
  • 13. Uses of internet ● Research and homework ● Communication ● Shopping ● Games and Entertainment ● Exploring world ● Education
  • 14. Networks ● What is mean by network ● How it works ● Types ● Features of networks
  • 15. What is meant by Computer Network ● Two or more computers linked together - either by cable or wireless router ● It allows to cummunicate and exchange the data between the computers
  • 17. Types of Network ● LAN (Local Area Network) ● MAN (Metropolitan Area Network) ● WAN ( Wide Area Network) ●
  • 18. Host ● A host is anything that generates or receives data on the data network ● A host is different from network equipment - switches, routers, or hubs or gateways. ● Example : a personal computer, laptop, smart phone, tablet, etc
  • 19. Hub ● A common connection point for devices in a network. Hubs are commonly used to connect segments of a LAN. A hub contains multiple ports. When a packet arrives at one port, it is copied to the other ports so that all segments of the LAN can see all packets.
  • 20. Switch A device that filters and forwards packets between LAN segments. Switches operate at the data link layer (layer 2) and sometimes the network layer (layer 3) of the OSI Reference Model and therefore support any packet protocol. LANs that use switches to join segments are called switched LANs or, in the case of Ethernet networks, switched Ethernet LANs.
  • 21. Router A device that forwards data packets along networks. A router is connected to at least two networks, commonly two LANs or WANs or a LAN and its ISP's network. Routers are located at gateways, the places where two or more networks connect. Routers use headers and forwarding tables to determine the best path for forwarding the packets, and they use protocols such as ICMP to communicate with each other and configure the best route between any two hosts.
  • 22. Static Web page ● It is a web page that is delivered to the user exactly as stored in server ● It will display samething to all the users ● Static webpage developed by html ● Each webpage having seperated file ● Updates and changing is rare cases
  • 23. Dynamic Webpage ● It is a web page with web content that varies based on parameters provided by a user or a computer program. ● Dynamic webpage writteen using by php, ASP. ● Its has diff databases to storing the data. ● Dynamic webpage will be frequently updated by admin or application
  • 24. Difference b/w static and dynamic webpage Static webpageStatic webpage Dynamic webpageDynamic webpage 1.the whole code written in html The whole code Written in PHP, ASP. 2.static webpages can't be change once developed if must mean can change front page content using dreamviewer Dynamic webpages can be change and update frequent the content of the page Easy to develope more complex comapred to static webpage Static webpage cheapest to develope Dynamic webpage more cost to develope pages Each page stored in a each file Every page will be stored in single file www.googlecalculator.com Maps.google.com,news website
  • 25. Host request and response Client Server request page Establish a temporary connection between the client and server Client sends the request to the server Server returns the requested page or an error message Client displays whatever the server returns Disconnect
  • 26. Web server A Web server is a program that generates and transmits responses to client requests for Web resources. Handling a client request consists of several key steps: Parsing the request message Checking that the request is authorized Associating the URL in the request with a file name Constructing the response message Transmitting the response message to the requesting client
  • 27. Framework ● What is mean by framework ● How to build framework
  • 28. framework ● Framework – Structure ● How to build framewok using a python?? ● Framework is a set of rules and patterns ● Which one is contain Predifined classes and methods that is called framework
  • 29. How www.google.com works in browser ● When you write www.google.com and hit enter Computer Www.google.com Www.google.com IP Address IP Address Web document Web document Web documentWeb document