SlideShare a Scribd company logo
1 of 14
INTERNET:
 The Internet, sometimes called simply "the Net," is a worldwide system
of computer networks.
 Internet is a global computer network providing a variety of information
and communication facilities, consisting of interconnected networks
using standardized communication protocols.
 No one owns the Internet, although several organizations of the world
collaborate in its functioning and development.
 The high-speed, fiber-optic cables (called backbones) through which the
bulk of the Internet data travels are owned by telephone companies in
their respective countries.
History:
 The Internet grew out of the Advanced Research Projects Agency's
Network (ARPANET) established by the US Department Of Defense in
1960s for collaboration in military research among business and
government laboratories. Later universities and other US institutions
connected to it.
 The development of hypertext based technology (called World Wide web
, WWW, or just the Web) provided means of displaying text, graphics,
and animations, and easy search and navigation tools that triggered
Internet's explosive worldwide growth.
World Wide Web:
 The World Wide Web, abbreviated as WWW and commonly known as
the Web, is a system of interlinked hypertext documents
accessed via the Internet.
 With a web browser, one can view web pages that may contain text,
images, videos, and other multimedia and navigate between them via
hyperlinks.
 In 1989, English engineer and computer scientist
Sir Tim Berners-Lee, proposed the way to link and access the
various kinds of information with the help of web nodes (web pages).
Internet vs. WWW (W3):
 The terms Internet and World Wide Web are often used in every-day
speech without much distinction. However, the Internet and the World
Wide Web are not one and the same.
 The Internet is a global system of interconnected computer networks.
In contrast, the Web is one of the services that runs on the Internet.
 The Web is a collection of interconnected documents and other
resources, linked by hyperlinks and URLs.
INTERANET:
 An intranet is a private network that is contained within an
enterprise.
 An intranet is a local or restricted communications network,
especially a private network created using World Wide Web
software/technology.
 The main purpose of an intranet is to share company
information and computing resources among employees. An
intranet can also be used to facilitate working in groups and for
teleconferences.
 An intranet may consist of many interlinked local area
networks and also use leased lines in the wide area network.
 An intranet uses TCP/IP, HTTP, and other Internet protocols
and in general looks like a private version of the Internet.
EXTRANET:
 An extranet is a private network that uses Internet technology
and the public telecommunication system to securely share
part of a business's information or operations with authorized
outside users (e.g. suppliers, vendors, partners, customers, or
other businesses).
 An extranet can be viewed as part of a company's intranet
that is extended to users outside the company.
 An extranet can also been described as a "state of mind" in
which the Internet is perceived as a way to do business with
other companies as well as to sell products to customers.
 PAGE: A document created in computer.
 WEB PAGE: A hypertext document connected to the World Wide Web.
 HYPERTEXT DOCUMENT: The hypertext document contains hypertext.
Hypertext is a word or words that contain a link to other hypertext
document.
 WEB BROWSER: Browser is special software designed to read web
pages. It is often referred to as a Web Browser. Popular browsers include
Microsoft's Internet Explorer, Mozilla's Firefox, Netscape's Navigator,
Google Chrome and Opera. Most browsers are offered for free of cost.
 HTML: Hyper Text Mark-Up Language is a standard Mark-Up coding
language for creating web pages. It is the source code that the computer
reads to create the page.
 DHTML: Dynamic Hyper Text Markup Language is the unofficial name
given to web pages that combine HTML, JavaScript, and CSS
technologies.
 Open Source S/W: Open source software is software whose source code
is available for modification or enhancement by anyone.
 "Source code" is the part of software that most computer users don't ever
see; it's the code computer programmers can manipulate to change how a
piece of software—a "program" or "application"—works. Programmers who
have access to a computer program's source code can improve that
program by adding features to it or fixing parts that don't always work
correctly.
Some Important Definitions:
 WEBSITE:
 A website is a collection of web pages, images, videos or
