SlideShare ist ein Scribd-Unternehmen logo
1 von 33
Disclaimer:This presentation is prepared by trainees of
baabtra as a part of mentoring program. This is not official
document of baabtra –Mentoring Partner
Baabtra-Mentoring Partner is the mentoring division of baabte System Technologies Pvt .
Ltd
WORLD WIDE WEB

      Ashwin Anand V
      Email:ashwinanand99@gmail.com
      Facebook id:ashwinanand99@gmail.com
WWW History

• 1989-1990 – Tim Berners-Lee invents the World
  Wide Web at CERN
   – Means for transferring text and graphics
     simultaneously
   – Client/Server data transfer protocol
      • Communication via application level protocol
      • System ran on top of standard networking
        infrastructure
– Text mark up language
   • Not invented by Bernes-Lee
   • Simple and easy to use
   • Requires a client application to
     render text/graphics
What Is the World Wide Web?
  The world wide web (web) is a network of
   information resources. The web relies on three
   mechanisms to make these resources readily
   available to the widest possible audience:
1. A uniform naming scheme for locating resources on
   the web (e.g., URIs).
2. Protocols, for access to named resources over the
   web (e.g., HTTP).
3. Hypertext, for easy navigation among resources (e.g.,
   HTML).
TYPES OF WEB
• Public web

• Invisible web/deep web
WWW Structure
• Clients use browser application to send URIs via
  HTTP to servers requesting a Web page
• Web pages constructed using HTML and consist of
  text, graphics, sounds plus embedded files
• Servers respond with requested Web page
• Client’s browser renders Web page returned by
  server
   – Page is written using HTML
   – Displaying text, graphics and sound in browser
   – Writing data as well
• The entire system runs over standard networking
  protocols (TCP/IP, DNS,…)
Standard Generalized Markup
         Language (SGML)
• Based on GML (generalized markup
  language), developed by IBM in the 1960s
• An international standard (ISO 8879:1986) defines
  how descriptive markup should be embedded in a
  document
• Gave birth to the extensible markup language
  (XML), W3C recommendation in 1998
SGML Components

SGML documents have three parts:
• Declaration: specifies which characters and
  delimiters may appear in the application
• DTD/ style sheet: defines the syntax of markup
  constructs
• Document instance: actual text (with the tag) of the
  documents
More info could be found:
  http://www.W3.Org/markup/SGML
HTML Background
• HTML was originally developed by Tim Berners-Lee
  while at CERN, and popularized by the Mosaic
  browser developed at NCSA.
• The Web depends on Web page authors and vendors
  sharing the same conventions for HTML. This has
  motivated joint work on specifications for HTML.
• HTML standards are organized by W3C :
  http://www.w3.org/MarkUp/
HTML Functionalities
HTML gives authors the means to:
• Publish online documents with headings, text, tables,
  lists, photos, etc
   – Include spread-sheets, video clips, sound clips,
      and other applications directly in their documents
• Link information via hypertext links, at the click of a
  button
• Design forms for conducting transactions with
  remote services, for use in searching for information,
  making reservations, ordering products, etc
Sample Webpage
Sample Webpage HTML Structure

<HTML>
  <HEAD>
     <TITLE>The title of the webpage</TITLE>
  </HEAD>
  <BODY> <P>Body of the webpage
  </BODY>
</HTML>
HTML Structure

• An HTML document is divided into a head section
  (here, between <HEAD> and </HEAD>) and a body
  (here, between <BODY> and </BODY>)
• The title of the document appears in the head (along
  with other information about the document)
• The content of the document appears in the body. The
  body in this example contains just one paragraph,
  marked up with <P>
HTML Hyperlink
<a href="relations/alumni">alumni</a>
• A link is a connection from one Web resource to
  another
• It has two ends, called anchors, and a direction
• Starts at the "source" anchor and points to the
  "destination" anchor, which may be any Web resource
  (e.g., an image, a video clip, a sound bite, a program,
  an HTML document)
Resource Identifiers

URI: Uniform Resource Identifiers
• URL: Uniform Resource Locators
• URN: Uniform Resource Names
Introduction to URIs
Every resource available on the Web has an address
    that may be encoded by a URI
