Lesson 19 Internet Basics.

Slides:



Advertisements
Similar presentations
Basic Internet Terms Digital Design. Arpanet The first Internet prototype created in 1965 by the Department of Defense.
Advertisements

4.01 How Web Pages Work.
Section 8a Internet Basics.
The Internet Useful Definitions and Concepts About the Internet.
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.
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.
Connecting one computer to another computer creates a network.
Lesson 2 — The Internet and the World Wide Web
2013Dr. Ali Rodan 1 Handout 1 Fundamentals of the Internet.
Introducing the Internet Source: Learning to Use the Internet.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Introduction to Computers Section 8A. home How the Internet Works Anyone with access to the Internet can exchange text, data files, and programs with.
How did the internet develop?. What is Internet? The internet is a network of computers linking many different types of computers all over the world.
By Sushmitha. CONTENT CONTENT : What is internet ? How did internet develop ? Basic services of internet Uses of internet.
Chapter 1: Internet. Learning Outcomes: Describe Internet works, Internet providers, connections, and protocols. Discuss , mailing lists, newsgroups,
Introduction To Internet
An Overview of the Internet: The Internet: Then and Now How the Internet Works Major Features of the Internet.
The Internet. Network - Collection of computers and devices connected together via communications devices Internet - Worldwide collection of networks.
UNESCO ICTLIP Module 1. Lesson 61 Introduction to Information and Communication Technologies Lesson 6. What is 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.
INTERNET. Objectives Explain the origin of the Internet and describe how the Internet works. Explain the difference between the World Wide Web and the.
Internet Architecture and Governance
Electronic Commerce and the Internet Chapter 6. Chapter Objectives Describe what the Internet is and how it works Explain packet-switching and TCP/IP.
Newsgroup World Wide Web (WWW) Conservation Over the Internet e.g.ICQ File Transfer Protocol (FTP) Includes 6 main services: Electronic Mail Remote.
Week 2: Internet Basics HNDIT11062 – Web Development.
Part 2.  Transmission methods used  Bandwidth:  The speed at which Data can be carried.
Lesson 10—Networking BASICS1 Networking BASICS The Internet and Its Tools Unit 3 Lesson 10.
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.
INTERNET AND . WHAT IS INTERNET The Internet can be defined as the wired or wireless mode of communication through which one can receive, transmit.
The Internet. The Internet and Systems that Use It Internet –A group of computer networks that encircle the entire globe –Began in 1969 Protocol –Language.
Information Networks. Internet It is a global system of interconnected computer networks that link several billion devices worldwide. It is an international.
CIS 1203 Web Technologies Introduction to the Internet and the WWW.
Internet Basics. The Internet: Then and Now The Internet was created by the Advanced Research Projects Agency (ARPA) and the U.S. Department of Defense.
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.
Internet Essentials. The History of the Internet The Internet started when the Advanced Research Projects Agency (ARPA) of the United States Defense Department.
Web Development & Design Foundations with XHTML Chapter 1 Key Concepts 1.
4.01 How Web Pages Work.
Internet.
Introduction to the Internet
4.01 How Web Pages Work.
Review.
The Internet & World Wide Web
Technologies and Applications
Introduction To Internet And Web Mr. Zeeshan Ali, Asst. Professor
CISC103 Web Development Basics: Web site:
Introduction To Web Design
Evolution of Internet.
Introduction to Computers
Internet and the web Summary of terms discusses and review
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.
Web Development & Design Chapter 1, Sections 4, 5 & 6
Internet.
CISC103 Web Development Basics: Web site:
1 Introduction to the Internet.
ACT102 Introduction to web design
Web Design & Development
Introduction to the Internet and Web
ACT102 Introduction to web design
How did the internet develop?
Introduction to Computer Concept
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.
Web Page Concept and Design :
4.01 How Web Pages Work.
INTRODUCTION TO THE INTERNET AND WEB
4.01 How Web Pages Work.
The Internet and Electronic mail
Internet and the world wide web (www)
Presentation transcript:

lesson 19 Internet Basics

This lesson includes the following sections: The Internet: Then and Now How the Internet Works Major Features of the Internet Online Services Internet Features in Application Programs

The Internet: Then and Now The Internet was created by the Advanced Research Projects Agency (ARPA) and the U.S. Department of Defense for scientific and military communications. The Internet is a network of interconnected networks. Even if part of its infrastructure was destroyed, data could flow through the remaining networks. The Internet uses high-speed data lines, called backbones, to carry data. Smaller networks connect to the backbone, enabling any user on any network to exchange data with any other user.

How the Internet Works TCP/IP Routing Traffic Across the Internet Addressing Schemes Domains and Subdomains