other digital assets that is hosted on one or several Web
server(s), usually accessible via the Internet, cell phone or a
LAN.
 The definition of web page is a document, typically written in
HTML, which is almost always accessible via HTTP, (a protocol
that transfers information from the Web server to display in
the user's Web browser).
Types of web page:
 i). Static Web Page: A web page (HTML page) that contains
the same information for all users. Although it may be
periodically updated from time to time, it does not change with
each user’s retrieval, contrast with dynamic Web page.
 ii). Dynamic web pages: Web pages that are generated in
real-time. These pages include Web scripting code, such as
PHP or ASP. When a dynamic page is accessed, the code within
the page is parsed on the Web server and the resulting HTML is
sent to the client's Web browser.
Web-based Applications:
 A Web-based application refers to any program that is
accessed over a computer network connection using HTTP,
rather than existing within a device’s memory.
 Web-based applications often run inside a Web browser.
However, Web-based applications also may be client-based,
where a small part of the program is downloaded to a user’s
desktop, but processing is done over the Internet on an
external server.
 A more specific definition of web applications, focusing on
data and database, is “Web applications are ... computer
programs allowing website visitors to submit and retrieve
data to/from a database over the Internet using their
preferred web browser”.
 Web applications also provides functionality to the user
without having to download and install software on local PC.
 Some popular types of web-based applications that are
currently in use are:
 social networking websites (Facebook, MySpace, hi5.com,
Xanga, Classmates.com)
 image websites (Snapfish, Flickr, Photobucket, Shutterfly)
 online calendars (Google Calendar, O2 Calendar, Yahoo!
Calendar)
 chat sites (chat-avenue, omgpop, czateria, Meebo)
 online shopping websites (just about ANY store -- the
grandfather of online shopping is Amazon)
 online telephone directories (Yellow.com, White Pages,
AnyWho)
 online news publishers (Press Smart, The Drudge Report, Open
Publish)
 online dictionaries (ExamplesThe American Heritage Dictionary,
Dictionary.com)
 webmail servicies (Gmail, Yahoo Mail, HotMail)
 map servers (Google Maps, MapQuest)
 internet search engines (Google, Bing, Yahoo)
Basic web development languages
 HTML
 HTML is the standardized markup language that structures and
formats content on the web.
 Page elements like the titles, headings, text and links are
included in the HTML document.
 It is one of the core technologies used on the Internet and
serves as the backbone of all webpages.
 CSS
 CSS(Cascading Style Sheets) is a style-sheet language that
basically allows web developers to “set it and forget it.”
 Paired with HTML, CSS allows a programmer to define the look
and format of multiple webpages at once; elements like color,
layout and fonts are specified in one file that’s kept separate
from the core code of the webpage.
 JavaScript
 JavaScript is the programming language that brings
animation, games, apps, interactivity and other
dynamic effects to life. After HTML and CSS, it’s the
most popular client-side scripts.
 ActionScript
 ActionScript is the language used for Adobe Flash,
which is especially well suited for rich Internet
applications that use Flash animation and streaming
audio and video.
 Whether you use ActionScript or JavaScript is a
matter of personal preference, but if you want to
use the popular Adobe Flash Player software to
share multimedia applications, ActionScript is a
must.
 PHP
 PHP is a server-side scripting language. The chief
advantages of PHP are that it is open source, with a huge
online community to support it, and that it’s compatible
across multiple platforms.
 PHP is most often used by websites with lower traffic
demands.
 Java
 Java is the server-side language of choice for large-scale websites with
a high volume of traffic. Sam’s Club, Amazon and Apple App Store use
Java-based web frameworks.
 One potential reason for its popularity among high traffic websites is
that Java framework is faster server-based web applications for large
scale websites.
 Java Servlets, JSP and WebObjects are examples of server-side
solutions that use Java.
 Python
 Python is a general purpose, high-level programming language that
puts an emphasis on code readability; for web developers, this means
they can do more with fewer lines of code than other popular
languages.
 Python does this through the use of a large standard library, which