URIs typically consist of three pieces:
• The naming scheme of the mechanism used to
    access the resource. (HTTP, FTP)
• The name of the machine hosting the resource
• The name of the resource itself, given as a path
URI Example

http://www.w3.org/TR
• There is a document available via the HTTP protocol
• Residing on the machines hosting www.w3.org
• Accessible via the path "/TR"
Protocols
Describe how messages are encoded and exchanged
Different Layering Architectures
• ISO OSI 7-Layer Architecture
• TCP/IP 4-Layer Architecture
ISO OSI Layering Architecture
ISO’s Design Principles
• A layer should be created where a different level of
  abstraction is needed
• Each layer should perform a well-defined function
• The layer boundaries should be chosen to minimize
  information flow across the interfaces
• The number of layers should be large enough that
  distinct functions need not be thrown together in the
  same layer, and small enough that the architecture
  does not become unwieldy
TCP/IP Layering Architecture
TCP/IP Layering Architecture

• A simplified model, provides the end-to-end reliable
  connection
• The network layer
   – Hosts drop packages into this layer, layer routes
     towards destination
   – Only promise “Try my best”
• The transport layer
   – Reliable byte-oriented stream
HTTP Basics
• Protocol for client/server communication
  – The heart of the Web
  – Very simple request/response protocol
  – Relies on URI naming mechanism
• Three versions have been used
  – 09/1.0 – very close to Berners-Lee’s original
  – 1.1 – developed to enhance performance, caching,
    compression
  – 1.0 dominates today but 1.1 is catching up
GET Method in HTTP
HTTP Response Codes
•   1xx – Informational – request received, processing
•   2xx – Success – action received, understood, accepted
•   3xx – Redirection – further action necessary
•   4xx – Client Error – bad syntax or cannot be fulfilled
•   5xx – Server Error – server failed
Domain Name System
DNS (domain name service): mapping from domain
  names to IP address
IPv4:
• IPv4 was initially deployed January 1st. 1983 and is
  still the most commonly used version.
• 32 bit address, a string of 4 decimal numbers
  separated by dot, range from 0.0.0.0 to
  255.255.255.255.
IPv6:
• Revision of IPv4 with 128 bit address
Top Level Domains (TLD)
Top level domain names, .com, .edu, .gov and ISO 3166
  country codes
There are three types of top-level domains:
• Generic Domains were created for use by the
  Internet public
• Country code domains were created to be used by
  individual country
• . arpa domain Address and Routing Parameter Area
  domain is designated to be used exclusively for
  Internet-infrastructure purposes
Registrars

• Domain names ending with .aero, .biz, .com, .coop,
  .info, .museum, .name, .net, .org, or .pro can be
  registered through many different companies (known
  as "registrars") that compete with one another
• InterNIC at http://internic.net
• Registrars Directory:
  http://www.internic.net/regist.html
• If this presentation helped you, please visit
  our page facebook.com/baabtra and like it.
  Thanks in advance.

• www.baabtra.com | www.massbaab.com |ww
  w.baabte.com
Thank you
Contact Us

Weitere ähnliche Inhalte

Was ist angesagt?

introduction to Web system
introduction to Web systemintroduction to Web system
introduction to Web systemhashim102
 
Eba ppt rajesh
Eba ppt rajeshEba ppt rajesh
Eba ppt rajeshRajeshP153
 
Introduction to internet
Introduction to internetIntroduction to internet
Introduction to internetHimanshu Pathak
 
5 introduction to internet
5 introduction to internet5 introduction to internet
5 introduction to internetVedpal Yadav
 
web technology and soical networking
web technology and soical networking web technology and soical networking
web technology and soical networking Vijay Bansal
 
Internet and web by Gulshan K Maheshwari(QAU)
Internet and web by Gulshan  K Maheshwari(QAU)Internet and web by Gulshan  K Maheshwari(QAU)
Internet and web by Gulshan K Maheshwari(QAU)GulshanKumar368
 
Web technologies course, an introduction
Web technologies course, an introductionWeb technologies course, an introduction
Web technologies course, an introductionPiero Fraternali
 
Brief description on Web technology
Brief description on Web technology Brief description on Web technology
Brief description on Web technology Rupanshi rawat
 
