Computer Networks Lesson 3.

Slides:



Advertisements
Similar presentations
Network Layer and Transport Layer.
Advertisements

The Internet & The World Wide Web Notes
Syllabus outcomes Describes and applies problem-solving processes when creating solutions Designs, produces and evaluates appropriate solutions.
Lecturer: Ghadah Aldehim
UNIT 13 The World Wide Web.
The Internet The internet is simply a worldwide computer network that uses standardised communication protocols to transmit and exchange data.
1 UNIT 13 The World Wide Web Lecturer: Kholood Baselm.
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.
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
The Internet: What is it? How does it work? There are supposedly at least 14 billion pages on the internet and, as per Smithsonian, “from every single.
Internet Essentials. The History of the Internet The Internet started when the Advanced Research Projects Agency (ARPA) of the United States Defense Department.
VCE IT Theory Slideshows
Ethernet, WiFi & Protocols
INTERNET.
IP and MAC Addresses, DNS Servers
Lecture 3 By Miss Irum Matloob.
Lecture 4 Encryption and Network Protocols
HTTP and Abstraction on the Internet
HTTP AND ABSTRACTION ON THE INTERNET
NETWORK Unit 1 Module: 2 Objective: 7.
Networking Objectives
How is all that data traffic controlled on the Internet?
Class Notes Overview of Internet Session B
CISC103 Web Development Basics: Web site:
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.
Introduction To Web Design
The OSI Model and the TCP/IP Protocol Suite
Copyright © 2006 Pearson Addison-Wesley. All rights reserved.
Using MIS 2e Chapter 6 Appendix
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.
1.5 Network topologies, protocols and layers
Networking for Home and Small Businesses – Chapter 6
Internet Protocol Mr. Paulk.
How Data Flows through the Internet
The OSI Model and the TCP/IP Protocol Suite
Data Communication Designed by: Mrs. Brown.
Topologies, Protocols and Layers
Unit Network Topologies, protocols and layers Lesson 2
CISC103 Web Development Basics: Web site:
Computer Networks Lesson 1.
Copyright © 2006 Pearson Addison-Wesley. All rights reserved.
Data Representation.
Modelling the internet
Modelling the internet
Chapter Goals Compare and contrast various technologies for home Internet connections Explain packet switching Describe the basic roles of various network.
Unit 1.4 Wired and Wireless Networks Lesson 3
Protocols 1 Key Revision Points.
Computer communications
The Internet CSCI 101.
HTTP and Abstraction on the Internet / The Need for DNS
Crypto #4 Encryption and Network Protocols
Chapter 2 Network Models
Protocols 2 Key Revision Points.
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.
How Our Customers Communicate With Us
Computer Networks Lesson 3.
Networking for Home and Small Businesses – Chapter 6
Introduction to the World Wide Web and the Internet
Computer Networks Lesson 1.
Protocol Application TCP/IP Layer Model
Computer Networks Lesson 5.
The OSI Model and the TCP/IP Protocol Suite
WJEC GCSE Computer Science
The Internet and Electronic mail
Computer Networks Lesson 2.
Year 9 Computer Science Digital Portfolio
Presentation transcript:

Computer Networks Lesson 3

Starter Work in pairs to use the internet to answer the following questions. Type this into a document: What is the difference between an IP address and a MAC address? Why is data sent in packets rather than as a single block? What does DNS stand for and what is it used for? What does TCP/IP stand for and what is it?

Objective of the Lesson Understand how computers communicate over networks. All of you will: Explain what an IP address is used for. Most of you will: Identify the difference between an IP address and a MAC address and how a DNS translates IP addresses. Explain how data is sent using packets. Some of you will: Research how TCP/IP works.

Homework Everybody should complete Task 1 to answer the questions on the worksheet. Some of you may also want to get the extra marks by performing some extra research into TCP/IP. This homework is due in next lesson. Make sure you have written your homework clearly in your planner.