keeps the actual code short and simple.
 This library is a file that contains pre-coded functions, provided by the
community, which you can download to your server and use in your
own code whenever a specific task appears.
 Like Java, Python was designed for web servers that deal with a large
amount of traffic. Shopzilla, Yahoo Maps, and the National Weather
Service are examples of sites that use Python.
Top 20 Most Important Web Technologies:
fundamental of information technology  (2)

More Related Content

What's hot

Introduction to web technology
Introduction to web technologyIntroduction to web technology
Introduction to web technologyVARSHAKUMARI49
 
The Web: history - now - future
The Web: history - now - futureThe Web: history - now - future
The Web: history - now - futureKnowledge Hives
 
Introduction about Internet
Introduction about InternetIntroduction about Internet
Introduction about InternetAadil Khan
 
Introduction to internet.
Introduction to internet.Introduction to internet.
Introduction to internet.Anish Thomas
 
Search Engines & Web Browser & Internet & World wide Web (WWW)
Search Engines & Web Browser & Internet & World wide Web (WWW)Search Engines & Web Browser & Internet & World wide Web (WWW)
Search Engines & Web Browser & Internet & World wide Web (WWW)ShaharyarShoukatShou
 
Internet & www
Internet & wwwInternet & www
Internet & wwwMozaSaid
 
Internet Tutorial 01
Internet Tutorial 01Internet Tutorial 01
Internet Tutorial 01dpd
 
Internet Basics Unit-7
Internet Basics  Unit-7Internet Basics  Unit-7
Internet Basics Unit-7Raj vardhan
 
WWW, WEB BROWSER AND SEARCH ENGINE
WWW, WEB BROWSER AND SEARCH ENGINEWWW, WEB BROWSER AND SEARCH ENGINE
WWW, WEB BROWSER AND SEARCH ENGINEruledbyrobotics2080
 
Network Basics & Internet
Network Basics & InternetNetwork Basics & Internet
Network Basics & InternetVNSGU
 
How does the Internet Work?
How does the Internet Work?How does the Internet Work?
How does the Internet Work?Dina Goldshtein
 
Internet Tools in Education
Internet Tools in EducationInternet Tools in Education
Internet Tools in EducationRavi Raj Kamal
 
Internet and Web Technology (CLASS-1) [Introduction]
Internet and Web Technology (CLASS-1) [Introduction]Internet and Web Technology (CLASS-1) [Introduction]
Internet and Web Technology (CLASS-1) [Introduction]Ayes Chinmay
 
Eff use of internet
Eff use of internetEff use of internet
Eff use of internetstreetman921
 

What's hot (20)

Introduction to web technology
Introduction to web technologyIntroduction to web technology
Introduction to web technology
 
The Web: history - now - future
The Web: history - now - futureThe Web: history - now - future
The Web: history - now - future
 
Introduction to Html
Introduction to HtmlIntroduction to Html
Introduction to Html
 
Introduction about Internet
Introduction about InternetIntroduction about Internet
Introduction about Internet
 
Introduction to internet.
Introduction to internet.Introduction to internet.
Introduction to internet.
 
Search Engines & Web Browser & Internet & World wide Web (WWW)
Search Engines & Web Browser & Internet & World wide Web (WWW)Search Engines & Web Browser & Internet & World wide Web (WWW)
Search Engines & Web Browser & Internet & World wide Web (WWW)
 
Web technology
Web technologyWeb technology
Web technology
 
Html
HtmlHtml
Html
 
The internet
The internetThe internet
The internet
 
Internet & www
Internet & wwwInternet & www
Internet & www
 
Internet Tutorial 01
Internet Tutorial 01Internet Tutorial 01
Internet Tutorial 01
 
Internet Basics Unit-7
Internet Basics  Unit-7Internet Basics  Unit-7
Internet Basics Unit-7
 
WWW, WEB BROWSER AND SEARCH ENGINE
WWW, WEB BROWSER AND SEARCH ENGINEWWW, WEB BROWSER AND SEARCH ENGINE
WWW, WEB BROWSER AND SEARCH ENGINE
 
