Follow the Data Data (and information) move from place to place in computer systems and networks. As it moves it changes form frequently. This story.

Slides:



Advertisements
Similar presentations
Chapter 3 Internet. Physical Components of the Internet Servers Networks Routers.
Advertisements

1 The 7 layer OSI model Sending an . 2 The seven layers.
Computer Networks and the Internet CMPT 109 Montclair State University.
XP Browser and Basics1. XP Browser and Basics2 Learn about Web browser software and Web pages The Web is a collection of files that reside.
Copyright © 2002 Pearson Education, Inc. Slide 3-1 PERTEMUAN 5.
The Internet and the World Wide Web. Una DooneyThe Internet and WWWSlide 2 What is the Internet? A collection of networks (LANS and WANS) around the world.
Browser and Basics Tutorial 1. Learn about Web browser software and Web pages The Web is a collection of files that reside on computers, called.
Internet Basics.
The Internet & The World Wide Web Notes
The internet and the WWW
Syllabus outcomes Describes and applies problem-solving processes when creating solutions Designs, produces and evaluates appropriate solutions.
Computer Science 101 Introduction to Web Pages. Origins of the Web Vannevar Bush (Memex, 1945) Ted Nelson (Xanadu, 1968) Doug Englebart and Alan Kay (
Lecturer: Ghadah Aldehim
INTERNET DATA FLOW Created by David Whitchurch for ISDS 4120 Louisiana State University.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Network Services Networking for Home and Small Businesses – Chapter.
Web Page Design I Retest Terms Review. 1. Web pages are created using a language known as ___________. The coding of this language must follow specific.
IT Introduction to Information Technology. The Internet & World Wide Web Began in 1969 with the ARPANET (Advanced Research Project Agency Network)
Web Page Design I Basic Computer Terms “How the Internet & the World Wide Web (www) Works”
Digital Camera Overview IT 130 Web Graphics and Multimedia.
Follow the Data Data (and information) move from place to place in computer systems and networks. As it moves it changes form frequently. This story describes.
1 The Internet and Networked Multimedia. 2 Layering  Internet protocols are designed to work in layers, with each layer building on the facilities provided.
How Does the Internet Work? Protocols Protocols are rules that describe how computers communicate and exchange data. The Internet has a series of these.
UNIT 13 The World Wide Web.
Communication, Networks, The internet and the Worldwide Web.
The Internet The internet is simply a worldwide computer network that uses standardised communication protocols to transmit and exchange data.
Information Flow Across the Internet. What is the Internet? A large group of computers that link together to form the Worldwide Area Network (WAN)
Application Block Diagram III. SOFTWARE PLATFORM Figure above shows a network protocol stack for a computer that connects to an Ethernet network and.
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.
TCP/IP (Transmission Control Protocol / Internet Protocol)
When you take a picture on your phone, the camera turns the light signals into colour values and stores a colour for each pixel. Did you know? An iPhone.
Digital Imagery Quiz – Review Plank Jr. High – DIWD Class Mr. Brown.
Characteristics of a Digital Image It can be captured _____1_____ ways: –By camera –By an image scanner –By Cell phone Is stored on a Flash Drive, Memory.
Individual Project 1 Sarah Pritchard. Fran, a customer of your company, would like to visit your company’s website from her home computer… How does your.
ISDS 4120 Project 1 DWAYNE CARRAL JR 3/27/15. There are seven layers which make up the OSI (Open Systems Interconnection Model) which is the model for.
The Internet, Fourth Edition-- Illustrated 1 The Internet – Illustrated Introductory, Fourth Edition Unit B Understanding Browser Basics.
How Information Flows via the Internet By: Lee Farrell.
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.
Week-7 (Lecture-1) Internet Protocols: TCP/IP, Client Server: Protocol: Specification in networking and Communications It defines the procedures to be.
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
Internet and World Wide Web Introduction to the Internet.
What is the database of a server. Web server. Print Server
More on WANs Fiber Optic Cables Used in Internet backbone
2E, F, G, H, I Component 2.
Introduction to the WWW
Vocabulary Prototype: A preliminary sketch of an idea or model for something new. It’s the original drawing from which something real might be built or.
Web Design Introduction to the Internet Week One
Networking for Home and Small Businesses – Chapter 6
Vocabulary Prototype: A preliminary sketch of an idea or model for something new. It’s the original drawing from which something real might be built or.
Ken Gunnells, Ph.D. - Networking Paul Crigler - Programming
Computer Networks Lesson 3.
Hypertext Transfer Protocol
Wednesday, September 19, 2018 What Is the Internet?
Networking for Home and Small Businesses – Chapter 6
Modelling the internet
ACT102 Introduction to web design
Web Design & Development
CS134 Web Design & Development
ACT102 Introduction to web design
Modelling the internet
Introduction to Computer Concept
Introduction to computers
Internet Basics Videos
How Our Customers Communicate With Us
Do it now activity Use the coloured pencils to complete the do it now activity. Stick in your book.
Computer Networks Lesson 3.
Networking for Home and Small Businesses – Chapter 6
The Internet and Electronic mail
Exceptions and networking
Presentation transcript:

Follow the Data Data (and information) move from place to place in computer systems and networks. As it moves it changes form frequently. This story describes the various formats of data as it travels from a digital camera, to a computer, then through the Internet and finally arriving at a web-server to be shared on friends’ PCs.

Digital Camera The camera uses CCD sensors to change analog light waves into digital pixels. Each pixel consists of 3 colors : red – green – blue (RGB). The intesity (brightness) of each color is stored as an 8-bit number (byte) between 0 and 255. That is 24 bits for each pixel. The numbers are saved on a flash memory card. A 5 megapixel camera must store 24-bits x 5,000,000 = 15 MegaBytes per photo. JPEG compression squeezes this into a smaller memory space.

Flash Memory to Disk Transfer the flash memory card to the correct slot in a memory card reader. Then copy the JPEG files to your hard-disk. You can use a software application to edit the photos before uploading to a web-server.

Upload Internet Upload the JPEG file(s) to a web-server. That is a long, complex journey from your PC to the server. Briefly : a 100 KiloByte picture must be chopped up into small packets that are re-assembled at the other end – that all happens automatically.

Packets The picture is chopped up into small packets, typically 4 KB each, dividing a 100 KB picture into 25 packets. Each packet header contains the IP addresses of the sender and the receiver, as well as the sequence number so the packets can be reassembled at the receiving end.

Errors Error – retry! Packets travel all over the world, so sometimes errors occur. Each packet contains error detection code so the receiver knows if the packet is defective. When that happens, the receiver sends an error message back to the sender, asking them to retransmit the package (try again).

Web-Server Storage Data packets travel all over the world, passing through routers until they arrive. Once ALL the packets have arrived intact, they are reassembled to produce the original file. This is stored on the web-server as a JPEG file, waiting to be downloaded.

URL vs IP Address 63.208.226.41 Your friends can see your picture(s) if they know the IP address of the server, something like 63.208.226.41. That wouldn’t work, because nobody can remember numbers like that. And the server has lots of pictures, so they also need to tell the name of the picture. So they use a URL instead.

Universal Resource Locator jlpicard.blogspot.com DNS 66.102.15.100 Users type a URL into their browser, like: jlpicard.blogspot.com The browser asks a DNS (Domain Name Server) to look that up and find the matching IP address. Then your browser sends a request to the IP address, and the web-server send back the HTML page that you requested. It’s actually a bit more complicated …

http:// www. fis.edu /fis_life.html URL Structure http:// www. fis.edu /fis_life.html Protocol Section Domain Page An IP address is like a telephone number – it makes the connection to the domain. The first part of the URL tells the protocol being used – like choosing a language for the phone conversation. The section is like an extension in an office building. The page is the desired web-page, like the name of the person you want to talk to.

Download Once your browser has sent the full URL, the web-server sends back the web-page you wanted – again broken up into packets to be re-assembled by your PC. If the page contains links to pictures on other servers, it automatically contacts those servers and downloads the images.

Now read about Error-Checking and then do some programming: Bits.java Read and Practice Now read about Error-Checking and then do some programming: Bits.java