1. web technology basics
1. web technology basics1. web technology basics
1. web technology basicsJyoti Yadav
 
[WSO2Con EU 2017] File Processing and Websockets with Ballerina
[WSO2Con EU 2017] File Processing and Websockets with Ballerina[WSO2Con EU 2017] File Processing and Websockets with Ballerina
[WSO2Con EU 2017] File Processing and Websockets with BallerinaWSO2
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:004
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:004HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:004
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:004SOLOMONCHINAEMEUCHEA
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:004
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:004HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:004
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:004SOLOMONCHINAEMEUCHEA
 

Was ist angesagt? (20)

Internet
InternetInternet
Internet
 
introduction to Web system
introduction to Web systemintroduction to Web system
introduction to Web system
 
Eba ppt rajesh
Eba ppt rajeshEba ppt rajesh
Eba ppt rajesh
 
Html
HtmlHtml
Html
 
Introduction to internet
Introduction to internetIntroduction to internet
Introduction to internet
 
Internet
InternetInternet
Internet
 
Web hosting Introduction- MilesWeb
Web hosting  Introduction- MilesWebWeb hosting  Introduction- MilesWeb
Web hosting Introduction- MilesWeb
 
Internet
Internet Internet
Internet
 
5 introduction to internet
5 introduction to internet5 introduction to internet
5 introduction to internet
 
Web
WebWeb
Web
 
web technology and soical networking
web technology and soical networking web technology and soical networking
web technology and soical networking
 
Internet and web by Gulshan K Maheshwari(QAU)
Internet and web by Gulshan  K Maheshwari(QAU)Internet and web by Gulshan  K Maheshwari(QAU)
Internet and web by Gulshan K Maheshwari(QAU)
 
Web technologies course, an introduction
Web technologies course, an introductionWeb technologies course, an introduction
Web technologies course, an introduction
 
Web technologies: HTTP
Web technologies: HTTPWeb technologies: HTTP
Web technologies: HTTP
 
Brief description on Web technology
Brief description on Web technology Brief description on Web technology
Brief description on Web technology
 
Web
Web Web
Web
 
1. web technology basics
1. web technology basics1. web technology basics
1. web technology basics
 
[WSO2Con EU 2017] File Processing and Websockets with Ballerina
[WSO2Con EU 2017] File Processing and Websockets with Ballerina[WSO2Con EU 2017] File Processing and Websockets with Ballerina
[WSO2Con EU 2017] File Processing and Websockets with Ballerina
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:004
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:004HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:004
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:004
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:004
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:004HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:004
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:004
 

Ähnlich wie world wide web

internet
internetinternet
internetITNet
 
Introduction to the Internet and Web.pptx
Introduction to the Internet and Web.pptxIntroduction to the Internet and Web.pptx
Introduction to the Internet and Web.pptxhishamousl
 
Internet and Web - Week 9.ppt
Internet and Web - Week 9.pptInternet and Web - Week 9.ppt
Internet and Web - Week 9.pptHema Kesevan
 
Introduction_to_Intndhjehddhjdhrjkrhernet.pptx
Introduction_to_Intndhjehddhjdhrjkrhernet.pptxIntroduction_to_Intndhjehddhjdhrjkrhernet.pptx
Introduction_to_Intndhjehddhjdhrjkrhernet.pptxrohitkumar54448
 
An Introduction To World Wide Web
An Introduction To World Wide WebAn Introduction To World Wide Web
An Introduction To World Wide WebAbhishek Kharbanda
 
Week two lecture
Week two lectureWeek two lecture
Week two lectureHarry Essel
 
Module 1 Basic.pptx
Module 1 Basic.pptxModule 1 Basic.pptx
Module 1 Basic.pptxreddragon32
 
ch01-Internet & Web Basics &.ppt
ch01-Internet & Web Basics &.pptch01-Internet & Web Basics &.ppt
ch01-Internet & Web Basics &.pptGmachImen
 
WEB-DBMS A quick reference
WEB-DBMS A quick referenceWEB-DBMS A quick reference
WEB-DBMS A quick referenceMarc Dy
 