Network Basics & Internet
Network Basics & InternetNetwork Basics & Internet
Network Basics & Internet
 
How does the Internet Work?
How does the Internet Work?How does the Internet Work?
How does the Internet Work?
 
Web Technology Fundamentals
Web Technology FundamentalsWeb Technology Fundamentals
Web Technology Fundamentals
 
Internet Tools in Education
Internet Tools in EducationInternet Tools in Education
Internet Tools in Education
 
Internet
InternetInternet
Internet
 
Internet and Web Technology (CLASS-1) [Introduction]
Internet and Web Technology (CLASS-1) [Introduction]Internet and Web Technology (CLASS-1) [Introduction]
Internet and Web Technology (CLASS-1) [Introduction]
 
Eff use of internet
Eff use of internetEff use of internet
Eff use of internet
 

Viewers also liked

Managing heterogeneous audience
Managing heterogeneous audienceManaging heterogeneous audience
Managing heterogeneous audiencehaider ali
 
Unit 4. Operators and Expression
Unit 4. Operators and Expression  Unit 4. Operators and Expression
Unit 4. Operators and Expression Ashim Lamichhane
 
fundamental of information technology(1)
fundamental of information technology(1)fundamental of information technology(1)
fundamental of information technology(1)Sorath Peetamber
 
Unit 9. Structure and Unions
Unit 9. Structure and UnionsUnit 9. Structure and Unions
Unit 9. Structure and UnionsAshim Lamichhane
 
UNIT 10. Files and file handling in C
UNIT 10. Files and file handling in CUNIT 10. Files and file handling in C
UNIT 10. Files and file handling in CAshim Lamichhane
 
File handling in c
File handling in cFile handling in c
File handling in caakanksha s
 
DITEC - Fundamentals in Networking (updated)
DITEC - Fundamentals in Networking (updated)DITEC - Fundamentals in Networking (updated)
DITEC - Fundamentals in Networking (updated)Rasan Samarasinghe
 
Unit 1. Problem Solving with Computer
Unit 1. Problem Solving with Computer   Unit 1. Problem Solving with Computer
Unit 1. Problem Solving with Computer Ashim Lamichhane
 
Fundamentals Of Computer
Fundamentals Of ComputerFundamentals Of Computer
Fundamentals Of ComputerJack Frost
 
2015 Upload Campaigns Calendar - SlideShare
2015 Upload Campaigns Calendar - SlideShare2015 Upload Campaigns Calendar - SlideShare
2015 Upload Campaigns Calendar - SlideShareSlideShare
 

Viewers also liked (20)

Managing heterogeneous audience
Managing heterogeneous audienceManaging heterogeneous audience
Managing heterogeneous audience
 
Unit 2. Elements of C
Unit 2. Elements of CUnit 2. Elements of C
Unit 2. Elements of C
 
Unit 4. Operators and Expression
Unit 4. Operators and Expression  Unit 4. Operators and Expression
Unit 4. Operators and Expression
 
Unit 7. Functions
Unit 7. FunctionsUnit 7. Functions
Unit 7. Functions
 
Unit 5. Control Statement
Unit 5. Control StatementUnit 5. Control Statement
Unit 5. Control Statement
 
Unit 3. Input and Output
Unit 3. Input and OutputUnit 3. Input and Output
Unit 3. Input and Output
 
fundamental of information technology(1)
fundamental of information technology(1)fundamental of information technology(1)
fundamental of information technology(1)
 
Unit 8. Pointers
Unit 8. PointersUnit 8. Pointers
Unit 8. Pointers
 
Unit 6. Arrays
Unit 6. ArraysUnit 6. Arrays
Unit 6. Arrays
 
Unit 11. Graphics
Unit 11. GraphicsUnit 11. Graphics
Unit 11. Graphics
 
Algorithm Introduction
Algorithm IntroductionAlgorithm Introduction
Algorithm Introduction
 
