The Internet.

Slides:



Advertisements
Similar presentations
Click to continue Network Protocols. Click to continue Networking Protocols A protocol defines the rules of procedures, which computers must obey when.
Advertisements

Internet Hardware Connected ‘Servers’ Servers provide: – Web pages – – File downloads.
Introduction 2 1: Introduction.
Why to learn OSI reference Model? The answer is too simple that It tells us that how communication takes place between computers on internet but how??
CSCI-235 Micro-Computers in Science The Network. Network Fundamentals A computer network consists of two or more computers linked together to exchange.
Chapter 3 Internet. Physical Components of the Internet Servers Networks Routers.
Network Services Networking for Home & Small Business.
1 The 7 layer OSI model Sending an . 2 The seven layers.
Network Layer and Transport Layer.
The Internet Useful Definitions and Concepts About the Internet.
Chapter Extension 7 How the Internet Works © 2008 Prentice Hall, Experiencing MIS, David Kroenke.
Vocabulary URL = uniform resource locator: web address protocol –set of rules that networked computers follow in order to share data and coordinate communications.
Term 2, 2011 Week 1. CONTENTS Network communications standards – Ethernet – TCP/IP Other network protocols – The standard – Wireless application.
1 Networking Protocols For Unit 1 & 2 IT By Mark Kelly VCE IT Lecture notes: Vceit.com Version 2.
Data Exchange Packet switching  Packet switching breaks data in to packets before sending it through a network, then reassembles it at the other end –
©Brooks/Cole, 2003 Chapter 6 Computer Networks. ©Brooks/Cole, 2003 Understand the rationale for the existence of networks. Distinguish between the three.
Lecture 8 Modeling & Simulation of Communication Networks.
TCP/IP Web Design & Layout January 23, TCP/IP For Dummies  The guts and the rules of the Internet and World Wide Web. A set of protocols, services,
Router. Introduction A router is a device in computer networking that forwards data packets to their destinations, based on their addresses. The work.
Syllabus outcomes Describes and applies problem-solving processes when creating solutions Designs, produces and evaluates appropriate solutions.
 TCP/IP is the communication protocol for the Internet  TCP/IP defines how electronic devices should be connected to the Internet, and how data should.
AS Computing F451 F451 Data Transmission. What data is transmitted? Phone SMS Radio TV Internet.
Week3 Internet and Web Technology. Core technologies – where we are headed.
INTERNET DATA FLOW Created by David Whitchurch for ISDS 4120 Louisiana State University.
1.1 What is the Internet What is the Internet? The Internet is a shared media (coaxial cable, copper wire, fiber optics, and radio spectrum) communication.
Networks QUME 185 Introduction to Computer Applications.
Lecture#1 on Internet. Internet Addressing IP address: pattern of 32 or 128 bits often represented in dotted decimal notation IP address: pattern of 32.
I. Basic Network Concepts. I.1 Networks Network Node Address Packet Protocol.
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources.
Circuit & Packet Switching. ► Two ways of achieving the same goal. ► The transfer of data across networks. ► Both methods have advantages and disadvantages.
TELE202 Lecture 5 Packet switching in WAN 1 Lecturer Dr Z. Huang Overview ¥Last Lectures »C programming »Source: ¥This Lecture »Packet switching in Wide.
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.
Information Flow Across the Internet. What is the Internet? A large group of computers that link together to form the Worldwide Area Network (WAN)
1 Overview Remember, we are just beginning to herd the cats. Much of this will become clearer LATER! The more we learn, the more all of this will come.
©Brooks/Cole, 2003 Model and protocol  A model is the specification set by a standards organization as a guideline for designing networks.  A protocol.
Presented by Rebecca Meinhold But How Does the Internet Work?
INTRANETS MR ROSS UNIT 3 IT APPLICATIONS. DEFINITION An intranet is an internal, secured environment that has a similar look and feel to the Internet,
S305 – Network Infrastructure Chapter 5 Network and Transport Layers.
TCP =Transmission Control Protocol IP = Internet Protocol TCP/IP Protocol.
Networks Part 2: Infrastructure + Protocols NYU-Poly: HSWP Instructor: Mandy Galante.
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.
Internet Infrastructure Mapping the World Wide Web.
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.
science/internet-intro
Packet switching Monil Adhikari. Packet Switching Packet switching is the method by which the internet works, it features delivery of packets of data.
Internet Flow By: Terry Hernandez. Getting from the customers computer onto the internet Internet Browser
HOW THE INTERNET WORKS. Introduction : The internet has brought revolutionary changes Has become a medium for interaction and information Can access to.
CSCI-100 Introduction to Computing The Network. Network Fundamentals A computer network consists of two or more computers linked together to exchange.
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
Chapter 5 Network and Transport Layers
Please take out the homework - viewing sheet fro the movie
Slides taken from: Computer Networking by Kurose and Ross
Distributed Systems.
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.
Professional Web Designing For Absolute Beginners
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.
Wednesday, September 19, 2018 What Is the Internet?
TASK 4 Guideline.
Client-Server and Peer to Peer networks
I. Basic Network Concepts
Network Protocol Layers
Web Design & Development
Computer communications
Protocols 2 Key Revision Points.
Protocols & Packet Switching
Internet Basics Videos
How Our Customers Communicate With Us
Protocol Application TCP/IP Layer Model
INFORMATION FLOW ACROSS THE INTERNET
Presentation transcript:

The Internet

KS3 Curriculum A pupil should understand the principles underlying how data is transported on the Internet. An end-to-end understanding of what happens when a user requests a web page in a browser, including: Browser and server exchange messages over the network
 What is in the messages [http request, and HTML]
 How data is transported on the Internet Packets and packet switching Simple protocols: an agreed language for two computers to talk to each other. [Radio protocols “over”, “out”; ack/nack; ethernet protocol: first use of shared medium, with backoff.]

Communications Protocols Imagine you are trying to communicate with someone in a crowded room full of people talking You say “Hello, shall we meet later at the racecourse, have you got any wellies?” You friend hears “Hello, shall we meet later at, have you got any”

Communications Protocols How do you know the message is for you? How do you know who to reply to? How do you know you have heard the whole message? Are there missing words? How do you know if the message requires a response? How do you know the response has been received?

Radio protocols We need to develop some rules about how to communicate so that we are sure the right person has received the whole message and has confirmed receipt. Radio protocols for voice communication

Internet Protocol What challenges do we have when sending data over the internet? Large files Routing Reliability – what happens if a 0 or 1 goes missing?

Internet protocol All computers connected to the internet have an IP address (e.g. 212.58.244.69) Data that is sent is split into packets A route is decided for each packet Packets are reassembled by the receiving computer Missing packets can be resent

TCP/IP TCP/IP defines the rule computers must follow to communicate with each other over the internet. TCP/IP stands for Transmission Control Protocol / Internet Protocol. TCP/IP defines how electronic devices (like computers) should be connected to the Internet, and how data should be transmitted between them.

Packet switching Tablets of Stone In an ancient city there are a number of very important Governors. These Governors each live in different houses all over the city.   The Governors often want to communicate, they need to send and receive messages all over the city. Governors are identified by their house number and they all have access to a group of messengers whose job it is to deliver the messages. The only way to send messages is by writing them on large rectangular stone tablets which the messengers carry to their destination. The stone tablets are of a fixed size and can only fit 6 pieces of information on them. One piece of information can be one word or one number. Messages are often split over a number of tablets, and as these tablets are very heavy they can only be carried one at a time.

Packet switching Packet switching video Packet switching means each packet can take a different route to its destination, avoiding congestion. The packets leave your computer and are sent through the network. A  machine called a 'Router' works out which is the next fastest connection and sends each packet on its way.  During the course of its journey, a packet will travel through many routers, possibly in many different countries.

Packet switching

Tracert

Advantages of Packet Switching It makes very efficient use of the network - no tied-up lines (not like a telephone). It can easily get around broken bits of the network.

Disadvantages of Packet Switching A packet is usually 512 bytes. If for example the data package itself is only 600 bytes long, then two packets of 512 bytes need to be used. All packets have equal priority which can be a problem for time-critical information such as an emergency signal. Would you pay more, if you could make your packets have priority over someone else's packets? How much would you pay?