SlideShare ist ein Scribd-Unternehmen logo
1 von 17
New Media “  WHAT IS INTERNET  ”
What is Internet? It is a global  network  of computers that communicate using a common language and allows the sharing of electronic information and resources. Internet is the world’s largest computer  network , the network of networks, scattered all over the world. What is Network? A  Computer  network  is  an  interconnection  of  two  or more  independent computer  systems located at different places to  share  information and resources.
Keyword here is “Sharing” the main purpose of computer networking.  The  two  computers  are  said  be  interconnected  if they are able to  exchange  information.  The  connection need  not  be  a  via  copper  Wire,  fiber  optics, microwaves  and  communication  satellite  or  any other wireless media can also be used.  Network contd… Wireless Network
[object Object],[object Object],[object Object],[object Object],[object Object],Internet:
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Internet Contd….
Web is a series of interconnected documents stored on a computer sites or web sites. These documents are connected each other through links called hyper links. These links are the highlighted words buttons icons or pictures. The world wide web gives a graphical and easy to navigate interface for looking at documents on the internet.  These documents and links between them forms a "web" of information. This web lets you jump or  hyperlink  from one document or one  web page  to other pages on the web. One can think web as a big library.  Websites  are like the books and web pages are like the specific pages in the books. Pages can contain news, images, movies, sounds, 3D words – just about anything. These pages can be located on computers anywhere in the world. When you are connecting to he web you have equal access to information world wide. World Wide Web or WWW : The world wide web is a system of interlinked hypertext documents accessed via the internet.
[object Object],[object Object],[object Object],Internet and World Wide Web Hyperlink & Hypertext: A  hyperlink  refers to dynamic link upon clicking at  which a new web page or programs opens. Hypertext  refer to the text that connects to other documents through hyperlinks. Hypertext is a method of instant cross referencing. It is used for organizing information and to link related documents or files residing on the same computer or even on net.
Network Protocol: ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
TCP/IP  Protocol : ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
HTPP Protocol: Hypertext Transfer Protocol or HTTP is the set of rules or protocol  that governs the transfer of hypertext between two or more computers. It is the primary access method for interacting with internet. The HTTP generally works in combination with WWW.  HTTP can be defined as a set of rules that signify how the web pages are transmitted over the Web. It is responsible for accessing hypertext documents on world wide web. HTTP is based on the client server principle. HTTP allows "Computer A" (the client) to establish connection with "Computer B" (the server) and make a request. The server accepts the connection initiated by the client and send backs a response. An HTTP identifies the resource that the client is interested in and tells the server what action to take on the resource. When user selects a hypertext link, the client program on their computer uses HTTP to contact the server, Identify a resource and ask the server to respond with an action. The server accepts the request and then uses HTTP to respond to or perform the action.
Web  Browser A WWW client is called the web browser and a WWW server is called a web server. The web browser navigates through the world wide web and displays pages. The web browser requests a page from a web server. The  web server makes available the desired page to web browser.  A browser short for web browser is a computer program that accesses web pages and display them on a computer screen. It is the basic software that is needed to find retrieve view and send information over the internet. In fact to access the WWW user requires a web browser.  The most popular browsers are Microsoft Internet Explorer, Netscape Navigator, Mozilla’s Firefox, Google’s Chrome, Opera etc.  Web Page The documents residing on the website are called web pages. The world wide web consist of files called pages or web pages which contains information and links to the resources throughout the internet. The web pages uses HTTP. Web Site A location on a net server is called a web site. A website is set of related web pages (linked through hypertext links) published by an organization or individuals. Normally a web site contains a home page along with other web pages. Each website is owned and updated by an individual, company or organization.
Home Page It  is the top level web page of a web site. When a website is opened, Its home page is displayed. Therefore home page refers to the main page for a web site. Most sites start with a file called index.html. From that starting point or "home page" you should have a general idea about what the site offers.  web pages/Home pages are an electronic document written in a computer language called HTML  Finding a Site on the Net Each page of a site on the Net has its own Uniform Resource Locator (URL) which tells where a file is located among all the computers that are part of the Internet . The  URL  is somewhat like an address of a specific web site. If you know the  URL/address  of the site you want to visit, you simply type it into the  Address  Bar at the top of the browser screen:  The Internet is  platform independent . This means that it doesn't matter which operating system the server is using (e.g. Unix, Windows NT) because all servers share the common language of the Internet. Data may be transmitted via modem, cable or satellite with each of the servers working in collaboration with one another. The data seldom takes the same path to get from point A to point B; given the immensity of information transferred, the process is relatively error free
URL The full form of URL is Uniform Resource Locator. A URL refers to an address on internet. Billions of documents/multimedia files can be accessed on internet through their URL.  Each web page has a unique address called URL that identifies its location on the internet. Web browser utilize the URL to retrieve a file from computer on which it resides. URL defines three things: Method, Hostname and Path Name The  Method  is the protocol used to retrieve the document. These protocols may be  HTTP,FTP,NEWS,Telnet.  The  Host  is the computer at which the information is located.  Path  is the pathname of the file where the information is located that separate directories from subdirectories and files.  Method :// Host Path /
http://  This web server uses Hypertext Transfer Protocol for  communication the most common protocol on the internet WWW This site is on the World Wide Web rdunijbpin Registered Domain name associated with IP address of an web  server. IP adress is a unique 32 bit number expressed as Four 8  bits octets and each octets separated by period. e.g. 127.57.13.1 org Domain type (This is a nonprofit Organization others are .com (Commercial) ,.edu (Education provider) .gov (Government agencies), .mil (Military sites), .net (network, Internet service  provider),etc. Path main/getinfo File Name:  about.htm Format of URL(Uniform Resource Locator): Server (Computer System That stores the information) http://www.rdunijbpin.org/main/getinfo/about.htm A Protocol Name Host Computer Name Domain Name Domain type Path File Name
How the Page is displayed through browser: The browser is a client program that is reading files/pages from a web server. Servers are special computers that contain web pages. the browser sends a request to the server for a specific web page. The Web Server receives a request and sends the requested page to the browser, which then interprets the  HTML code  and performs tasks based on the instructions contained in the code. This usually results in the display of a web page with text and graphics on your computer screen .
HTML Code: Webpages that interprets by the Browsers are written in HTML - a simple scripting language called  H yper  T ext  M arkup  L anguage (HTML). It is the language that runs the Web. HTML Provides a way of displaying web pages with Hyper text, text, image and multimedia contents. HTML is not a programming language but a markup language i.e. it uses markup tags to direct information from one page to another, to format text, display pictures, play music and many other actions. These markup tags tell the browsers how to display the page. HTML markup tags generally used in pairs which tells the browsers to start and stop certain formatting commands. To distinguish from normal text These tags are written inside of the less than and greater than sign called angle brackets.  HTML code what it looks like in browser This is the  <b>example of bold</b> This is the  example of bold   This is an <i>example of italic</i> This is  an example of italic This is an <h2>example of heading 2</h2> This is an  example of heading 2   <center>example of center</center> example of center This tag <U> underline</U> the text  This tag  underline  the text   example of <hr>