Unit 9. Structure and Unions
Unit 9. Structure and UnionsUnit 9. Structure and Unions
Unit 9. Structure and Unions
 
UNIT 10. Files and file handling in C
UNIT 10. Files and file handling in CUNIT 10. Files and file handling in C
UNIT 10. Files and file handling in C
 
File handling in C
File handling in CFile handling in C
File handling in C
 
File handling in c
File handling in cFile handling in c
File handling in c
 
DITEC - Fundamentals in Networking (updated)
DITEC - Fundamentals in Networking (updated)DITEC - Fundamentals in Networking (updated)
DITEC - Fundamentals in Networking (updated)
 
Sorting
SortingSorting
Sorting
 
Unit 1. Problem Solving with Computer
Unit 1. Problem Solving with Computer   Unit 1. Problem Solving with Computer
Unit 1. Problem Solving with Computer
 
Fundamentals Of Computer
Fundamentals Of ComputerFundamentals Of Computer
Fundamentals Of Computer
 
2015 Upload Campaigns Calendar - SlideShare
2015 Upload Campaigns Calendar - SlideShare2015 Upload Campaigns Calendar - SlideShare
2015 Upload Campaigns Calendar - SlideShare
 

Similar to fundamental of information technology (2)

Similar to fundamental of information technology (2) (20)

introduction_to_web_technology.pdf
introduction_to_web_technology.pdfintroduction_to_web_technology.pdf
introduction_to_web_technology.pdf
 
ICS 2203-WEB APPLICATION DEVELOPMENT-EDUC Y2S1_MATHCOMP.docx
ICS 2203-WEB APPLICATION DEVELOPMENT-EDUC Y2S1_MATHCOMP.docxICS 2203-WEB APPLICATION DEVELOPMENT-EDUC Y2S1_MATHCOMP.docx
ICS 2203-WEB APPLICATION DEVELOPMENT-EDUC Y2S1_MATHCOMP.docx
 
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
 
Computer communication and internet
Computer communication and internetComputer communication and internet
Computer communication and internet
 
Web engineering lecture 3
Web engineering lecture 3Web engineering lecture 3
Web engineering lecture 3
 
Web engineering 2(lect 0)
Web engineering 2(lect 0)Web engineering 2(lect 0)
Web engineering 2(lect 0)
 
Tech Terms
Tech TermsTech Terms
Tech Terms
 
Unit 5 World_Wide_Web.pptx
Unit 5 World_Wide_Web.pptxUnit 5 World_Wide_Web.pptx
Unit 5 World_Wide_Web.pptx
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
Internet
InternetInternet
Internet
 
Www(alyssa) (2)
Www(alyssa) (2)Www(alyssa) (2)
Www(alyssa) (2)
 
WP Chap 1 & 2.pptx
WP Chap 1 & 2.pptxWP Chap 1 & 2.pptx
WP Chap 1 & 2.pptx
 
Web design internet basics
Web design internet basicsWeb design internet basics
Web design internet basics
 
Web 1.02.03.0 Good.ppt
Web 1.02.03.0 Good.pptWeb 1.02.03.0 Good.ppt
Web 1.02.03.0 Good.ppt
 
www.pptx
www.pptxwww.pptx
www.pptx
 
Introduction To Website Development
Introduction To Website DevelopmentIntroduction To Website Development
Introduction To Website Development
 
The Web
The WebThe Web
The Web
 
Basics of Internet and WWW
Basics of Internet and WWWBasics of Internet and WWW
Basics of Internet and WWW
 
Php
PhpPhp
Php
 
Web browsing and Internet termenologies
Web browsing and Internet termenologiesWeb browsing and Internet termenologies
Web browsing and Internet termenologies
 

Recently uploaded

Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIShubhangi Sonawane
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesShubhangi Sonawane
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Shubhangi Sonawane
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxNikitaBankoti2
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 

Recently uploaded (20)

Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 

