Internet addresses By Toni Grey & Rashida Swan HTTP Stands for HyperText Transfer Protocol Is the underlying stateless protocol used by the World Wide.

Slides:



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

Basic Internet Terms Digital Design. Arpanet The first Internet prototype created in 1965 by the Department of Defense.
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.
WAQAR KHOKHAR IS 373 Todd Christopher Will Introduction 2. Governing Standards Body 3. History 4. Specifications 5. Privacy and Security 6. Interoperability.
XP Browser and Basics1. XP Browser and Basics2 Learn about Web browser software and Web pages The Web is a collection of files that reside.
The Internet Useful Definitions and Concepts About the Internet.
Layer 7- Application Layer
INTERNET DATABASE Chapter 9. u Basics of Internet, Web, HTTP, HTML, URLs. u Advantages and disadvantages of Web as a database platform. u Approaches for.
INTERNET DATABASE. Internet and E-commerce Internet – a worldwide collection of interconnected computer network Internet – a worldwide collection of interconnected.
Implementing Application Protocols. Overview An application protocol facilitates communication between applications. For example, an client uses.
Lecture slides prepared for “Business Data Communications”, 7/e, by William Stallings and Tom Case, Chapter 8 “TCP/IP”.
Internet Basics مهندس / محمد العنزي
UNDERSTANDING WEB AND WEB PROJECT PLANNING AND DESIGNING AND EFFECTIVE WEBSITE Garni Dadaian.
The Internet and E-Commerce Back to Table of Contents.
Networks and Telecommunications
Lesson 24. Protocols and the OSI Model. Objectives At the end of this Presentation, you will be able to:
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.
The Internet A Wide Area Network across the world The network of networks –Lots of smaller networks joined together.
OV Copyright © 1998 Ziff-Davis Education, a division of Ziff-Davis Inc. All rights reserved. The Internet World-wide network of computers connected.
Lecture#2 on Internet and World Wide Web. Internet Applications Electronic Mail ( ) Electronic Mail ( ) Domain mail server collects incoming mail.
Internet Basics A management-level overview of the Internet, its architecture, capabilities, and protocols. Copyright 2011 SPMI / Online Development.
Internet Concept and Terminology. The Internet The Internet is the largest computer system in the world. The Internet is often called the Net, the Information.
 The internet is the hardware that creates the massive worldwide network. Computers, cables, telephone wires, high-speed communication lines. The internet.
Networks QUME 185 Introduction to Computer Applications.
Web Page Design I Basic Computer Terms “How the Internet & the World Wide Web (www) Works”
ITIS 1210 Introduction to Web-Based Information Systems Chapter 23 How Web Host Servers Work.
Chapter 1: The Internet and the WWW CIS 275—Web Application Development for Business I.
UNESCO ICTLIP Module 1. Lesson 61 Introduction to Information and Communication Technologies Lesson 6. What is the Internet?
1 Chinese Information Processing : Using Computers to Teach and Learn Chinese Week 6 and 7: Creating and maintaining web pages - html and ftp.
What does WWW stand for? And following abbreviations? HTTP: Hyper Text Transfer Protocol HTML: Hyper Text Mark-up Language URL: Uniform Resource Locator.
Application Layer Khondaker Abdullah-Al-Mamun Lecturer, CSE Instructor, CNAP AUST.
Internet Overview Data Service Center What is the Internet? F A network of networks connecting computers/people around the world allowing them to share.
Networking Relationships What is a computer network?
TCP/IP (Transmission Control Protocol / Internet Protocol)
Chapter 4 Applets Cop Why Applets? WWW makes huge information available to anyone with web browser. Web server send web pages and images to your.
1 WWW. 2 World Wide Web Major application protocol used on the Internet Simple interface Two concepts –Point –Click.
BASIC NETWORK PROTOCOLS AND THEIR FUNCTIONS Created by: Ghadeer H. Abosaeed June 23,2012.
INTERNET PROTOCOLS. Microsoft’s Internet Information Server Home Page Figure IT2031 UNIT-3.
Newsgroup World Wide Web (WWW) Conservation Over the Internet e.g.ICQ File Transfer Protocol (FTP) Includes 6 main services: Electronic Mail Remote.
Computer Network Architecture Lecture 6: OSI Model Layers Examples 1 20/12/2012.
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.
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
A SSIGNMENT #3 Com tech. ANSL HTML Hypertext Markup Language, a standardized system for tagging text files to achieve font, color, graphic, and hyperlink.
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.
Week-7 (Lecture-1) Internet Protocols: TCP/IP, Client Server: Protocol: Specification in networking and Communications It defines the procedures to be.
(class #2) CLICK TO CONTINUE done by T Batchelor.
Basic Internet Skills. What is the internet? A large group of computers connected to one another Its purpose is to send information back and forth to.
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.
Application layer tcp/ip
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.
Professional Web Designing For Absolute Beginners
Internet.
Chapter 10: Application Layer
Web Development & Design Chapter 1, Sections 4, 5 & 6
Hypertext Transfer Protocol
What is the Internet? Global system of interconnected computer networks – a network of networks! Hartland Consolidated Schools network Network at your.
Simple Mail Transfer Protocol
Web Design & Development
The Internet An Overview.
Computer Networks and Internet
The Internet and Electronic Mail
Hyper Text Transfer Protocol
Part of Chapter 1 Key Concepts Networks
Protocol Application TCP/IP Layer Model
Computer Networks Protocols
The Internet and Electronic mail
Presentation transcript:

Internet addresses By Toni Grey & Rashida Swan

HTTP Stands for HyperText Transfer Protocol Is the underlying stateless protocol used by the World Wide Web.protocolWorld Wide Web defines how messages are formatted and transmitted, and what actions Web servers and browsers should take in response to various commandsWeb serversbrowsers

Uses of HTTP Its primary function is to establish a connection with the server and send HTML pages back to the user's browser. It is also used to download files from the server either to the browser or to any other requesting application that uses HTTP.

ADVANTAGES Ease of Programming HTTP is coded in plain text and therefore is easier to follow and process than protocols that require lookups. Data is formatted in lines of text. Search Capabilities Although HTTP is a simple messaging protocol, it includes the ability to search a database with a single request.

FTP Stands for File Transfer Protocol Is a standard Internet protocol for transmitting files between computers on the Internet Is an application protocol that uses the Internet's TCP/IP protocols.

Uses The most common use of FTP is to download files. It can be used to browse through a collection of downloadable files on a public software archive. To transfer files among users, especially if the files are too large to attach to an .

Advantages FTP gives you control over transfer. That is, you can choose the mode in which the data is transferred over the network. The data can be transferred either in the ASCII mode (for text files) or in the Binary mode (for executables or compressed files). FTP is the fast and efficient way of transferring bulks of data across the internet. It is efficient because you don't need to complete many operations to get the entire file or files transferred