Weitere ähnliche Inhalte

Was ist angesagt?

Internet Presentation
Internet PresentationInternet Presentation
Internet Presentationbyff
 
Internet basics
Internet basicsInternet basics
Internet basicscetrosoft
 
What is internet
What is internetWhat is internet
What is internetcramars
 
Basics of internet, intranet, e mail,
Basics of internet, intranet, e mail,Basics of internet, intranet, e mail,
Basics of internet, intranet, e mail,Megha V
 
182482527, md najmul hasan
182482527, md najmul hasan 182482527, md najmul hasan
182482527, md najmul hasan MD Najmul Hasan
 
Md.sajal khan(182482510)
Md.sajal khan(182482510)Md.sajal khan(182482510)
Md.sajal khan(182482510)SajalKhan18
 
Internet Concepts Ch 1
Internet Concepts Ch 1Internet Concepts Ch 1
Internet Concepts Ch 1mroberts
 
Computer Assignment Topic-Internet
Computer Assignment Topic-Internet Computer Assignment Topic-Internet
Computer Assignment Topic-Internet ArchDuty
 
Internet features (2nd topic)
Internet features (2nd topic)Internet features (2nd topic)
Internet features (2nd topic)Anish Thomas
 
Internet & World Wide Web (Into. to Internet & Web Page Dev't)
Internet & World Wide Web (Into. to Internet & Web Page Dev't)Internet & World Wide Web (Into. to Internet & Web Page Dev't)
Internet & World Wide Web (Into. to Internet & Web Page Dev't)Denni Domingo
 
Introduction To Internet
Introduction To InternetIntroduction To Internet
Introduction To InternetMohit Dhankher
 
Computer networking Dr. Jayarama Reddy
Computer networking Dr. Jayarama ReddyComputer networking Dr. Jayarama Reddy
Computer networking Dr. Jayarama ReddyDr. Jayarama Reddy
 

Was ist angesagt? (19)

Internet Presentation
Internet PresentationInternet Presentation
Internet Presentation
 
Internet basics
Internet basicsInternet basics
Internet basics
 
What is internet
What is internetWhat is internet
What is internet
 
Basics of internet, intranet, e mail,
Basics of internet, intranet, e mail,Basics of internet, intranet, e mail,
Basics of internet, intranet, e mail,
 
182482527, md najmul hasan
182482527, md najmul hasan 182482527, md najmul hasan
182482527, md najmul hasan
 
Md.sajal khan(182482510)
Md.sajal khan(182482510)Md.sajal khan(182482510)
Md.sajal khan(182482510)
 
unit-5 (2).pdf
unit-5 (2).pdfunit-5 (2).pdf
unit-5 (2).pdf
 
web technology
 web technology web technology
web technology
 
Intro To Internet
Intro To InternetIntro To Internet
Intro To Internet
 
Internet Concepts Ch 1
Internet Concepts Ch 1Internet Concepts Ch 1
Internet Concepts Ch 1
 
Basic's of internet
Basic's of internet Basic's of internet
Basic's of internet
 
Computer Assignment Topic-Internet
Computer Assignment Topic-Internet Computer Assignment Topic-Internet
Computer Assignment Topic-Internet
 
E content internet ii
E  content internet iiE  content internet ii
E content internet ii
 
Assignment on internet
Assignment on internetAssignment on internet
Assignment on internet
 
Internet features (2nd topic)
Internet features (2nd topic)Internet features (2nd topic)
Internet features (2nd topic)
 
Internet & World Wide Web (Into. to Internet & Web Page Dev't)
Internet & World Wide Web (Into. to Internet & Web Page Dev't)Internet & World Wide Web (Into. to Internet & Web Page Dev't)
Internet & World Wide Web (Into. to Internet & Web Page Dev't)
 
Introduction To Internet
Introduction To InternetIntroduction To Internet
Introduction To Internet
 
Internet and its uses
Internet and its usesInternet and its uses
Internet and its uses
 
Computer networking Dr. Jayarama Reddy
Computer networking Dr. Jayarama ReddyComputer networking Dr. Jayarama Reddy
Computer networking Dr. Jayarama Reddy
 

Andere mochten auch

Andere mochten auch (20)

The Internet and World Wide Web
The Internet and World Wide WebThe Internet and World Wide Web
The Internet and World Wide Web
 
History of Internet
History of InternetHistory of Internet
History of Internet
 
The World Wide Web
The World Wide WebThe World Wide Web
The World Wide Web
 
Lecture 1
Lecture 1Lecture 1
Lecture 1
 
Web Fundamentals
Web FundamentalsWeb Fundamentals
Web Fundamentals
 
Storage
StorageStorage
Storage
 
Storage and Storage Devices
Storage and Storage DevicesStorage and Storage Devices
Storage and Storage Devices
 
Computer storage
Computer storageComputer storage
Computer storage
 
The Motherboard
The MotherboardThe Motherboard
The Motherboard
 
Standard html tags
Standard html tagsStandard html tags
Standard html tags
 
The Internet and the World Wide Web
The Internet and the World Wide WebThe Internet and the World Wide Web
The Internet and the World Wide Web
 
Storage devices
Storage devicesStorage devices
Storage devices
 
Basic Internet Concepts
Basic Internet ConceptsBasic Internet Concepts
Basic Internet Concepts
 
Html, CSS & Web Designing
Html, CSS & Web DesigningHtml, CSS & Web Designing
Html, CSS & Web Designing
 
Chapter 2 The Internet And World Wide Web
Chapter 2 The Internet And World Wide WebChapter 2 The Internet And World Wide Web
Chapter 2 The Internet And World Wide Web
 
Discovering Computers: Chapter 04
Discovering Computers: Chapter 04Discovering Computers: Chapter 04
Discovering Computers: Chapter 04
 
System unit & its components
System unit & its componentsSystem unit & its components
System unit & its components
 
Web Development using HTML & CSS
Web Development using HTML & CSSWeb Development using HTML & CSS
Web Development using HTML & CSS
 
Internet and World Wide Web
Internet and World Wide WebInternet and World Wide Web
Internet and World Wide Web
 
Primary and secondary storage devices
Primary and secondary storage devicesPrimary and secondary storage devices
Primary and secondary storage devices
 

Ähnlich wie Internet (20)

The internet and www 2
The internet and www 2The internet and www 2
The internet and www 2
 
Form 1 Term 2 Week 4.2
Form 1   Term 2   Week 4.2Form 1   Term 2   Week 4.2
Form 1 Term 2 Week 4.2
 
Learning activity 2
Learning activity 2Learning activity 2
Learning activity 2
 
Internet
InternetInternet
Internet
 
WEB DESIGNING.pptx
WEB DESIGNING.pptxWEB DESIGNING.pptx
WEB DESIGNING.pptx
 
the internet
the internetthe internet
the internet
 
Internet definations
Internet definationsInternet definations
Internet definations
 
Internet &amp; www
Internet &amp; wwwInternet &amp; www
Internet &amp; www
 
The Web
The WebThe Web
The Web
 
Internet
InternetInternet
Internet
 
Web engineering lecture 3
Web engineering lecture 3Web engineering lecture 3
Web engineering lecture 3
 
Ebusiness
EbusinessEbusiness
Ebusiness
 
www module 1.pptx
www module 1.pptxwww module 1.pptx
www module 1.pptx
 
The Internet and the World Wide Web [IGCSE] [WWW].pptx
The Internet and the World Wide Web [IGCSE] [WWW].pptxThe Internet and the World Wide Web [IGCSE] [WWW].pptx
The Internet and the World Wide Web [IGCSE] [WWW].pptx
 
Internet
InternetInternet
Internet
 
Introduction about Internet
Introduction about InternetIntroduction about Internet
Introduction about Internet
 
Lecture+01
Lecture+01Lecture+01
Lecture+01
 
The Internet
The InternetThe Internet
The Internet
 
2 internet essentials
2 internet essentials2 internet essentials
2 internet essentials
 
INTERNET.pptx
INTERNET.pptxINTERNET.pptx
INTERNET.pptx
 

Mehr von forthpillers

Communication brief
Communication briefCommunication brief
Communication briefforthpillers
 
બરાક ઓબામા જ બનશે ફરી રાષ્ટ્રપતિ
બરાક ઓબામા જ બનશે ફરી રાષ્ટ્રપતિબરાક ઓબામા જ બનશે ફરી રાષ્ટ્રપતિ
બરાક ઓબામા જ બનશે ફરી રાષ્ટ્રપતિforthpillers
 
બરાક ઓબામા જ બનશે ફરી રાષ્ટ્રપતિ
બરાક ઓબામા જ બનશે ફરી રાષ્ટ્રપતિબરાક ઓબામા જ બનશે ફરી રાષ્ટ્રપતિ
બરાક ઓબામા જ બનશે ફરી રાષ્ટ્રપતિforthpillers
 
બરાક ઓબામા જ બનશે ફરી રાષ્ટ્રપતિ
બરાક ઓબામા જ બનશે ફરી રાષ્ટ્રપતિબરાક ઓબામા જ બનશે ફરી રાષ્ટ્રપતિ
બરાક ઓબામા જ બનશે ફરી રાષ્ટ્રપતિforthpillers
 
Kale j maravanu hoy to
Kale j maravanu hoy toKale j maravanu hoy to
Kale j maravanu hoy toforthpillers
 
Blood donation camp
Blood donation campBlood donation camp
Blood donation campforthpillers
 
Nimcj youth club organised blood donation camp press note
Nimcj youth club organised blood donation camp  press noteNimcj youth club organised blood donation camp  press note
Nimcj youth club organised blood donation camp press noteforthpillers
 
Photo caption aarti zaveri
Photo caption aarti zaveriPhoto caption aarti zaveri
Photo caption aarti zaveriforthpillers
 
પહેચાન એક કહાની
પહેચાન એક કહાનીપહેચાન એક કહાની
પહેચાન એક કહાનીforthpillers
 
પહેચાન એક કહાની
પહેચાન એક કહાનીપહેચાન એક કહાની
પહેચાન એક કહાનીforthpillers
 
Prsi photo caption
Prsi photo captionPrsi photo caption
Prsi photo captionforthpillers
 
New microsoft office word document
New microsoft office word documentNew microsoft office word document
New microsoft office word documentforthpillers
 
Guest faculty photo caption
Guest faculty photo captionGuest faculty photo caption
Guest faculty photo captionforthpillers
 
Press note nikunj patel
Press note nikunj patelPress note nikunj patel
Press note nikunj patelforthpillers
 
Press note nikunj patel
Press note nikunj patelPress note nikunj patel
Press note nikunj patelforthpillers
 

Mehr von forthpillers (20)

Communication brief
Communication briefCommunication brief
Communication brief
 
Jakham1
Jakham1Jakham1
Jakham1
 
બરાક ઓબામા જ બનશે ફરી રાષ્ટ્રપતિ
બરાક ઓબામા જ બનશે ફરી રાષ્ટ્રપતિબરાક ઓબામા જ બનશે ફરી રાષ્ટ્રપતિ
બરાક ઓબામા જ બનશે ફરી રાષ્ટ્રપતિ
 
બરાક ઓબામા જ બનશે ફરી રાષ્ટ્રપતિ
બરાક ઓબામા જ બનશે ફરી રાષ્ટ્રપતિબરાક ઓબામા જ બનશે ફરી રાષ્ટ્રપતિ
બરાક ઓબામા જ બનશે ફરી રાષ્ટ્રપતિ
 
બરાક ઓબામા જ બનશે ફરી રાષ્ટ્રપતિ
બરાક ઓબામા જ બનશે ફરી રાષ્ટ્રપતિબરાક ઓબામા જ બનશે ફરી રાષ્ટ્રપતિ
બરાક ઓબામા જ બનશે ફરી રાષ્ટ્રપતિ
 
Press note....
Press note....Press note....
Press note....
 
Photo caption
Photo captionPhoto caption
Photo caption
 
Photo caption MCM
Photo caption MCMPhoto caption MCM
Photo caption MCM
 
Kale j maravanu hoy to
Kale j maravanu hoy toKale j maravanu hoy to
Kale j maravanu hoy to
 
Blood donation camp
Blood donation campBlood donation camp
Blood donation camp
 
Nimcj youth club organised blood donation camp press note
Nimcj youth club organised blood donation camp  press noteNimcj youth club organised blood donation camp  press note
Nimcj youth club organised blood donation camp press note
 
Photo caption aarti zaveri
Photo caption aarti zaveriPhoto caption aarti zaveri
Photo caption aarti zaveri
 
પહેચાન એક કહાની
પહેચાન એક કહાનીપહેચાન એક કહાની
પહેચાન એક કહાની
 
પહેચાન એક કહાની
પહેચાન એક કહાનીપહેચાન એક કહાની
પહેચાન એક કહાની
 
Prsi photo caption
Prsi photo captionPrsi photo caption
Prsi photo caption
 
New microsoft office word document
New microsoft office word documentNew microsoft office word document
New microsoft office word document
 
Exhibition photo
Exhibition photoExhibition photo
Exhibition photo
 
Guest faculty photo caption
Guest faculty photo captionGuest faculty photo caption
Guest faculty photo caption
 
Press note nikunj patel
Press note nikunj patelPress note nikunj patel
Press note nikunj patel
 
Press note nikunj patel
Press note nikunj patelPress note nikunj patel
Press note nikunj patel
 

Internet

  • 1. New Media “ WHAT IS INTERNET ”
  • 2. What is Internet? It is a global network of computers that communicate using a common language and allows the sharing of electronic information and resources. Internet is the world’s largest computer network , the network of networks, scattered all over the world. What is Network? A Computer network is an interconnection of two or more independent computer systems located at different places to share information and resources.
  • 3. Keyword here is “Sharing” the main purpose of computer networking. The two computers are said be interconnected if they are able to exchange information. The connection need not be a via copper Wire, fiber optics, microwaves and communication satellite or any other wireless media can also be used. Network contd… Wireless Network
  • 4.
  • 5.
  • 6. Web is a series of interconnected documents stored on a computer sites or web sites. These documents are connected each other through links called hyper links. These links are the highlighted words buttons icons or pictures. The world wide web gives a graphical and easy to navigate interface for looking at documents on the internet. These documents and links between them forms a &quot;web&quot; of information. This web lets you jump or hyperlink from one document or one web page to other pages on the web. One can think web as a big library. Websites are like the books and web pages are like the specific pages in the books. Pages can contain news, images, movies, sounds, 3D words – just about anything. These pages can be located on computers anywhere in the world. When you are connecting to he web you have equal access to information world wide. World Wide Web or WWW : The world wide web is a system of interlinked hypertext documents accessed via the internet.
  • 7.
  • 8.
  • 9.
  • 10. HTPP Protocol: Hypertext Transfer Protocol or HTTP is the set of rules or protocol that governs the transfer of hypertext between two or more computers. It is the primary access method for interacting with internet. The HTTP generally works in combination with WWW. HTTP can be defined as a set of rules that signify how the web pages are transmitted over the Web. It is responsible for accessing hypertext documents on world wide web. HTTP is based on the client server principle. HTTP allows &quot;Computer A&quot; (the client) to establish connection with &quot;Computer B&quot; (the server) and make a request. The server accepts the connection initiated by the client and send backs a response. An HTTP identifies the resource that the client is interested in and tells the server what action to take on the resource. When user selects a hypertext link, the client program on their computer uses HTTP to contact the server, Identify a resource and ask the server to respond with an action. The server accepts the request and then uses HTTP to respond to or perform the action.
  • 11.
  • 12. Web Browser A WWW client is called the web browser and a WWW server is called a web server. The web browser navigates through the world wide web and displays pages. The web browser requests a page from a web server. The web server makes available the desired page to web browser. A browser short for web browser is a computer program that accesses web pages and display them on a computer screen. It is the basic software that is needed to find retrieve view and send information over the internet. In fact to access the WWW user requires a web browser. The most popular browsers are Microsoft Internet Explorer, Netscape Navigator, Mozilla’s Firefox, Google’s Chrome, Opera etc. Web Page The documents residing on the website are called web pages. The world wide web consist of files called pages or web pages which contains information and links to the resources throughout the internet. The web pages uses HTTP. Web Site A location on a net server is called a web site. A website is set of related web pages (linked through hypertext links) published by an organization or individuals. Normally a web site contains a home page along with other web pages. Each website is owned and updated by an individual, company or organization.
  • 13. Home Page It is the top level web page of a web site. When a website is opened, Its home page is displayed. Therefore home page refers to the main page for a web site. Most sites start with a file called index.html. From that starting point or &quot;home page&quot; you should have a general idea about what the site offers. web pages/Home pages are an electronic document written in a computer language called HTML Finding a Site on the Net Each page of a site on the Net has its own Uniform Resource Locator (URL) which tells where a file is located among all the computers that are part of the Internet . The URL is somewhat like an address of a specific web site. If you know the URL/address of the site you want to visit, you simply type it into the Address Bar at the top of the browser screen: The Internet is platform independent . This means that it doesn't matter which operating system the server is using (e.g. Unix, Windows NT) because all servers share the common language of the Internet. Data may be transmitted via modem, cable or satellite with each of the servers working in collaboration with one another. The data seldom takes the same path to get from point A to point B; given the immensity of information transferred, the process is relatively error free
  • 14. URL The full form of URL is Uniform Resource Locator. A URL refers to an address on internet. Billions of documents/multimedia files can be accessed on internet through their URL. Each web page has a unique address called URL that identifies its location on the internet. Web browser utilize the URL to retrieve a file from computer on which it resides. URL defines three things: Method, Hostname and Path Name The Method is the protocol used to retrieve the document. These protocols may be HTTP,FTP,NEWS,Telnet. The Host is the computer at which the information is located. Path is the pathname of the file where the information is located that separate directories from subdirectories and files. Method :// Host Path /
  • 15. http:// This web server uses Hypertext Transfer Protocol for communication the most common protocol on the internet WWW This site is on the World Wide Web rdunijbpin Registered Domain name associated with IP address of an web server. IP adress is a unique 32 bit number expressed as Four 8 bits octets and each octets separated by period. e.g. 127.57.13.1 org Domain type (This is a nonprofit Organization others are .com (Commercial) ,.edu (Education provider) .gov (Government agencies), .mil (Military sites), .net (network, Internet service provider),etc. Path main/getinfo File Name: about.htm Format of URL(Uniform Resource Locator): Server (Computer System That stores the information) http://www.rdunijbpin.org/main/getinfo/about.htm A Protocol Name Host Computer Name Domain Name Domain type Path File Name
  • 16. How the Page is displayed through browser: The browser is a client program that is reading files/pages from a web server. Servers are special computers that contain web pages. the browser sends a request to the server for a specific web page. The Web Server receives a request and sends the requested page to the browser, which then interprets the HTML code and performs tasks based on the instructions contained in the code. This usually results in the display of a web page with text and graphics on your computer screen .
  • 17. HTML Code: Webpages that interprets by the Browsers are written in HTML - a simple scripting language called H yper T ext M arkup L anguage (HTML). It is the language that runs the Web. HTML Provides a way of displaying web pages with Hyper text, text, image and multimedia contents. HTML is not a programming language but a markup language i.e. it uses markup tags to direct information from one page to another, to format text, display pictures, play music and many other actions. These markup tags tell the browsers how to display the page. HTML markup tags generally used in pairs which tells the browsers to start and stop certain formatting commands. To distinguish from normal text These tags are written inside of the less than and greater than sign called angle brackets. HTML code what it looks like in browser This is the  <b>example of bold</b> This is the example of bold   This is an <i>example of italic</i> This is an example of italic This is an <h2>example of heading 2</h2> This is an example of heading 2   <center>example of center</center> example of center This tag <U> underline</U> the text This tag underline the text   example of <hr>