Introduction To Web Design

Slides:



Advertisements
Similar presentations
Basic Internet Terms Digital Design. Arpanet The first Internet prototype created in 1965 by the Department of Defense.
Advertisements

4.01 How Web Pages Work.
Layer 7- Application Layer
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.
CORE 2: Information systems and Databases HYPERTEXT/ HYPERMEDIA.
Lesson 19 Internet Basics.
The Internet is a vast network connecting computers all over the world
INTRODUCTION TO WEB DATABASE PROGRAMMING
Chapter 3 The Basics of Networking
Web Design & Development Introduction to the Internet & Web design challenges in 2013.
Lecturer: Ghadah Aldehim
Lesson 2 — The Internet and the World Wide Web
CS134 Web Design & Development Introduction to the Internet Mehmud Abliz.
2013Dr. Ali Rodan 1 Handout 1 Fundamentals of the Internet.
Web Mastering Module Internet Fundamentals. What is the Internet? –Global network of networks –Communicating using same set of rules (protocols/languages)
Networks QUME 185 Introduction to Computer Applications.
Introduction To Internet
1 Web Development & Design Foundations with XHTML Chapter 1 Key Concepts.
An Overview of the Internet: The Internet: Then and Now How the Internet Works Major Features of the Internet.
How Does the Internet Work? Protocols Protocols are rules that describe how computers communicate and exchange data. The Internet has a series of these.
The Internet The internet is simply a worldwide computer network that uses standardised communication protocols to transmit and exchange data.
Application Layer Khondaker Abdullah-Al-Mamun Lecturer, CSE Instructor, CNAP AUST.
Web Design Dr. Rabie A. Ramadan 1.
1 UNIT 13 The World Wide Web Lecturer: Kholood Baselm.
Introduction to Internet. Chapter 1 Objectives Origins of the Internet Packets and Routers TCP/IP DNS HTTP URL Client-Server.
1 UNIT 13 The World Wide Web. Introduction 2 Agenda The World Wide Web Search Engines Video Streaming 3.
1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.
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.
MISY 322 CHAPTER 1 Introduction to Internet. CSC1720 – Introduction to Internet All copyrights reserved by C.C. Cheung Outline WWW and Internet.
Web Development & Design Foundations with XHTML Chapter 1 Key Concepts 1.
Internet and World Wide Web Introduction to the Internet.
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.
Introduction to the Internet
4.01 How Web Pages Work.
Internet Technology and Website Design
Web fundamentals: Clients, Servers, and Communication
4.01 How Web Pages Work.
Introduction to HTML Section A – Programming, HTML
Introduction to the WWW
CISC103 Web Development Basics: Web site:
E-commerce | WWW World Wide Web - Concepts
Copyright © 2006 Pearson Addison-Wesley. All rights reserved.
E-commerce | WWW World Wide Web - Concepts
Protocols and networks in the TCP/IP model initially.
Web Design Introduction to the Internet Week One
Networking for Home and Small Businesses – Chapter 6
Web Development & Design Chapter 1, Sections 4, 5 & 6
Networking for Home and Small Businesses – Chapter 6
TASK 4 Guideline.
CS222 Web Programming Course Outline
CISC103 Web Development Basics: Web site:
Copyright © 2006 Pearson Addison-Wesley. All rights reserved.
1 Introduction to the Internet.
Digital Planet: Tomorrow’s Technology and You
ACT102 Introduction to web design
Web Design & Development
CS134 Web Design & Development
ACT102 Introduction to web design
The Internet CSCI 101.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
How Our Customers Communicate With Us
Networking for Home and Small Businesses – Chapter 6
Unit-3.
4.01 How Web Pages Work.
Lesson 19 Internet Basics.
4.01 How Web Pages Work.
The Internet and Electronic mail
Presentation transcript:

Introduction To Web Design From kakensaonline.com

Grading Course Requires: Final grade = Passion Creativity Practice 50% written exam + 50% Tests and Course work + Group work

What is Computing Not just using computers Learning a new way to think Understanding hardware, software, processes Fundamental strengths and weaknesses of computing devices

Goals Evolution of the technology How the web fits in Identify Key Terms What is the Internet & what is the WEB protocols

Internet, Packets and Routing Internet is a network of computer networks Data is transmitted by packet switching using the standard Internet Protocol (IP) Packet – a unit of information carriage Packet switching – process of moving packets from one node (computer device) to another

A Visualization of Internet

Internet, Packets and Routing At the sender, data is broken into packets and sent to the nearest node (router) At each router, it sends the packet to another router that is closer to the final destination At the receiver, packets are reassembled to get the original data A simple analogy: Taxi transport system

TCP/IP and Domain Names Basic task of IP – moving packets as quickly as possible from one router to another Yet, it doesn’t check whether packets are delivered successfully, thus need TCP TCP (Transmission Control Protocol) – disassemble/reassemble packets, error checking, ACK packets

TCP/IP and Domain Names We need some sort of address in order to identify different nodes, as if every house has a mailing address in order to receive mail from others The one used by Internet Protocol is called IP address Every host on the Internet has a unique IP address, made up of four numbers. E.g.. 192.56.215.131, each number is between 0 and 255

TCP/IP and Domain Names The numbers in an IP address is hard to remember, while names are easier Domain Name System – a mapping between the human-readable name (domain name) of a host and its IP address A domain name consists of two or more parts, e.g. www.ucu.ac.ug The rightmost label conveys the top-level domain, e.g. .ac.ug or .com

TCP/IP and Domain Names Each label to the left specifies a subdomain, in our example, subdomain is ac(academic institution), and sub-subdomain is ug(Uganda). A top-level domain contains of multiple subdomains, each subdomain can contain multiple sub-subdomain, so on. The database contains the mapping between a domain name and an IP address is stored on a DNS server.

World Wide Web The World Wide Web (commonly shortened to the Web) is a system of interlinked, hypertext documents accessed via the Internet. It is created to share files/documents and overcome the barrier of different file formats Hypertext refers to text on a computer that will lead the user to other, related information on demand.

World Wide Web Accessing cross-referenced documents, known as hypertext linking, is probably the most important aspect of the Web because it allows you to quickly open other Web pages A hypertext link, or hyperlink, contains a reference to a specific Web page that you can click to quickly open that Web page

World Wide Web hypertext documents are created using a special kind of document formatting or “markup” language called HyperText Markup Language (HTML). HTML is sent or received over the network using HyperText Transfer Protocol (HTTP). A browser is a software program which interprets the HTML documents and displays it on the user’s screen.

World Wide Web A Web site refers to the location on the Internet of the Web pages and related files (such as graphic files) that belong to a company, organization, or individual A markup language is a set of characters or symbols that define a document’s logical structure or how a document should be printed or displayed

World Wide Web A document on the Web is called a Web page, identified by a unique address called the Uniform Resource Locator, or URL URL commonly referred to as a Web address Each document/resource on the WWW needs to have an identifier in order to be accessed by others

URI and URL A Uniform Resource Identifier (URI), is a compact string of characters used to identify or name a resource. A Uniform Resource Locator (URL) is a URI which provides means of obtaining the resource by describing its network “location”.

URLs and Client-Server Model Two things are given by the URL Exact location of the document The method or protocol by which to retrieve and display the document Example, http://www.ucu.ac.ug/IT/web/index.html http:// – specifies the protocol www.ucu.ac.ug – specifies the host name / domain name /IT/web/index.html – specifies the path of the document on the host

Putting it All Together