IP Addresses Every machine on a network has a unique number which identifies it. Most networks today use the TCP/IP protocol as the standard for how to communicate on the network. The TCP/IP protocol lays out the rules by which data will be transferred across the network. In the TCP/IP protocol, the unique number for a computer is called its IP address.

How are IP Addresses Structured? An IP address is made up from 4 groups of numbers, between 0 and 255, separated by a full stop: 192.168.66.145 These two numbers define the network the computer is on. These two numbers define the individual machine number.

The Shortage of IP Addresses There is an obvious flaw with this system which is that there are not enough IP addresses for the number of computers that want to use the internet. One solution to this problem is to use two types of IP address: Public IP addresses are totally unique and Private IP addresses must only be unique within the local network that the device belongs to. This way one computer on a network may have a public IP address which is connected to the internet and all the rest on that network would have private IP addresses. Another solution is to use a bigger IP address with more numbers allowed and newer IP address have more segments, thus allowing for more unique IP addresses.

Finding out your IP address Go to the following website: http://whatismyipaddress.com/ This will tell you the IP address for the computer you are currently using. What is similar about all the IP addresses in the classroom?

Using an IP Address Open up a web browser and type the following into the URL address line. 212.58.253.67 What happens when you hit your [Enter] key? As you have seen, it is possible to type in the IP address of the website straight into the URL bar. As IP addresses are so difficult to understand we tend to use a more user-friendly name for the websites.

Domain Name System (DNS) We have seen IP addresses are not user friendly and so we commonly use domain names to help us make sense of them: www.bbc.co.uk These domain names are stored in a large directory which saves the domain name and the IP address it relates to. When a user types in a domain name, the correct IP address is looked up in the directory and then is used to find the correct website. This directory is called the Domain Name System (DNS).

Domain Name System (DNS) The DNS is stored on several large computers around the world and translates easily memorised domain names into the IP addresses which then allows the internet browser to search for the correct website. By providing a worldwide service, the DNS is an essential part of the Internet.

TCP/IP TCP/IP stands for Transmission Control Protocol/Internet Protocol. This is a set of rules used to connect computers to the Internet. TCP/IP is the industry standard for transmitting data over networks.

These represent the manufacturer These are automatically generated MAC Addresses A MAC (Media Access Control) address is a number that uniquely identifies each node (computer or other peripheral) on a LAN. This is shown as a set of 6 Hexadecimal numbers: C4-85-08-74-1A-62 These are programed into circuit boards when the item is built and should not be changed but can be re-programmed if a clash occurs. These represent the manufacturer These are automatically generated

Packets Large email messages, websites and other data is often too large to send all in one large chunk over a network. These are broken down into smaller, more manageable parts called “packets”. Each packet carries the following information: The sender's and recipient’s IP addresses. How many packets the data has been broken into. The number of this particular packet. The relevant section of data they need to carry. A typical packet contains around 1 to 2 KB. When the computer receives the packets, it waits until it receives them all and then reassembles the data into the correct order.

Guess what I am… You are going to play a game so please split into small groups with 3 – 5 people in each team. You are going to see a word or phrase on the screen which will be displayed one letter at a time. If you think you know what the word is then put up your hand and not only say what the word is but you also need to DESCRIBE what it means. If you get the word or phrase wrong then you cannot guess again for that word or phrase.

Guess what I am… N O D E

Guess what I am… T C P I P

Guess what I am… I P A D D R E S S

Guess what I am… P A C K E T

Guess what I am… M A C A D D R E S S

Guess what I am… D O M A I N N A M E S Y S T E M

How much do you remember? At the beginning of the lesson you answered these questions. Look at your answers and see if you can write better answers in your own words. What is the difference between an IP address and a MAC address? Why is data sent in packets rather than as a single block? What does DNS stand for and what is it used for? What does TCP/IP stand for and what is it?

Click here to watch the video The Internet Click here to watch the video Watch the video, created in 1969 about how they thought the internet could be used around the home. Send an email to your teacher identifying how close their predictions were to what we can actually do. What did they get right and what did they get wrong?