Module notes artificial intelligence and
Module notes artificial intelligence andModule notes artificial intelligence and
Module notes artificial intelligence andbhagyavantrajapur88
 
Module 5 Application and presentation Layer .pptx
Module 5 Application and presentation Layer .pptxModule 5 Application and presentation Layer .pptx
Module 5 Application and presentation Layer .pptxAASTHAJAJOO
 
web world wide defination introduction.pptx
web world wide defination introduction.pptxweb world wide defination introduction.pptx
web world wide defination introduction.pptxubaidullah75790
 

Ähnlich wie world wide web (20)

internet
internetinternet
internet
 
Introduction to the Internet and Web.pptx
Introduction to the Internet and Web.pptxIntroduction to the Internet and Web.pptx
Introduction to the Internet and Web.pptx
 
Internet.ppt
Internet.pptInternet.ppt
Internet.ppt
 
Internet and Web - Week 9.ppt
Internet and Web - Week 9.pptInternet and Web - Week 9.ppt
Internet and Web - Week 9.ppt
 
Internet.ppt
Internet.pptInternet.ppt
Internet.ppt
 
INTERNET TECHNOLOGY
INTERNET  TECHNOLOGYINTERNET  TECHNOLOGY
INTERNET TECHNOLOGY
 
Introduction_to_Intndhjehddhjdhrjkrhernet.pptx
Introduction_to_Intndhjehddhjdhrjkrhernet.pptxIntroduction_to_Intndhjehddhjdhrjkrhernet.pptx
Introduction_to_Intndhjehddhjdhrjkrhernet.pptx
 
An Introduction To World Wide Web
An Introduction To World Wide WebAn Introduction To World Wide Web
An Introduction To World Wide Web
 
ch1.pptx
ch1.pptxch1.pptx
ch1.pptx
 
Presentation1
Presentation1Presentation1
Presentation1
 
UNIT3- Internet(2).ppt
UNIT3- Internet(2).pptUNIT3- Internet(2).ppt
UNIT3- Internet(2).ppt
 
Week two lecture
Week two lectureWeek two lecture
Week two lecture
 
Web & HTTP
Web & HTTPWeb & HTTP
Web & HTTP
 
Module 1 Basic.pptx
Module 1 Basic.pptxModule 1 Basic.pptx
Module 1 Basic.pptx
 
Web
WebWeb
Web
 
ch01-Internet & Web Basics &.ppt
ch01-Internet & Web Basics &.pptch01-Internet & Web Basics &.ppt
ch01-Internet & Web Basics &.ppt
 
WEB-DBMS A quick reference
WEB-DBMS A quick referenceWEB-DBMS A quick reference
WEB-DBMS A quick reference
 
Module notes artificial intelligence and
Module notes artificial intelligence andModule notes artificial intelligence and
Module notes artificial intelligence and
 
Module 5 Application and presentation Layer .pptx
Module 5 Application and presentation Layer .pptxModule 5 Application and presentation Layer .pptx
Module 5 Application and presentation Layer .pptx
 
web world wide defination introduction.pptx
web world wide defination introduction.pptxweb world wide defination introduction.pptx
web world wide defination introduction.pptx
 

Mehr von baabtra.com - No. 1 supplier of quality freshers

Mehr von baabtra.com - No. 1 supplier of quality freshers (20)

Agile methodology and scrum development
Agile methodology and scrum developmentAgile methodology and scrum development
Agile methodology and scrum development
 
Best coding practices
Best coding practicesBest coding practices
Best coding practices
 
Core java - baabtra
Core java - baabtraCore java - baabtra
Core java - baabtra
 
Acquiring new skills what you should know
Acquiring new skills   what you should knowAcquiring new skills   what you should know
Acquiring new skills what you should know
 
Baabtra.com programming at school
Baabtra.com programming at schoolBaabtra.com programming at school
Baabtra.com programming at school
 
99LMS for Enterprises - LMS that you will love
99LMS for Enterprises - LMS that you will love 99LMS for Enterprises - LMS that you will love
99LMS for Enterprises - LMS that you will love
 
Php sessions & cookies
Php sessions & cookiesPhp sessions & cookies
Php sessions & cookies
 
Php database connectivity
Php database connectivityPhp database connectivity
Php database connectivity
 