fundamental of information technology (2)

  • 1. INTERNET:  The Internet, sometimes called simply "the Net," is a worldwide system of computer networks.  Internet is a global computer network providing a variety of information and communication facilities, consisting of interconnected networks using standardized communication protocols.  No one owns the Internet, although several organizations of the world collaborate in its functioning and development.  The high-speed, fiber-optic cables (called backbones) through which the bulk of the Internet data travels are owned by telephone companies in their respective countries. History:  The Internet grew out of the Advanced Research Projects Agency's Network (ARPANET) established by the US Department Of Defense in 1960s for collaboration in military research among business and government laboratories. Later universities and other US institutions connected to it.  The development of hypertext based technology (called World Wide web , WWW, or just the Web) provided means of displaying text, graphics, and animations, and easy search and navigation tools that triggered Internet's explosive worldwide growth.
  • 2. World Wide Web:  The World Wide Web, abbreviated as WWW and commonly known as the Web, is a system of interlinked hypertext documents accessed via the Internet.  With a web browser, one can view web pages that may contain text, images, videos, and other multimedia and navigate between them via hyperlinks.  In 1989, English engineer and computer scientist Sir Tim Berners-Lee, proposed the way to link and access the various kinds of information with the help of web nodes (web pages). Internet vs. WWW (W3):  The terms Internet and World Wide Web are often used in every-day speech without much distinction. However, the Internet and the World Wide Web are not one and the same.  The Internet is a global system of interconnected computer networks. In contrast, the Web is one of the services that runs on the Internet.  The Web is a collection of interconnected documents and other resources, linked by hyperlinks and URLs.
  • 3. INTERANET:  An intranet is a private network that is contained within an enterprise.  An intranet is a local or restricted communications network, especially a private network created using World Wide Web software/technology.  The main purpose of an intranet is to share company information and computing resources among employees. An intranet can also be used to facilitate working in groups and for teleconferences.  An intranet may consist of many interlinked local area networks and also use leased lines in the wide area network.  An intranet uses TCP/IP, HTTP, and other Internet protocols and in general looks like a private version of the Internet.
  • 4. EXTRANET:  An extranet is a private network that uses Internet technology and the public telecommunication system to securely share part of a business's information or operations with authorized outside users (e.g. suppliers, vendors, partners, customers, or other businesses).  An extranet can be viewed as part of a company's intranet that is extended to users outside the company.  An extranet can also been described as a "state of mind" in which the Internet is perceived as a way to do business with other companies as well as to sell products to customers.
  • 5.  PAGE: A document created in computer.  WEB PAGE: A hypertext document connected to the World Wide Web.  HYPERTEXT DOCUMENT: The hypertext document contains hypertext. Hypertext is a word or words that contain a link to other hypertext document.  WEB BROWSER: Browser is special software designed to read web pages. It is often referred to as a Web Browser. Popular browsers include Microsoft's Internet Explorer, Mozilla's Firefox, Netscape's Navigator, Google Chrome and Opera. Most browsers are offered for free of cost.  HTML: Hyper Text Mark-Up Language is a standard Mark-Up coding language for creating web pages. It is the source code that the computer reads to create the page.  DHTML: Dynamic Hyper Text Markup Language is the unofficial name given to web pages that combine HTML, JavaScript, and CSS technologies.  Open Source S/W: Open source software is software whose source code is available for modification or enhancement by anyone.  "Source code" is the part of software that most computer users don't ever see; it's the code computer programmers can manipulate to change how a piece of software—a "program" or "application"—works. Programmers who have access to a computer program's source code can improve that program by adding features to it or fixing parts that don't always work correctly. Some Important Definitions:
  • 6.  WEBSITE:  A website is a collection of web pages, images, videos or other digital assets that is hosted on one or several Web server(s), usually accessible via the Internet, cell phone or a LAN.  The definition of web page is a document, typically written in HTML, which is almost always accessible via HTTP, (a protocol that transfers information from the Web server to display in the user's Web browser). Types of web page:  i). Static Web Page: A web page (HTML page) that contains the same information for all users. Although it may be periodically updated from time to time, it does not change with each user’s retrieval, contrast with dynamic Web page.  ii). Dynamic web pages: Web pages that are generated in real-time. These pages include Web scripting code, such as PHP or ASP. When a dynamic page is accessed, the code within the page is parsed on the Web server and the resulting HTML is sent to the client's Web browser.
  • 7. Web-based Applications:  A Web-based application refers to any program that is accessed over a computer network connection using HTTP, rather than existing within a device’s memory.  Web-based applications often run inside a Web browser. However, Web-based applications also may be client-based, where a small part of the program is downloaded to a user’s desktop, but processing is done over the Internet on an external server.  A more specific definition of web applications, focusing on data and database, is “Web applications are ... computer programs allowing website visitors to submit and retrieve data to/from a database over the Internet using their preferred web browser”.  Web applications also provides functionality to the user without having to download and install software on local PC.  Some popular types of web-based applications that are currently in use are:
  • 8.  social networking websites (Facebook, MySpace, hi5.com, Xanga, Classmates.com)  image websites (Snapfish, Flickr, Photobucket, Shutterfly)  online calendars (Google Calendar, O2 Calendar, Yahoo! Calendar)  chat sites (chat-avenue, omgpop, czateria, Meebo)  online shopping websites (just about ANY store -- the grandfather of online shopping is Amazon)  online telephone directories (Yellow.com, White Pages, AnyWho)  online news publishers (Press Smart, The Drudge Report, Open Publish)  online dictionaries (ExamplesThe American Heritage Dictionary, Dictionary.com)  webmail servicies (Gmail, Yahoo Mail, HotMail)  map servers (Google Maps, MapQuest)  internet search engines (Google, Bing, Yahoo)
  • 9. Basic web development languages  HTML  HTML is the standardized markup language that structures and formats content on the web.  Page elements like the titles, headings, text and links are included in the HTML document.  It is one of the core technologies used on the Internet and serves as the backbone of all webpages.  CSS  CSS(Cascading Style Sheets) is a style-sheet language that basically allows web developers to “set it and forget it.”  Paired with HTML, CSS allows a programmer to define the look and format of multiple webpages at once; elements like color, layout and fonts are specified in one file that’s kept separate from the core code of the webpage.
  • 10.  JavaScript  JavaScript is the programming language that brings animation, games, apps, interactivity and other dynamic effects to life. After HTML and CSS, it’s the most popular client-side scripts.  ActionScript  ActionScript is the language used for Adobe Flash, which is especially well suited for rich Internet applications that use Flash animation and streaming audio and video.  Whether you use ActionScript or JavaScript is a matter of personal preference, but if you want to use the popular Adobe Flash Player software to share multimedia applications, ActionScript is a must.
  • 11.  PHP  PHP is a server-side scripting language. The chief advantages of PHP are that it is open source, with a huge online community to support it, and that it’s compatible across multiple platforms.  PHP is most often used by websites with lower traffic demands.
  • 12.  Java  Java is the server-side language of choice for large-scale websites with a high volume of traffic. Sam’s Club, Amazon and Apple App Store use Java-based web frameworks.  One potential reason for its popularity among high traffic websites is that Java framework is faster server-based web applications for large scale websites.  Java Servlets, JSP and WebObjects are examples of server-side solutions that use Java.  Python  Python is a general purpose, high-level programming language that puts an emphasis on code readability; for web developers, this means they can do more with fewer lines of code than other popular languages.  Python does this through the use of a large standard library, which keeps the actual code short and simple.  This library is a file that contains pre-coded functions, provided by the community, which you can download to your server and use in your own code whenever a specific task appears.  Like Java, Python was designed for web servers that deal with a large amount of traffic. Shopzilla, Yahoo Maps, and the National Weather Service are examples of sites that use Python.
  • 13. Top 20 Most Important Web Technologies: