SlideShare a Scribd company logo
Conception of Internet & Web

                    C.Samnang
            samnang.chea369@gmail.com




C.Samnang
Internet
C.Samnang
Internet
៚   A short form of the technical term internetwork and also referred to as Net

៚ A global system of interconnected computer networks that use the standard
  Internet Protocol Suite (TCP/IP)
៚ A network of networks that consists of millions of private, public, academic,
  business, and government networks, of local to global scope, that are linked by
  a broad array of electronic, wireless and optical networking technologies
៚ Carries a vast range of information resources and services


៚   Services over Internet
     ៙ Web (WWW)
     ៙ E-commerce
     ៙ Communication (e-mail, forum, chat, telephone, etc.)
     ៙ File transfer
     ៙ Online learning, working
     ៙ Remote connection, etc.



C.Samnang                                                                         3
Visualization from the Opte Project
C.Samnang                             4
Protocols
៚   Open Systems Interconnection model simplified (OSI model)
     ៙ Application: HTTP, FTP, POP, IMAP, SMTP, DNS, SSH, etc.
     ៙ Transport: TCP (Transport Control Protocol), UDP (User Datagram
       Protocol)
     ៙ Network: IP (Internet Protocol)
     ៙ Data Link: no specified


៚   Application Layer
     ៙ HTTP (HyperText Transfer Protocol): Web
     ៙ FTP (File Transfer Protocol): file transfer
     ៙ POP (Post Office Protocol)/IMAP (Internet Message Access Protocol),
       SMTP (Simple Mail Transfer Protocol): e-mail
     ៙ DNS (Domain Name Server): translating hostnames into IP address
     ៙ SSH (Secure Shell): remote secure connection




C.Samnang                                                                    5
History
៚   1959-68: ARPA Project, Ministry of Defense of America launched a network to
    support the consequences of the nuclear conflict.
៚   1969: ARPANET network, universities of America were installed lots of
    computers that were connected to the network.
៚   1970-82: Open world wide, the first connection with Norway and London
៚   1983: Internet via TCP
៚   1986: Highway of information, National Science Foundation deployed super-
    computers for speeding up the debit of Internet.
៚   1987-92: Expansion of Internet, private companies were connected to Internet.
៚   1993-2003: Explosion of Internet (Web and e-mail)




C.Samnang                                                                      6
Web
C.Samnang
Web
៚   World Wide Web, abbreviated as WWW and commonly known as Web

៚ A system of interlinked hypertext documents accessed via Internet
៚ Client/Server Model
៚ Based on 3 concepts:
   ៙ Location: URL (Uniform Resource Locator)
   ៙ Protocol: HTTP
   ៙ Language: HTML (HyperText Markup Language)


៚   Functions:
     ៙ Clients communicate with a web server via HTTP.
     ៙ Servers verify the request and authentication, and transmit the responses.
     ៙ Web browsers interpret the responses and display (maybe with a plug-in).




C.Samnang                                                                      8
History
៚   Origin
     ៙ Birth of CERN: A requirement to exchange of documents, photos, etc.
     ៙ 1989: Network of Document by Tim Berbers-Lee
     ៙ 1990: The first prototype in text mode
     ៙ 1991: The demonstration at Hypertext 91 by San Antonio


៚   Evolution
     ៙ 1993: The first Mosaic GUI by Marc Andreesen
     ៙ 1994:
         ៜ Netscape Com. Corp. by Marc Andreesen
         ៜ WWW Consortium (W3C) by Tim Berbers-Lee after leaving CERN and
            founded by MIT
     ៙ 1996: Cascading Style Sheet (CSS)




C.Samnang                                                                    9
Document Address
៚ Uniform Resource Locator (URL):
    ៙ A URI that specifies where an identified resource is available and the
       mechanism for retrieving
    ៙ 3 parts:
        ៜ protocol (how)
        ៜ domain (hostname or IP) (where)
        ៜ file name (which)
៚ URI:
    ៙ A string of characters used to identify a name or a resource on the Internet
    ៙ One can classify URIs as locators (URLs), or as names (URNs), or as both.
៚ Uniform Resource Name (URN): defines an item's identity, while the URL
  provides a method for finding it.
៚ i.e.
   ៚ http://www.google.com/index.html
   ៚ http://www.xyz.com/x%20y%20z%20.html (with URL encoding)


C.Samnang                                                                      10
Document Address (cont.)
៚   Different components of a URL:
     ៙ proto://domain:port/path?args
     ៙ proto: protocol (http, https, ftp, etc.)
     ៙ domain: hostname or IP
     ៙ port: port number (80 for http, 443 for https, etc.)
     ៙ path: maybe contains a fragment
          ៜ i.e. http://en.wikipedia.org/wiki/Internet#Protocols
     ៙ args: allows to pass information to server-side applications
          ៜ i.e.
            http://www.google.com/search?hl=en&source=hp&q=Int
            ernet&aq=f&aqi=g10&aql=f&oq=

៚   URL path:
     ៙ Relative : img/xyz.png (a link in
       http://www.xyz.com/index.html)
     ៙ Absolute path: http://www.xyz.com/img/xyz.png



C.Samnang                                                        11
Web Page, Web Site & Web Browser
៚   Web page (or webpage):
     ៙ A document or information resource that is suitable for the World Wide
       Web and can be accessed through a web browser and displayed
     ៙ This information is usually in HTML or XHTML format, and may link to
       other web pages via hypertext links.
     ៙ Web pages frequently subsume other resources such as style sheets,
       scripts and images.

៚   Web site (website):
     ៙ A collection of related web pages containing images, videos, etc.
     ៙ A web site is hosted on at least one web server, accessible via a network
       such as the Internet or a private local area network through a URL.

៚   Web browser (or Internet browser): a software application for retrieving,
    presenting, and traversing information resources on the World Wide Web


C.Samnang                                                                          12
During displaying the content, a web browsers request other resources such as
images, music, etc.

Static Web Page

C.Samnang                                                                       13
A server-side application may use the arguments.

Dynamic Web Page

C.Samnang                                          14
Proxy
៚ Proxy server:
   ៙ A server (a computer or an application) that acts as intermediary between
      clients and servers
   ៙ Most proxies are a web proxy, a;;owing access to content on the web.
៚ Potential purposes of a proxy:
   ៙ Keep machines behind it anonymous (security)
   ៙ Speed up access to resources (cache)
   ៙ Apply access policy to network services or content, i.e. block undesired
      sites
   ៙ Log or audit usage, i.e. provide company employee Internet usage
      reporting
   ៙ Bypass security or parental controls
   ៙ Scan transmitted content for malware before delivery
   ៙ Scan outbound content, e.g., for data leak protection
   ៙ Circumvent regional restrictions


C.Samnang                                                                  15
Proxy & Cache

C.Samnang       16
Internet and internet is               Sometimes someone asks
       different because of I and i.          me to install some plug-ins.
                                              It’s annoying.
                        Cool.
      You’re idiots.

                       I don’t care.          Internet and web is the same.
                                              I go to suffer Internet or web.

                                        Go to school again, IE.
      This web page is COOL.

When it’s with me, why is its
presentation DIFFERENT?
                                               What are web 1.0 and web 2.0?
       I know.         You’re HOT.
                                       Ask my developers Google.
       I know that I don’t know.       Write one page and send to
                                       your teacher.


Comic

C.Samnang                                                                    17
The End
C.Samnang

More Related Content

PPTX
Internet Slide Quiz
PPTX
Presentation on World Wide Web (WWW)
PPTX
World wide web (www)
PPTX
The World Wide Web
PPTX
www and http services
PPT
Deep Web
PPTX
Understanding world wide web and the internet
PPT
Web 3.0 explained with a stamp (pt II: techniques)
Internet Slide Quiz
Presentation on World Wide Web (WWW)
World wide web (www)
The World Wide Web
www and http services
Deep Web
Understanding world wide web and the internet
Web 3.0 explained with a stamp (pt II: techniques)

What's hot (6)

PPT
Internet basics for seniors
PDF
Linked data: not just theory
PPTX
World Wide Web (WWW)
PPT
Scary Halloween Cybersecurity Lecture -- The Deep Web
PPT
World wide web (WWW)
PPT
Intro cOMPUTERS
Internet basics for seniors
Linked data: not just theory
World Wide Web (WWW)
Scary Halloween Cybersecurity Lecture -- The Deep Web
World wide web (WWW)
Intro cOMPUTERS
Ad

Similar to Concept ofinternet web_f2010211 (20)

PPTX
Introduction_to_computershfffffffffffffffffffffffffffffffffffffffffffffff_and...
DOCX
ICS 2203-WEB APPLICATION DEVELOPMENT-EDUC Y2S1_MATHCOMP.docx
PPTX
Internet.pptx
PPTX
A%UIS.pptx
PDF
Understanding WWW
PPTX
Lecture 1- Introduction to Computers and the Internet.pptx
PPT
Basics of Internet and WWW
PPT
Dsa Workshop Internet Historfinal
PPTX
Lecture 02 fundamental concepts of internet and www khalid khan
PPTX
Web Unit 1. it is very good material for web development
PPTX
Web Application Programming with HTML 5 part 2
PPTX
Internet and Ethics Saftey Guidelines for Technology Use
PPTX
Allahverdiyeva Əzizbikə 695.21 Tex.xarici dil.pptx
DOCX
Chapter1-HTML.docx
PPTX
Introduction to web technology
PPTX
Internet,its applications and services
PPT
02 intro
PPTX
Ebusiness
PPTX
Web App Develop, csc 406, Web development
PPT
Chap1 Internet Fundamental
Introduction_to_computershfffffffffffffffffffffffffffffffffffffffffffffff_and...
ICS 2203-WEB APPLICATION DEVELOPMENT-EDUC Y2S1_MATHCOMP.docx
Internet.pptx
A%UIS.pptx
Understanding WWW
Lecture 1- Introduction to Computers and the Internet.pptx
Basics of Internet and WWW
Dsa Workshop Internet Historfinal
Lecture 02 fundamental concepts of internet and www khalid khan
Web Unit 1. it is very good material for web development
Web Application Programming with HTML 5 part 2
Internet and Ethics Saftey Guidelines for Technology Use
Allahverdiyeva Əzizbikə 695.21 Tex.xarici dil.pptx
Chapter1-HTML.docx
Introduction to web technology
Internet,its applications and services
02 intro
Ebusiness
Web App Develop, csc 406, Web development
Chap1 Internet Fundamental
Ad

More from Kh Ravy (9)

PDF
Love u
PPT
7. evalution of interactive system
PPT
6. io device
PPT
5. ergonomic of www interface
PPT
4. ergonomic of wimp interface
PDF
Planification de projet de gestion de concours
PPT
Lec2
PPT
Multimedia outline
PPT
Introduction
Love u
7. evalution of interactive system
6. io device
5. ergonomic of www interface
4. ergonomic of wimp interface
Planification de projet de gestion de concours
Lec2
Multimedia outline
Introduction

Recently uploaded (20)

PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Approach and Philosophy of On baking technology
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
cuic standard and advanced reporting.pdf
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Machine learning based COVID-19 study performance prediction
PDF
Modernizing your data center with Dell and AMD
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
NewMind AI Monthly Chronicles - July 2025
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
Digital-Transformation-Roadmap-for-Companies.pptx
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Dropbox Q2 2025 Financial Results & Investor Presentation
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Spectral efficient network and resource selection model in 5G networks
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Approach and Philosophy of On baking technology
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
The Rise and Fall of 3GPP – Time for a Sabbatical?
cuic standard and advanced reporting.pdf
Chapter 3 Spatial Domain Image Processing.pdf
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Machine learning based COVID-19 study performance prediction
Modernizing your data center with Dell and AMD
Advanced methodologies resolving dimensionality complications for autism neur...
NewMind AI Monthly Chronicles - July 2025
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
“AI and Expert System Decision Support & Business Intelligence Systems”

Concept ofinternet web_f2010211

  • 1. Conception of Internet & Web C.Samnang samnang.chea369@gmail.com C.Samnang
  • 3. Internet ៚ A short form of the technical term internetwork and also referred to as Net ៚ A global system of interconnected computer networks that use the standard Internet Protocol Suite (TCP/IP) ៚ A network of networks that consists of millions of private, public, academic, business, and government networks, of local to global scope, that are linked by a broad array of electronic, wireless and optical networking technologies ៚ Carries a vast range of information resources and services ៚ Services over Internet ៙ Web (WWW) ៙ E-commerce ៙ Communication (e-mail, forum, chat, telephone, etc.) ៙ File transfer ៙ Online learning, working ៙ Remote connection, etc. C.Samnang 3
  • 4. Visualization from the Opte Project C.Samnang 4
  • 5. Protocols ៚ Open Systems Interconnection model simplified (OSI model) ៙ Application: HTTP, FTP, POP, IMAP, SMTP, DNS, SSH, etc. ៙ Transport: TCP (Transport Control Protocol), UDP (User Datagram Protocol) ៙ Network: IP (Internet Protocol) ៙ Data Link: no specified ៚ Application Layer ៙ HTTP (HyperText Transfer Protocol): Web ៙ FTP (File Transfer Protocol): file transfer ៙ POP (Post Office Protocol)/IMAP (Internet Message Access Protocol), SMTP (Simple Mail Transfer Protocol): e-mail ៙ DNS (Domain Name Server): translating hostnames into IP address ៙ SSH (Secure Shell): remote secure connection C.Samnang 5
  • 6. History ៚ 1959-68: ARPA Project, Ministry of Defense of America launched a network to support the consequences of the nuclear conflict. ៚ 1969: ARPANET network, universities of America were installed lots of computers that were connected to the network. ៚ 1970-82: Open world wide, the first connection with Norway and London ៚ 1983: Internet via TCP ៚ 1986: Highway of information, National Science Foundation deployed super- computers for speeding up the debit of Internet. ៚ 1987-92: Expansion of Internet, private companies were connected to Internet. ៚ 1993-2003: Explosion of Internet (Web and e-mail) C.Samnang 6
  • 8. Web ៚ World Wide Web, abbreviated as WWW and commonly known as Web ៚ A system of interlinked hypertext documents accessed via Internet ៚ Client/Server Model ៚ Based on 3 concepts: ៙ Location: URL (Uniform Resource Locator) ៙ Protocol: HTTP ៙ Language: HTML (HyperText Markup Language) ៚ Functions: ៙ Clients communicate with a web server via HTTP. ៙ Servers verify the request and authentication, and transmit the responses. ៙ Web browsers interpret the responses and display (maybe with a plug-in). C.Samnang 8
  • 9. History ៚ Origin ៙ Birth of CERN: A requirement to exchange of documents, photos, etc. ៙ 1989: Network of Document by Tim Berbers-Lee ៙ 1990: The first prototype in text mode ៙ 1991: The demonstration at Hypertext 91 by San Antonio ៚ Evolution ៙ 1993: The first Mosaic GUI by Marc Andreesen ៙ 1994: ៜ Netscape Com. Corp. by Marc Andreesen ៜ WWW Consortium (W3C) by Tim Berbers-Lee after leaving CERN and founded by MIT ៙ 1996: Cascading Style Sheet (CSS) C.Samnang 9
  • 10. Document Address ៚ Uniform Resource Locator (URL): ៙ A URI that specifies where an identified resource is available and the mechanism for retrieving ៙ 3 parts: ៜ protocol (how) ៜ domain (hostname or IP) (where) ៜ file name (which) ៚ URI: ៙ A string of characters used to identify a name or a resource on the Internet ៙ One can classify URIs as locators (URLs), or as names (URNs), or as both. ៚ Uniform Resource Name (URN): defines an item's identity, while the URL provides a method for finding it. ៚ i.e. ៚ http://www.google.com/index.html ៚ http://www.xyz.com/x%20y%20z%20.html (with URL encoding) C.Samnang 10
  • 11. Document Address (cont.) ៚ Different components of a URL: ៙ proto://domain:port/path?args ៙ proto: protocol (http, https, ftp, etc.) ៙ domain: hostname or IP ៙ port: port number (80 for http, 443 for https, etc.) ៙ path: maybe contains a fragment ៜ i.e. http://en.wikipedia.org/wiki/Internet#Protocols ៙ args: allows to pass information to server-side applications ៜ i.e. http://www.google.com/search?hl=en&source=hp&q=Int ernet&aq=f&aqi=g10&aql=f&oq= ៚ URL path: ៙ Relative : img/xyz.png (a link in http://www.xyz.com/index.html) ៙ Absolute path: http://www.xyz.com/img/xyz.png C.Samnang 11
  • 12. Web Page, Web Site & Web Browser ៚ Web page (or webpage): ៙ A document or information resource that is suitable for the World Wide Web and can be accessed through a web browser and displayed ៙ This information is usually in HTML or XHTML format, and may link to other web pages via hypertext links. ៙ Web pages frequently subsume other resources such as style sheets, scripts and images. ៚ Web site (website): ៙ A collection of related web pages containing images, videos, etc. ៙ A web site is hosted on at least one web server, accessible via a network such as the Internet or a private local area network through a URL. ៚ Web browser (or Internet browser): a software application for retrieving, presenting, and traversing information resources on the World Wide Web C.Samnang 12
  • 13. During displaying the content, a web browsers request other resources such as images, music, etc. Static Web Page C.Samnang 13
  • 14. A server-side application may use the arguments. Dynamic Web Page C.Samnang 14
  • 15. Proxy ៚ Proxy server: ៙ A server (a computer or an application) that acts as intermediary between clients and servers ៙ Most proxies are a web proxy, a;;owing access to content on the web. ៚ Potential purposes of a proxy: ៙ Keep machines behind it anonymous (security) ៙ Speed up access to resources (cache) ៙ Apply access policy to network services or content, i.e. block undesired sites ៙ Log or audit usage, i.e. provide company employee Internet usage reporting ៙ Bypass security or parental controls ៙ Scan transmitted content for malware before delivery ៙ Scan outbound content, e.g., for data leak protection ៙ Circumvent regional restrictions C.Samnang 15
  • 17. Internet and internet is Sometimes someone asks different because of I and i. me to install some plug-ins. It’s annoying. Cool. You’re idiots. I don’t care. Internet and web is the same. I go to suffer Internet or web. Go to school again, IE. This web page is COOL. When it’s with me, why is its presentation DIFFERENT? What are web 1.0 and web 2.0? I know. You’re HOT. Ask my developers Google. I know that I don’t know. Write one page and send to your teacher. Comic C.Samnang 17