Technologies and Applications

Slides:



Advertisements
Similar presentations
4.01 How Web Pages Work.
Advertisements

Internet and the web Summary of terms discusses and review.
The Internet Useful Definitions and Concepts About the Internet.
1 Networks and Internet Objectives Understand basic concepts in Networking Network Types Understand basic concepts in Internet Internet Services Become.
Topics in this presentation: The Web and how it works Difference between Web pages and web sites Web browsers and Web servers HTML purpose and structure.
Introduction 2: Internet, Intranet, and Extranet J394 – Perancangan Situs Web Program Sudi Manajemen Universitas Bina Nusantara.
Lesson 19 Internet Basics.
What Is A Web Page? An Introduction to the Internet.
COMPUTER TERMS PART 1. COOKIE A cookie is a small amount of data generated by a website and saved by your web browser. Its purpose is to remember information.
The Internet & The World Wide Web Notes
INTRODUCTION TO WEB DATABASE PROGRAMMING
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
Lesson 2 — The Internet and the World Wide Web
XHTML Introductory1 Linking and Publishing Basic Web Pages Chapter 3.
Introduction to Computers Section 8A. home How the Internet Works Anyone with access to the Internet can exchange text, data files, and programs with.
BASIC UNDERSTANDING OF INTERNET AND WEB BRIDGE COURSE of INFORMATION & COMMUNICATION TECHNOLOGY Activity No. 8.
Networks QUME 185 Introduction to Computer Applications.
The Internet  Internet Hardware connected together Creates a massive worldwide network  Hardware Computers Communication lines  Interlinked collection.
An Overview of the Internet: The Internet: Then and Now How the Internet Works Major Features of the Internet.
CIS 250 Advanced Computer Applications Internet/WWW Review.
The Internet The internet is simply a worldwide computer network that uses standardised communication protocols to transmit and exchange data.
CS 7: Introduction to Computer Programming Java and the Internet Sections ,2.1.
Web Design. What is the Internet? A worldwide collection of computer networks that links millions of computers by – Businesses (.com.net) – the government.
Website Design, Development and Maintenance ONLY TAKE DOWN NOTES ON INDICATED SLIDES.
The Internet, Fourth Edition-- Illustrated 1 The Internet – Illustrated Introductory, Fourth Edition Unit B Understanding Browser Basics.
The Internet Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
Information Networks. Internet It is a global system of interconnected computer networks that link several billion devices worldwide. It is an international.
CIS 1203 Web Technologies Introduction to the Internet and the WWW.
Internet Basics. The Internet: Then and Now The Internet was created by the Advanced Research Projects Agency (ARPA) and the U.S. Department of Defense.
1 ** THE INTERNET ** Large, worldwide collection of networks that use a common protocol to communicate with each other A network of networks.
World Wide Web. The World Wide Web is a system of interlinked hypertext documents accessed via the Internet The World Wide Web is a system of interlinked.
Glencoe Introduction to Multimedia Chapter 2 Multimedia Online 1 Internet A huge network that connects computers all over the world. Show Definition.
Internet Essentials. The History of the Internet The Internet started when the Advanced Research Projects Agency (ARPA) of the United States Defense Department.
1 Chapter 1 INTRODUCTION TO WEB. 2 Objectives In this chapter, you will: Become familiar with the architecture of the World Wide Web Learn about communication.
4.01 How Web Pages Work.
Internet.
Introduction to the Internet
4.01 How Web Pages Work.
Chapter Objectives In this chapter, you will learn:
4.01 How Web Pages Work.
Computer Networks.
The Internet & World Wide Web
CISC103 Web Development Basics: Web site:
Warm Handshake with Websites, Servers and Web Servers:
Evolution of Internet.
E-commerce | WWW World Wide Web - Concepts
Introduction to Computers
E-commerce | WWW World Wide Web - Concepts
Some Common Terms The Internet is a network of computers spanning the globe. It is also called the World Wide Web. World Wide Web It is a collection of.
Internet and the web Summary of terms discusses and review
ICT Communications Lesson 1: Using the Internet and the World Wide Web
Technologies and Applications
Web page a hypertext document connected to the World Wide Web.
Inside of a computer… What happens when you turn your computer on? What loads? Where are applications stored? How are do they run? In what form is information.
Web Development & Design Chapter 1, Sections 4, 5 & 6
Internet Protocol Mr. Paulk.
Unit 4: Data Communication
What is the World Wide Web (www)
Information Technology Ms. Abeer Helwa
Introduction to Computer Concept
Unit 1.4 Wired and Wireless Networks Lesson 3
Inside of a computer… What happens when you turn your computer on? What loads? Where are applications stored? How are do they run? In what form is information.
Web Page Concept and Design :
Lesson 3: Introduction to Internet Technology
Unit-3.
4.01 How Web Pages Work.
Lesson 19 Internet Basics.
4.01 How Web Pages Work.
An Introduction to the Internet
Presentation transcript:

Technologies and Applications Basic Webpage Design Understanding Web Technologies and Applications

