The Internet The internet is simply a worldwide computer network that uses standardised communication protocols to transmit and exchange data.

Slides:



Advertisements
Similar presentations
The Internet and the Web
Advertisements

Internet Hardware Connected ‘Servers’ Servers provide: – Web pages – – File downloads.
 Html is made up of tags. The majority of them will be in pairs.  Some of the most common tags are shown below. TagsWhat does this mean? Bold Italic.
Network Layer and Transport Layer.
The Internet Useful Definitions and Concepts About the Internet.
Layer 7- Application Layer
Chapter Extension 7 How the Internet Works © 2008 Prentice Hall, Experiencing MIS, David Kroenke.
Internet…issues Managing the Internet
Lesson 19 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.
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,
Internet Services -World Wide Web - -Conferencing and Newsgroups -File Transfer & Updating -Chat/Instant Messaging.
Chapter 3 The Basics of Networking
Computer Networking From LANs to WANs: Hardware, Software, and Security Chapter 12 Electronic Mail.
Syllabus outcomes Describes and applies problem-solving processes when creating solutions Designs, produces and evaluates appropriate solutions.
The Internet, Intranets, & Extranets Chapter 7. IS for Management2 The Internet (1) A collection of networks that pass data around in packets, each of.
 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.
1 Chapter 2 (Continued) Section 2.2 Section 2.2. Internet Service Provider (ISP) ISP - a company that connects you through your communications line to.
1 Web Developer Foundations: Using XHTML Chapter 1 Key Concepts.
CPT 499 Internet Skills for Educators Electronic Mail Session Five.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Network Services Networking for Home and Small Businesses – Chapter.
Copyright © 2002 Pearson Education, Inc. Slide 3-1 CHAPTER 3 Created by, David Zolzer, Northwestern State University—Louisiana The Internet and World Wide.
Networks QUME 185 Introduction to Computer Applications.
Chongseok Park 1.  It is a global system of interconnected computer networks that use the standard Internet protocol suite and it serves billions.
Network Services Networking for Home & Small Business.
CIS 1310 – HTML & CSS 1 Introduction to the Internet.
1 Web Development & Design Foundations with XHTML Chapter 1 Key Concepts.
What is and How Does it Work?  Electronic mail ( ) is the most popular use of the Internet. It is a fast and inexpensive way of sending messages.
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources.
An Overview of the Internet: The Internet: Then and Now How the Internet Works Major Features of the Internet.
Lesson 7 – World Wide Web. What is the World Wide Web?  The content of the worldwide web is held on individual web pages gathered together to form websites.
Key Terms. Online Communication Online community A virtual community which exists only online. It may be open to anyone (eg. a bulletin board) or restricted.
Internet Protocol B Bhupendra Ratha, Lecturer School of Library and Information Science Devi Ahilya University, Indore
NETWORK HARDWARE AND SOFTWARE MR ROSS UNIT 3 IT APPLICATIONS.
TCP/IP (Transmission Control Protocol / Internet Protocol)
Electronic Commerce and the Internet Chapter 6. Chapter Objectives Describe what the Internet is and how it works Explain packet-switching and TCP/IP.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 2 1 Evaluating an Program and a Web-Based Service Basic Communication.
INTERNET PROTOCOLS. Microsoft’s Internet Information Server Home Page Figure IT2031 UNIT-3.
TCP =Transmission Control Protocol IP = Internet Protocol TCP/IP Protocol.
Networks Part 2: Infrastructure + Protocols NYU-Poly: HSWP Instructor: Mandy Galante.
Internet Essentials. The History of the Internet The Internet started when the Advanced Research Projects Agency (ARPA) of the United States Defense Department.
Internet Essentials.
INTERNET AND PROTOCOLS For more notes and topics visit: eITnotes.com.
Transmission Control Protocol (TCP) Internet Protocol (IP)
By Toby Reed.
Revision Unit 1 – The Online World Online Services Online Documents Online Communication Cloud Computing The Internet Internet Infrastructure Internet.
The Internet Technological Background. Topic Objectives At the end of this topic, you should be able to do the following: Able to define the Internet.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
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.
1 ** THE INTERNET ** Large, worldwide collection of networks that use a common protocol to communicate with each other A network of networks.
Web Development & Design Foundations with XHTML Chapter 1 Key Concepts 1.
Ethernet, WiFi & Protocols
Introduction to the Internet
3.1 Types of Servers.
Application layer tcp/ip
Technologies and Applications
Networking for Home and Small Businesses – Chapter 6
Professional Web Designing For Absolute Beginners
Web Development & Design Chapter 1, Sections 4, 5 & 6
Networking for Home and Small Businesses – Chapter 6
The “Internet”.
Topic 5: Communication and the Internet
1 Introduction to the Internet.
Web Design & Development
Part of Chapter 1 Key Concepts Networks
Protocols 2 Key Revision Points.
Networking for Home and Small Businesses – Chapter 6
Protocol Application TCP/IP Layer Model
Presentation transcript:

The Internet The internet is simply a worldwide computer network that uses standardised communication protocols to transmit and exchange data

Important Internet Terms Point of Presence (PoP) An access point to the internet. Normally, it is a location that contains all of the hardware that allows internet users to access the internet. Network Access Point (NAP) An interchange between networks within the internet. It allows ISPs to interconnect with each other Internet Protocol (IP) Used to route packets of information across the internet. A packet is an individual unit of data that is carried across a network, including the internet.

Important Internet Terms Internet Protocol (IP) Used to route packets of information across the internet. A packet is an individual unit of data that is carried across a network, including the internet. It is made up of a header which identifies the packet and a body which is the actual data message. It is one of the functions of the Transmission Control Protocols (TCP) to organise an internet message into packets. Transmission Control Protocol (TCP) This takes data from a user’s application program and passes it to the IP for transfer across the internet. The reverse operation is performed at the destination computer where the TCP reassembles the data (from individual packets).

Important Internet Terms File Transfer Protocol (FTP) Allows files to be transferred between two computers on a TCP network. Commonly used to download programs to your computer from other servers and to upload web pages that you have created to the server that is hosting them on the internet. Internet Service Provider (ISP) ISPs provide a cost effective gateway for people and organisations to get onto the internet. Example ISPs: BT, Virgin Media and Sky

Important Internet Terms ISP services ISPs also provide additional services such as . Many also provide web space for the development of websites, technical support and troubleshooting

Questions What do the abbreviations IP, TCP and FTP stand for? What are each of these protocols used for?

Protocols An protocol is a set of rules that allows computers to send and receive s from a network

Simple Mail Transfer Protocol (SMTP) The internet standard used for sending messages across IP networks in server-to-server transfers.

Post Office Protocol 3 (POP3) Used to retrieve s from an server over a TCP/IP connection. This is the most widely used retrieval protocol. Users download s to their local computer using POP3 – this deletes them from the server

Internet Message Access Protocol (IMAP) Other popular Retrieval Protocol. Normally users work on the s as they reside on the server using IMAP and do not download them

Using The sender and recipient do not need to be online at the same time. When an is sent, it is stored on an server. It waits in store until the recipient signs in, at which point the server forwards the message to them. This is known as a ‘Store and Forward’ system

Question Describe the differences between the three protocols What is a ‘store and forward’ system?

World Wide Web The content of the world wide web is held on individual pages, which are gathered together to form websites of associated information

World Wide Web Webpages are connected using hyper links Websites are held on a computer called a web server which is connected to the internet and delivers web pages to users’ computers. It is the severs job to deliver those pages to the users’ computer Web pages are viewed through web browsers. It is the web browser that reads document files written in Hyper Text Markup Language (HTML) and translates them into viewable webpages.

Question

Internet Infrastructure The internet is a huge client-server system of interconnected computers that uses a wide range of hardware

Server Computer program that runs purely to serve the needs of other computers. Runs special software to service the requirements of the users (client) There are several types of servers, including file servers and printer servers on a LAN, and web and servers that manage communication with the internet

Client A computer that uses the services provided by the server

Router A piece of hardware that connects two or more networks. In relation to the internet, data from the ISP is sent into the network and the router then directs the data packets to the correct destinations. Routers can described as ‘directors of traffic’ for the networks.

Connecting backbone The main connecting data routes between large networks on the internet and smaller networks in local regions