The Internet Useful Definitions and Concepts About the Internet.

Slides:



Advertisements
Similar presentations
PowerPoint presentation of first 25 pages of instructional manual Edith Fabiyi Essentials of Internet Access.
Advertisements

Communicating Information: Web Design. It’s a big net HTTP FTP TCP/IP SMTP protocols The Internet The Internet is a network of networks… It connects millions.
1 Internet Umm Alqura University السنة التحضيرية مهارات الحاسب الالي (1)
Internet and the web Summary of terms discusses and review.
IS 247 Introduction to Web Application Development Tim Wu.
Layer 7- Application Layer
Origins of the Internet The Internet was started as a research project sponsored by the Advanced Research Projects Agency (ARPA) within the U.S. Dept.
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.
IST 221 Internet Concepts and Applications Internet, WWW and HTML 1.
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.
Lesson 19 Internet Basics.
Inside of a computer… What happens when you turn your computer on? What loads? Where are applications stored? How are do they run? In what form is information.
Internet Basics.
Web Design Terms and Concepts Ms. Scales. Q. What is a Server? A. A server is a computer that stores information many people can access. It runs special.
INTRODUCTION TO WEB DATABASE PROGRAMMING
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.
DATA COMMUNICATION DONE BY: ALVIN SAMPATH CARLVIN SAMPATH.
Web Mastering Module Internet Fundamentals. What is the Internet? –Global network of networks –Communicating using same set of rules (protocols/languages)
Lectures and Practicals Mon 8-10 SC1222 TUE SC1222 Office: SC Website: mis.csit.sci.tsu.ac.th/kanida.
Lecture#2 on Internet and World Wide Web. Internet Applications Electronic Mail ( ) Electronic Mail ( ) Domain mail server collects incoming mail.
How Web Servers and the Internet Work by by: Marshall Brainby: Marshall Brain
Copyright © 2002 Pearson Education, Inc. Slide 3-1 CHAPTER 3 Created by, David Zolzer, Northwestern State University—Louisiana The Internet and World Wide.
Web Page Design I Basic Computer Terms “How the Internet & the World Wide Web (www) Works”
Chapter 1: The Internet and the WWW CIS 275—Web Application Development for Business I.
CIS 1310 – HTML & CSS 1 Introduction to the 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.
CIS 250 Advanced Computer Applications Internet/WWW Review.
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.
Application Layer Khondaker Abdullah-Al-Mamun Lecturer, CSE Instructor, CNAP AUST.
Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 3-1.
Internet Research Tips Daniel Fack. Internet Research Tips The internet is a self publishing medium. It must be be analyzed for appropriateness of research.
The Web and Web Services Jim Graham NR 621 Spring 2009.
Application Layer Honolulu Community College Cisco Academy Training Center Semester 1 Version
Introduction to Internet. Chapter 1 Objectives Origins of the Internet Packets and Routers TCP/IP DNS HTTP URL Client-Server.
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
Networking in Linux. ♦ Introduction A computer network is defined as a number of systems that are connected to each other and exchange information across.
TCP/IP (Transmission Control Protocol / Internet Protocol)
Kuliah Pengantar Teknologi Informasi Coky Fauzi Alfi cokyfauzialfi.wordpress.com Internet (2)
INTERNET PROTOCOLS. Microsoft’s Internet Information Server Home Page Figure IT2031 UNIT-3.
Web Design. What is the Internet? A worldwide collection of computer networks that links millions of computers by – Businesses (.com.net) – the government.
CS1001 Lecture 7. Overview Computer Networks Computer Networks The Internet The Internet Internet Services Internet Services Markup Languages Markup Languages.
Internet Applications (Cont’d) Basic Internet Applications – World Wide Web (WWW) Browser Architecture Static Documents Dynamic Documents Active Documents.
CSI 3125, Preliminaries, page 1 Networking. CSI 3125, Preliminaries, page 2 Networking A network represents interconnection of computers that is capable.
Application of the Internet 1998/12/09 KEIO University, JAPAN Mikiyo
Computer Network Architecture Lecture 6: OSI Model Layers Examples 1 20/12/2012.
Internet  ’60 = an invention of the US army  Universities and libraries also start to use this communication tool  Protocol + physical network=> backbone.
The Internet What is the Internet? The Internet is a lot of computers over the whole world connected together so that they can share information. It.
Information Networks. Internet It is a global system of interconnected computer networks that link several billion devices worldwide. It is an international.
HOW THE INTERNET WORKS. Introduction : The internet has brought revolutionary changes Has become a medium for interaction and information Can access to.
(class #2) CLICK TO CONTINUE done by T Batchelor.
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.
Web Development & Design Foundations with XHTML Chapter 1 Key Concepts 1.
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.
Introduction to the Internet
Instructor Materials Chapter 5 Providing Network Services
E-commerce | WWW World Wide Web - Concepts
E-commerce | WWW World Wide Web - Concepts
Some bits on how it works
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.
Internet and the web Summary of terms discusses and review
Web Development & Design Chapter 1, Sections 4, 5 & 6
Wednesday, September 19, 2018 What Is the Internet?
1 Introduction to the Internet.
Web Design & Development
Part of Chapter 1 Key Concepts Networks
Protocol Application TCP/IP Layer Model
The Internet and Electronic mail
Presentation transcript:

The Internet Useful Definitions and Concepts About the Internet

WWW and Internet The Internet and WWW are separate but related things. The Internet is the vast collection of interconnected networks that all use TCP/IP protocols. WWW refers to the whole constellation of resources that can be accessed using gopher, FTP, HTTP, Telnet, or some other tools. These resources include HTML pages, images, sound files, etc. The WWW is a hypertext-based, distributed information system.

Key Terms Domain Name – a unique name that identifies an Internet site. URL: Uniform Resource Locator – standard way to give the address of any resource on the Internet IP Address – a 32-bit number that uniquely identifies each computer on the Internet DNS: Domain Name System (also Service or Server) – an Internet service that translates domain names to or from IP addresses HTTP: HyperText Transfer Protocol – the set of rules for transferring files (text, graphic images, sound, video, and other multimedia files) on the world wide web HTML: HyperText Markup Language – a tag-based language used for creating hypertext documents for the web

Key Terms, cont’d. TCP/IP: Transmission Control Protocol / Internet Protocol – The protocols, or conventions, that computers use to communicate over the Internet. FTP: File Transfer Protocol – a way of exchanging files over the Internet (Download and Upload) SMTP: Simple Mail Transfer Protocol – the protocol used to send over the Internet. Messages can be retrieved by using client Client: A program that enables you to send, receive, etc. messages. Mail is sent from many clients to a central server, which re-routes the mail to its intended destination.

Key Terms, cont’d. Telnet: The Telnet program runs on your computer and connects your PC to a server on the network. You can then enter commands through the Telnet program and they will be executed as if you were entering them directly on the server. ssh – secure shell sftp – secure ftp

IP ADDRESS  Every machine on the Internet has a unique identifying number, called an IP Address  Example:  Binary Representation :  4 Octets, Total 32 Bits. 0 or 1 Value. Possible combination per Octet ( 2 ^ 8 =256)  Total Possible values : 2 ^ 32 = 4,294,967,296  Static and Dynamic IP Address  From Command Prompt > ipconfig

Domain Names Web Server usually has a Static IP Address Domain Name is mapped to the web server’s IP address Translation handled via DNS servers From Command Prompt > nslookup

Domain Names, cont’d.  All of the names in a given domain need to be unique, there has to be a single entity that controls the list and makes sure no duplicates arise   Who IS Database :

World Wide Web

DNS Server Requests

Internet Connection through ISPs

Tracking a Route Strategically positioned multiple servers for Safety, Quality of Service (QoS) such as speed, reliability… From Command Prompt > tracert

Web Caching Web caching is the practice of storing frequently requested - but infrequently changed - pages, images and other Web objects on a nearby server or even a user's PC One website resource on the subject:

Web Caching How It Works 1. User requests Web page. 2. Browser checks cache; if in, request is served; no more traffic needed. 3. Not in browser; ask local server. 4. Server checks cache; if in, serves. 5. Not in server cache; request from Internet. 6. Originating server checks location of request; refers request to the closest distribution server. 7. Distribution server delivers request...8. To local server, which sends it to Original requesting user; browser now caches object