Application Layer Honolulu Community College Cisco Academy Training Center Semester 1 Version 2.1.1.

Slides:



Advertisements
Similar presentations
4.01 How Web Pages Work.
Advertisements

Institute of Technology Sligo - Dept of Computing Layer 7 The Application Layer Chapter Review.
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.
Jaringan Komputer Dasar
The Internet Useful Definitions and Concepts About the Internet.
Layer 7- Application Layer
Internet – Part II. What is the World Wide Web? The World Wide Web is a collection of host machines, which deliver documents, graphics and multi-media.
Layer 7 The Application Layer Chapter Review Layer 7 The Application Layer zThe application layer is the OSI layer closest to the end system. This determines.
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.
Introduction 2: Internet, Intranet, and Extranet J394 – Perancangan Situs Web Program Sudi Manajemen Universitas Bina Nusantara.
Browsing the World Wide Web. Spring 2002Computer Networks Applications Browsing Service Allows one to conveniently obtain and display information that.
Browser and Basics Tutorial 1. Learn about Web browser software and Web pages The Web is a collection of files that reside on computers, called.
Lesson 19 Internet Basics.
The Internet & The World Wide Web Notes
Application Layer. Applications A program or group of programs designed for end users. A program or group of programs designed for end users. Software.
Layer 7 Application Layer
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.
1 Introduction to Web Development. Web Basics The Web consists of computers on the Internet connected to each other in a specific way Used in all levels.
Networking Basics TCP/IP TRANSPORT and APPLICATION LAYER Version 3.0 Cisco Regional Networking Academy.
DATA COMMUNICATION DONE BY: ALVIN SAMPATH CARLVIN SAMPATH.
Chapter 10 Intro to Routing & Switching.  Upon completion of this chapter, you should be able to:  Explain how the functions of the application layer,
思科网络技术学院理事会. 1 Application Layer Functionality and Protocols Network Fundamentals – Chapter 3.
Semester 1 CHAPTER 15.
The Internet Writer’s Handbook 2/e Introduction to World Wide Web Terms Writing for the Web.
WEB TERMINOLOGIES. Page or web page: a file that can be read over the world wide web Pages or web pages: the global collection of documents associated.
University of the Western Cape Chapter 15 – Application Layer The application layer is responsible for the following: Identifying and establishing the.
XP New Perspectives on Browser and Basics Tutorial 1 1 Browser and Basics Tutorial 1.
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.
Web Page Design I Basic Computer Terms “How the Internet & the World Wide Web (www) Works”
15 Semester 1 JEOPARDY IndirectnetworksupportDNSDNSNetworkApps.NetworkApps.MoreNetworkApps.Misc.Misc
Chapter 15 Layer 7: Application Layer.
Hour 7 The Application Layer 1. What Is the Application Layer? The Application layer is the top layer in TCP/IP's protocol suite Some of the components.
CIS 250 Advanced Computer Applications Internet/WWW Review.
Internet Protocol B Bhupendra Ratha, Lecturer School of Library and Information Science Devi Ahilya University, Indore
Networking Network Classification, by there: 3 The Rules they use to exchange data: Protocols.
Application Layer Khondaker Abdullah-Al-Mamun Lecturer, CSE Instructor, CNAP AUST.
Using the Internet. (WWW) and the Internet The World Wide Web (WWW) is a small part of the Internet. The Internet relates to all the hardware and software.
Chap 15 Application Layer Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology
Chapter 29 World Wide Web & Browsing World Wide Web (WWW) is a distributed hypermedia (hypertext & graphics) on-line repository of information that users.
1 WWW. 2 World Wide Web Major application protocol used on the Internet Simple interface Two concepts –Point –Click.
Cisco – Chapter 15 Application Layer closest to you as an end-user, when you are interacting with software.
Confidentiality/date line: 13pt Arial Regular, white Maximum length: 1 line Information separated by vertical strokes, with two spaces on either side Disclaimer.
CONTENTS  Definition And History  Basic services of INTERNET  The World Wide Web (W.W.W.)  WWW browsers  INTERNET search engines  Uses of INTERNET.
Web Server.
Newsgroup World Wide Web (WWW) Conservation Over the Internet e.g.ICQ File Transfer Protocol (FTP) Includes 6 main services: Electronic Mail Remote.
17 Establishing Dial-up Connection to the Internet Using Windows 9x 1.Install and configure the modem 2.Configure Dial-Up Adapter 3.Configure Dial-Up Networking.
Computer Network Architecture Lecture 6: OSI Model Layers Examples 1 20/12/2012.
File Transfer Protocol (FTP) CIS 130. File Transfer Protocol (FTP) Copy files from one internet host (server) to your account on another host –Need domain.
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.
Information Networks. Internet It is a global system of interconnected computer networks that link several billion devices worldwide. It is an international.
IST 201 Chapter 11 Lecture 2. Ports Used by TCP & UDP Keep track of different types of transmissions crossing the network simultaneously. Combination.
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.
Glencoe Introduction to Multimedia Chapter 2 Multimedia Online 1 Internet A huge network that connects computers all over the world. Show Definition.
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.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Instructor Materials Chapter 5 Providing Network Services
CISC103 Web Development Basics: Web site:
Application Layer Honolulu Community College
Warm Handshake with Websites, Servers and Web Servers:
E-commerce | WWW World Wide Web - Concepts
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 Development & Design Chapter 1, Sections 4, 5 & 6
4.01 How Web Pages Work.
Computer Networks Protocols
4.01 How Web Pages Work.
The Internet and Electronic mail
Presentation transcript:

Application Layer Honolulu Community College Cisco Academy Training Center Semester 1 Version 2.1.1

Functions  identifying and establishing the availability of intended communication partners (including resources)  synchronizing cooperating applications  establishing agreement on procedures for error recovery  controlling data integrity

Acts as an Interface The application layer provides a direct interface for the rest of the OSI model by using network applications (such as WWW, , FTP, Telnet). The application layer provides an indirect interface by using standalone applications (such as word processors, spreadsheets, presentation managers) with a network redirector.

Client-Server  Most applications that work in a networked environment are classified as client-server applications. These applications have two components which allow them to function - the client side, and the server side. The client side is located on the local computer and is the requestor (redirector) of the services. The server side is located on a remote computer and provides services in response to the client’s requests.  FTP, Telnet, and web browsers are all examples of client-server software - they require both a client and a server.

Redirectors A redirector is a protocol that works with computer operating systems and network clients instead of specific application programs. A typical use of a redirector would be to save a word processor file on a network server (with the word processing application acting as the client). Examples of redirectors are:  Apple File Protocol  NetBIOS Extended User Interface (NetBEUI)  Novell IPX/SPX protocols  Network File System (NFS) of the TCP/IP protocol suite

Redirectors (cont.)  Enables data to be sent to a device that is not directly connected to a computer.  The application that requests a service is located on the local computer and the redirector reroutes the request to the proper network resource, while the application treats it as a local request.  Allow users to share documents, templates, databases, printers, and many other resource types, without having to use special application software  Redirectors are used, among other things, to ‘map’ network drives (such as F: denoting a network drive).

Connection to Server Connection is maintained just long enough to process the transaction (download the current Web page in this case). FTP and Telnet are different.

Domain Name System  Internet is built on a hierarchical addressing scheme.  A domain name is a string of characters and/or numbers, usually a name or abbreviation, that represents the numeric address of an Internet site.  Domain name server responds to requests from clients to translate a domain name into the associated IP address.

POP3 is the most commonly used protocol - it is an application layer protocol.

(cont.)  addresses consist of the recipent’s address and the postoffice address:  For the process to work, DNS servers are used to translate domain names to IP addresses.  is stored in a user’s mailbox until it is received - typically this amounts to a directory on a hard drive under a user’s UNIX account.  A password is required to retrieve the - this is typically the user’s UNIX account password.

Telnet Processing takes place on the remote computer. Telnet works mostly at the application, presentation, and session layers of the OSI model.

File Transfer Protocol Used to upload files to and download files from the Internet. Moves files from one computer to another by copying or moving files from server to client and client to server.

Hypertext Transfer Protocol  A Web browser presents data in multimedia formats on Web pages that use text, graphics, sound, and video.  The Web pages are created with HTML.  HTML directs a Web browser on a particular Web page to produce the appearance of the page in a specific manner.  In addition, HTML specifies locations for the placement of text, files, and objects that are to be transferred from the Web server to the Web browser

Hypertext Transfer Protocol (cont.)  Hyperlinks make the World Wide Web easy to navigate. A hyperlink is an object (word, phrase, or picture) on a Web page that, when clicked, transfers you to a new Web page.  The Web page contains (within its HTML code) an address location known as a Uniform Resource Locator (URL).

THE END