Chapter 6 database normalisation
Chapter 6  database normalisationChapter 6  database normalisation
Chapter 6 database normalisation
 
Chapter 5 transactions and dcl statements
Chapter 5  transactions and dcl statementsChapter 5  transactions and dcl statements
Chapter 5 transactions and dcl statements
 
Chapter 4 functions, views, indexing
Chapter 4  functions, views, indexingChapter 4  functions, views, indexing
Chapter 4 functions, views, indexing
 
Chapter 3 stored procedures
Chapter 3 stored proceduresChapter 3 stored procedures
Chapter 3 stored procedures
 
Chapter 2 grouping,scalar and aggergate functions,joins inner join,outer join
Chapter 2  grouping,scalar and aggergate functions,joins   inner join,outer joinChapter 2  grouping,scalar and aggergate functions,joins   inner join,outer join
Chapter 2 grouping,scalar and aggergate functions,joins inner join,outer join
 
Chapter 1 introduction to sql server
Chapter 1 introduction to sql serverChapter 1 introduction to sql server
Chapter 1 introduction to sql server
 
Chapter 1 introduction to sql server
Chapter 1 introduction to sql serverChapter 1 introduction to sql server
Chapter 1 introduction to sql server
 
Microsoft holo lens
Microsoft holo lensMicrosoft holo lens
Microsoft holo lens
 
Blue brain
Blue brainBlue brain
Blue brain
 
5g
5g5g
5g
 
Aptitude skills baabtra
Aptitude skills baabtraAptitude skills baabtra
Aptitude skills baabtra
 
Gd baabtra
Gd baabtraGd baabtra
Gd baabtra
 