How the Internet Works - TCP/IP Every computer and network on the Internet uses the same protocols (rules and procedures) to control timing and data format. The protocol used by the Internet is the Transmission Control Protocol/Internet Protocol, or TCP/IP. No matter what type of computer system you connect to the Internet, if it uses TCP/IP, it can exchange data with any other type of computer.

How the Internet Works - Routing Traffic Across the Internet Most computers don't connect directly to the Internet. Instead, they connect to a smaller network that is connected to the Internet backbone. The Internet includes thousands of host computers (servers), which provide data and services as requested by client systems. When you use the Internet, your PC (a client) requests data from a host system. The request and data are broken into packets and travel across multiple networks before being reassembled at their destination.

How the Internet Works - Addressing Schemes In order to communicate across the Internet, a computer must have a unique address. Every computer on the Internet has a unique numeric identifier, called an Internet Protocol (IP) address. Each IP address has four parts – each part a number between 0 and 255. An IP address might look like this: 205.46.117.104.

How the Internet Works - Domains and Subdomains In addition to an IP address, most Internet hosts or servers have a Domain Name System (DNS) address, which uses words. A domain name identifies the type of institution that owns the computer. An Internet server owned by IBM might have the domain name ibm.com. Some enterprises have multiple servers, and identify them with subdomains, such as products.ibm.com.

Major Features of the Internet The World Wide Web E-Mail News Telnet File Transfer Protocol (FTP) Internet Relay Chat (IRC)

Major Features of the Internet - The World Wide Web The World Wide Web is a part of the Internet, which supports hypertext documents, allowing users to view and navigate different types of data. A Web page is a document encoded with hypertext markup language (HTML) tags. HTML allows designers to link content together via hyperlinks. Every Web page has an address, a Uniform Resource Locator (URL).

This address is for an Internet server that uses The hypertext transfer protocol. This site belongs to a company named Glencoe. This site is on the part of the Internet known as the World Wide Web. To find the specific Web pages that accompany this book, your browser follows the URL’s path to a folder named “norton,” then to a subfolder named “online.”

Major Features of the Internet - E-Mail Electronic mail (e-mail) is the most popular reason people use the Internet. To create, send, and receive e-mail messages, you need an e-mail program and an account on an Internet mail server with a domain name. To use e-mail, a user must have an e-mail address, which you create by adding your user name to the e-mail server's domain name, as in jsmith@aol.com.

Major Features of the Internet - News One Internet-based service, called news, includes tens of thousands of newsgroups. Each newsgroup hosts discussions on a specific topic. A newsgroup's name indicates its users' special topic of interest, such as alt.food.cake. To participate in a newsgroup, you need a newsreader program that lets you read articles that have been posted on a news server. You can post articles for others to read and respond to.

Major Features of the Internet - Telnet Telnet is a specialized service that lets you use one computer to access the contents of another computer – a Telnet host. A Telnet program creates a "window" into the host so you can access files, issue commands, and exchange data. Telnet is widely used by libraries, to allow visitors to look up information, find articles, and so on.

Major Features of the Internet - File Transfer Protocol (FTP) File transfer protocol (FTP) is the Internet tool used to copy files from one computer to another. Using a special FTP program or a Web browser, you can log into an FTP host computer over the Internet and copy files onto your computer. FTP is handy for finding and copying software files, articles, and other types of data. Universities and software companies use FTP servers to provide visitors with access to data.

Major Features of the Internet – Internet Relay Chat (IRC) Internet Relay Chat (IRC) is a service that allows users to communicate in real time by typing text in a special window. Like news, there are hundreds of IRC "channels," each devoted to a subject or user group. You can use a special IRC program to participate in chatroom discussions, but many chatrooms are set up in Web sites, enabling visitors to chat directly in their browser window.

Online Services An online service is a company that provides access to e-mail, discussion groups, databases on various subjects, and the Internet. America Online, CompuServe, and Prodigy are examples of popular online services.

Internet-Related Features in Application Programs Popular application programs, such as word processors and spreadsheets, feature Internet-related capabilities. Using these special features, you may be able to create content for publication on the Internet or view content directly from the Internet.

lesson 19 review Name the two organizations that created the network now called the Internet. Explain the importance of TCP/IP to the Internet. Describe the basic structure of the Internet. List the major services the Internet provides to its users. Identify two key Internet-related features found in many software applications.

Project due Dec. 28 Use WWW to find ten best home pages about the following ten topics and sort them by content quality, completeness, and relevance: Sri Lanka, New York City, Taiwan Satellite Images, Systemic Lupus Erythematosus, Harvard University, Science Citation Index, Boeing 777, Trend Micro, Computer Vision, National Parks in Taiwan. Each of the ten best home pages must have different domain name.