Objectives Explain how WWW works Definition of terms Understand the anatomy of a web address Understand how a web page works

Technologies and Applications Understanding Web Technologies and Applications One way to think of the Internet is to picture it as a wide-area network that spans multiple geographic locations. Each location in this enormous network is made up of a group of computers that are relatively close in proximity to one another and are connected by hardware and cabling.

Technologies and Applications Understanding Web Technologies and Applications All types of computers are connected to the Internet. Most major colleges and universities, as well as many large companies, have connections right into what’s called the Internet backbone, the worldwide series of major junction points that ties the whole thing together.

Technologies and Applications Understanding Web Technologies and Applications The computers of people are connected to the Internet through the Internet Service Provider (ISP). Your ISP may be connected to another, bigger ISP, or possibly directly to the backbone.

Technologies and Applications Understanding Web Technologies and Applications Users communicate from one location to another using a communication protocol known as IP (Internet Protocol). This protocol, running on each computer connected to the Internet, ensures that communication breakdowns do not occur and that the networked computers can communicate and exchange data properly with one another.

Technologies and Applications Understanding Web Technologies and Applications Every computer connected to the Internet has a unique IP address. If duplicate IP addresses existed, information using a given address could end up in the wrong place. Software applications that run on the Internet are known as Internet Applications.

Technologies and Applications Understanding Web Technologies and Applications The following lists some of the most popular Internet applications:

Technologies and Applications Understanding Web Technologies and Applications Internet applications communicate across the Internet by using IP, which transmits application data in small packets to a destination IP address. The receiving host processes the information that it receives.

Technologies and Applications Understanding Web Technologies and Applications INTRANET APPLICATIONS An intranet is a private local area network (LAN) or wide area network (WAN) that lets you use and interact with your Internet-based applications in a secure environment. An intranet application is an application that works on a private (network). It differs from an Internet application only in who can access it and the location of the client computer accessing it.

Technologies and Applications Understanding Web Technologies and Applications WEB SERVERS A web server is a software program that serves web pages to requesting clients. The webserver software runs on any computer.

Technologies and Applications Understanding Web Technologies and Applications WEB PAGES The information on the World Wide Web is presented in web pages. You can create web pages using a number of client side technologies. A web page can include a variety of information: texts, lists, forms for capturing a data, tables for presenting data, scripts that perform a function, multimedia content that animate pages, and so on.

Technologies and Applications Understanding Web Technologies and Applications WEB SITE A collection of web pages, linked together on a server.

Technologies and Applications Understanding Web Technologies and Applications WEB BROWSERS A web browser is a software program residing on a computer that you use to view pages on and navigate the World Wide Web. When you use a browser to request a page on a website, that browser is making a web connection to a web server.

Technologies and Applications Understanding Web Technologies and Applications Web server processes the web pages that it receives from a web server and displays the 1 Understanding Web Technologies and Applications Page 5 of 7 pages to the user. Depending on your browser’s features, you might be able to play multimedia files, view and interact with Java applets, read your e-mail, or use other advanced features.

Technologies and Applications Understanding Web Technologies and Applications URLs Every piece of information on the World Wide Web has a unique address. This address is called a Uniform Resource Allocator, or URL. A URL is a pointer to some bit of data on the web.

Technologies and Applications Understanding Web Technologies and Applications URLs Example How to get the information (what protocol to use: FTP, HTTP, and so on) The Internet host name to contact (for example, http://www.macromedia.com; http://localhost/mysite; or ftp.mysite.com) * The directory or other location in which to find the requested information.

Technologies and Applications Understanding Web Technologies and Applications ANATOMY OF A WEB ADDRESS The technical name for a web address is Uniform Resource Locator, or URL. Here’s what a URL looks like: http://www.iskulnet.com/members/signup.html

Technologies and Applications Understanding Web Technologies and Applications http://www.iskulnet.com/members/signup.html The http stands for Hypertext Transfer Protocol, which is the standard method used to transport Web pages over the Internet.

Technologies and Applications Understanding Web Technologies and Applications http://www.iskulnet.com/members/signup.html This part of the address is called the domain name. You can own a domain name by registering it through ISP’s or companies recognized by InterNIC. You need to pay for the domain name on a yearly basis, have it parked or hosted by a Web Hosting company.

Technologies and Applications Understanding Web Technologies and Applications http://www.iskulnet.com/members/signup.html This is a subdirectory or subfolder within your website. You can create as many subdirectories to organize your web contents. Note the forward slash (/) is used to separate the protocol, domain name, subdirectories and HTML file name not the backward (\) used in Windows.

Technologies and Applications Understanding Web Technologies and Applications http://www.iskulnet.com/members/signup.html This is the web document or HTML filename. The file extension can either be .htm or .html.

Summary Every computer connected to the Internet has a unique IP address. If duplicate IP addresses existed, information using a given address could end up in the wrong place. A web browser is a software program residing on a computer that you use to view pages on and navigate the World Wide Web