world wide web

  • 1.
  • 2. Disclaimer:This presentation is prepared by trainees of baabtra as a part of mentoring program. This is not official document of baabtra –Mentoring Partner Baabtra-Mentoring Partner is the mentoring division of baabte System Technologies Pvt . Ltd
  • 3. WORLD WIDE WEB Ashwin Anand V Email:ashwinanand99@gmail.com Facebook id:ashwinanand99@gmail.com
  • 4. WWW History • 1989-1990 – Tim Berners-Lee invents the World Wide Web at CERN – Means for transferring text and graphics simultaneously – Client/Server data transfer protocol • Communication via application level protocol • System ran on top of standard networking infrastructure
  • 5. – Text mark up language • Not invented by Bernes-Lee • Simple and easy to use • Requires a client application to render text/graphics
  • 6. What Is the World Wide Web? The world wide web (web) is a network of information resources. The web relies on three mechanisms to make these resources readily available to the widest possible audience: 1. A uniform naming scheme for locating resources on the web (e.g., URIs). 2. Protocols, for access to named resources over the web (e.g., HTTP). 3. Hypertext, for easy navigation among resources (e.g., HTML).
  • 7. TYPES OF WEB • Public web • Invisible web/deep web
  • 8. WWW Structure • Clients use browser application to send URIs via HTTP to servers requesting a Web page • Web pages constructed using HTML and consist of text, graphics, sounds plus embedded files • Servers respond with requested Web page • Client’s browser renders Web page returned by server – Page is written using HTML – Displaying text, graphics and sound in browser – Writing data as well • The entire system runs over standard networking protocols (TCP/IP, DNS,…)
  • 9. Standard Generalized Markup Language (SGML) • Based on GML (generalized markup language), developed by IBM in the 1960s • An international standard (ISO 8879:1986) defines how descriptive markup should be embedded in a document • Gave birth to the extensible markup language (XML), W3C recommendation in 1998
  • 10. SGML Components SGML documents have three parts: • Declaration: specifies which characters and delimiters may appear in the application • DTD/ style sheet: defines the syntax of markup constructs • Document instance: actual text (with the tag) of the documents More info could be found: http://www.W3.Org/markup/SGML
  • 11. HTML Background • HTML was originally developed by Tim Berners-Lee while at CERN, and popularized by the Mosaic browser developed at NCSA. • The Web depends on Web page authors and vendors sharing the same conventions for HTML. This has motivated joint work on specifications for HTML. • HTML standards are organized by W3C : http://www.w3.org/MarkUp/
  • 12. HTML Functionalities HTML gives authors the means to: • Publish online documents with headings, text, tables, lists, photos, etc – Include spread-sheets, video clips, sound clips, and other applications directly in their documents • Link information via hypertext links, at the click of a button • Design forms for conducting transactions with remote services, for use in searching for information, making reservations, ordering products, etc
  • 14. Sample Webpage HTML Structure <HTML> <HEAD> <TITLE>The title of the webpage</TITLE> </HEAD> <BODY> <P>Body of the webpage </BODY> </HTML>
  • 15. HTML Structure • An HTML document is divided into a head section (here, between <HEAD> and </HEAD>) and a body (here, between <BODY> and </BODY>) • The title of the document appears in the head (along with other information about the document) • The content of the document appears in the body. The body in this example contains just one paragraph, marked up with <P>
  • 16. HTML Hyperlink <a href="relations/alumni">alumni</a> • A link is a connection from one Web resource to another • It has two ends, called anchors, and a direction • Starts at the "source" anchor and points to the "destination" anchor, which may be any Web resource (e.g., an image, a video clip, a sound bite, a program, an HTML document)
  • 17. Resource Identifiers URI: Uniform Resource Identifiers • URL: Uniform Resource Locators • URN: Uniform Resource Names
  • 18. Introduction to URIs Every resource available on the Web has an address that may be encoded by a URI URIs typically consist of three pieces: • The naming scheme of the mechanism used to access the resource. (HTTP, FTP) • The name of the machine hosting the resource • The name of the resource itself, given as a path
  • 19. URI Example http://www.w3.org/TR • There is a document available via the HTTP protocol • Residing on the machines hosting www.w3.org • Accessible via the path "/TR"
  • 20. Protocols Describe how messages are encoded and exchanged Different Layering Architectures • ISO OSI 7-Layer Architecture • TCP/IP 4-Layer Architecture
  • 21. ISO OSI Layering Architecture
  • 22. ISO’s Design Principles • A layer should be created where a different level of abstraction is needed • Each layer should perform a well-defined function • The layer boundaries should be chosen to minimize information flow across the interfaces • The number of layers should be large enough that distinct functions need not be thrown together in the same layer, and small enough that the architecture does not become unwieldy
  • 24. TCP/IP Layering Architecture • A simplified model, provides the end-to-end reliable connection • The network layer – Hosts drop packages into this layer, layer routes towards destination – Only promise “Try my best” • The transport layer – Reliable byte-oriented stream
  • 25. HTTP Basics • Protocol for client/server communication – The heart of the Web – Very simple request/response protocol – Relies on URI naming mechanism • Three versions have been used – 09/1.0 – very close to Berners-Lee’s original – 1.1 – developed to enhance performance, caching, compression – 1.0 dominates today but 1.1 is catching up
  • 27. HTTP Response Codes • 1xx – Informational – request received, processing • 2xx – Success – action received, understood, accepted • 3xx – Redirection – further action necessary • 4xx – Client Error – bad syntax or cannot be fulfilled • 5xx – Server Error – server failed
  • 28. Domain Name System DNS (domain name service): mapping from domain names to IP address IPv4: • IPv4 was initially deployed January 1st. 1983 and is still the most commonly used version. • 32 bit address, a string of 4 decimal numbers separated by dot, range from 0.0.0.0 to 255.255.255.255. IPv6: • Revision of IPv4 with 128 bit address
  • 29. Top Level Domains (TLD) Top level domain names, .com, .edu, .gov and ISO 3166 country codes There are three types of top-level domains: • Generic Domains were created for use by the Internet public • Country code domains were created to be used by individual country • . arpa domain Address and Routing Parameter Area domain is designated to be used exclusively for Internet-infrastructure purposes
  • 30. Registrars • Domain names ending with .aero, .biz, .com, .coop, .info, .museum, .name, .net, .org, or .pro can be registered through many different companies (known as "registrars") that compete with one another • InterNIC at http://internic.net • Registrars Directory: http://www.internic.net/regist.html
  • 31. • If this presentation helped you, please visit our page facebook.com/baabtra and like it. Thanks in advance. • www.baabtra.com | www.massbaab.com |ww w.baabte.com