Networking Objectives

Slides:



Advertisements
Similar presentations
Introduction to the Internet
Advertisements

Internet Basics The Internet Is… – a network of networks – a community of people, businesses, schools and organizations – , web pages, databases,
4.01 How Web Pages Work.
Web development  World Wide Web (web) is the Internet system for hypertext linking.  A hypertext document (web page) is an online document. It contains.
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.
THE WEB Monica Stoica Background Information n HTTP stands for Hypertext Transfer Protocol n FTP stands for File Transfer Protocol n Html stands for.
What Is A Web Page? An Introduction to the Internet.
The Internet & The World Wide Web Notes
UNDERSTANDING WEB AND WEB PROJECT PLANNING AND DESIGNING AND EFFECTIVE WEBSITE Garni Dadaian.
How to type in a URL Address What is a URL address? It is an address that tells the computer to take you to a web page. All web pages have their own.
INTRODUCTION TO THE INTERNET CA095.  What is the internet?  Website vs Webpage  Web Address / Internet Protocol  Language of the Internet  Web Browser.
Lecturer: Ghadah Aldehim
Internet. History ARPA Backbone IP Addresses –4 numbers separated by dots –Hard to remember –Exclusive club of users.
Anatomy of a URL: Finding Broken Links Dr. Steve Broskoske Misericordia University.
Navigation Section 2. Objectives Student will knowhow to navigate through the browser.
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.
© All Rights Reserved Understanding URLs During this unit, you will be finding out about some of the following things: What a URL means.
© All Rights Reserved
IP BROS Presentation by: Amen Ahmed. Mario and Luigi are here to help us find our way through the internet. Mario will act as our browser and Luigi will.
1 UNIT 13 The World Wide Web Lecturer: Kholood Baselm.
Website design and structure. A Website is a collection of webpages that are linked together. Webpages contain text, graphics, sound and video clips.
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.
Internet Essentials. The History of the Internet The Internet started when the Advanced Research Projects Agency (ARPA) of the United States Defense Department.
4.01 How Web Pages Work.
Introduction to the Internet
4.01 How Web Pages Work.
Introduction to Networking
INTERNET.
4.01 How Web Pages Work.
IS1500: Introduction to Web Development
CS101 How the Internet Works.
Seek It- Lesson 2.
Technologies and Applications
The Internet.
What is the Internet? © EIT, Author Gay Robertson, 2016.
The Internet Networks This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Introduction To Web Design
The Internet Networks This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
E-commerce | WWW World Wide Web - Concepts
Copyright © 2006 Pearson Addison-Wesley. All rights reserved.
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.
Web Design Introduction to the Internet Week One
Internet and the web Summary of terms discusses and review
GCE Applied ICT G053: Lesson 09 Domain Names
ICT Communications Lesson 1: Using the Internet and the World Wide Web
Understanding the internet
INTERNET.
Computer Networks Lesson 3.
Internet Protocol Mr. Paulk.
Copyright © 2006 Pearson Addison-Wesley. All rights reserved.
Web Design & Development
Copyright © 2006 Pearson Addison-Wesley. All rights reserved.
Objectives To understand the about types of computer network
What is the World Wide Web (www)
Web Server Technology Unit 10 Website Design and Development.
The Internet CSCI 101.
The Internet.
CS101 How the Internet Works.
How Our Customers Communicate With Us
Computer Networks Lesson 3.
4.01 How Web Pages Work.
Internet Vocabulary Terms
4.01 How Web Pages Work.
The Internet and Electronic mail
Year 9 Computer Science Digital Portfolio
An Introduction to the Internet
Presentation transcript:

Networking Objectives Recap and understand the following network addressing terms IP address Domain name servers (DNS) Uniform resource locators How we find webpages!

A example IP address would be – 192.168.6.3 Networking IP address Every computer has a unique IP address. This allows computers to direct packets of data to the correct PC’s. IP address is split into 4 sets of numbers ranging from 0 to 255. A example IP address would be – 192.168.6.3 When we look for pages on the internet we very rarely enter their IP address.

http:// www. mysite .com /folder/ Index.html Networking URL A URL (uniform resource locator) is a web address! Why does it have a fancy name? Well the answer is that not everything on the internet is a web page! The world wide web is NOT the internet. As such URL allow us to find resources on the internet and NOT just finding web pages. http:// www. mysite .com /folder/ Index.html The above is an example of a typical URL.

http:// www. mysite .com /folder/ Index.html Networking Protocol http:// www. mysite .com /folder/ Index.html HTTP stands for “hyper text transfer protocol” and is the network protocol used to transfer web pages. Most web browsers will put this in for you!

http:// www. mysite .com /folder/ Index.html Networking DNS http:// www. mysite .com /folder/ Index.html This part is referred to as the domain name. It is made up of a series of domains read from right to left (bigger to smaller). This must be converted to an IP address.

http:// www. mysite .com /folder/ Index.html Networking Folder http:// www. mysite .com /folder/ Index.html A web server may have multiple folders. These work in the same way folders work on a standard PC.

Networking Webpage name http:// www. mysite .com /folder/ Index.html The name of the page you are looking for is at the end. Every website has a default page so if you do not specify a page then you will get the default. This is commonly known as the home page.

Networking Domain name www. mysite .com Domain names are a symbolic link to a IP address. Computers need to know the IP address of a web server in order to talk to it. Humans do not like having to remember loads of numbers so having your “.com” domain name is much easier to remember. Domains are read from right to left and are separated by full stops. “.com” or “.uk” are known as top level domains. This is why you can have a “amazon.com” and a “amazon.co.uk” which link to two different websites.

Networking Domains .com .uk .ca .fr Here are some top level domains. “.com” is the American commercial website domain. “.uk” is UK websites, “.fr” are French websites and “.ca” are Canadian websites.

Networking Sub domains .com .uk .ca .fr .gov .org .co .ac .biz .gov.uk – UK government websites .org.uk – UK organisations .co.uk – UK companies .ac.uk – UK academic institutions (university) .biz.uk – UK business websites

You will only have a few minutes to try. Networking Activity You can buy your own domain name! See if your name has been taken or not. Do a search for “domain name registration” and see which names are available. You will only have a few minutes to try.

The compulsory video explaining how DNS works! Click here Networking DNS lookup The compulsory video explaining how DNS works! Click here

Looking up the IP address in this way is known as a DNS lookup. Networking DNS lookup The top level domain server is contacted first (for example “.UK” or “.com”). This is a special computer which stores the IP address of all of the sub-domains. You can think of it a bit like a giant address book. This new “sub-domain” is contacted in order to find the IP address of the web server. This is then sent back to your browser which will then start to download your webpage. Looking up the IP address in this way is known as a DNS lookup. You can not download your webpage until you have the IP address. That means that if the DNS servers break down then you will not have access to the world wide web.

Make notes on – What is a DNS server? What is a URL? Networking Activity Make notes on – What is a DNS server? What is a URL? How does DNS work?