Computer Networks Protocols

Slides:



Advertisements
Similar presentations
ECE 4450:427/527 - Computer Networks Spring 2015 Dr. Nghi Tran Department of Electrical & Computer Engineering Lecture 8: Application Layer Dr. Nghi Tran.
Advertisements

Jaringan Komputer Dasar
Layer 7- Application Layer
CLIENT / SERVER ARCHITECTURE AYRİS UYGUR & NİLÜFER ÇANGA.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Application Layer Functionality and Protocols Network Fundamentals – Chapter.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Application Layer Functionality and Protocols Network Fundamentals – Chapter.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 10: Application Layer Network Basics.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Application Layer Functionality and Protocols Network Fundamentals – Chapter 3.
CHAPTER 2 PCs on the Internet Suraya Alias. The TCP/IP Suite of Protocols Internet applications – client/server applications The client requested data.
Syllabus outcomes Describes and applies problem-solving processes when creating solutions Designs, produces and evaluates appropriate solutions.
CCNA Exploration Network Fundamentals
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Application Layer Functionality and Protocols Network Fundamentals – Chapter.
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.
Chapter 12 TCP/IP Protocol BY Dr.Sukchatri Prasomsuk.
Lectures and Practicals Mon 8-10 SC1222 TUE SC1222 Office: SC Website: mis.csit.sci.tsu.ac.th/kanida.
© 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.
Chapter 1: Introduction to Web Applications. This chapter gives an overview of the Internet, and where the World Wide Web fits in. It then outlines the.
CCNA1 v3 Module 11 v3 CCNA 1 Module 11 JEOPARDY S Dow.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Application Layer Functionality and Protocols.
Network Services Networking for Home & Small Business.
Chapter 1: The Internet and the WWW CIS 275—Web Application Development for Business I.
Component 9 – Networking and Health Information Exchange Unit 1-1 ISO Open Systems Interconnection (OSI) This material was developed by Duke University,
TCP/IP Transport and Application (Topic 6)
The Inter-network is a big network of networks.. The five-layer networking model for the internet.
Internet Protocol B Bhupendra Ratha, Lecturer School of Library and Information Science Devi Ahilya University, Indore
Application Layer Khondaker Abdullah-Al-Mamun Lecturer, CSE Instructor, CNAP AUST.
Cisco 1 - Networking Basics Perrine. J Page 16/5/2016 Chapter 11 At which layer of the TCP/IP model does Telnet operate? 1.application 2.presentation 3.session.
Protocols COM211 Communications and Networks CDA College Olga Pelekanou
INTERNET PROTOCOLS. Microsoft’s Internet Information Server Home Page Figure IT2031 UNIT-3.
CSI 3125, Preliminaries, page 1 Networking. CSI 3125, Preliminaries, page 2 Networking A network represents interconnection of computers that is capable.
Cisco Discovery Semester 1 Chapter 6 JEOPADY RouterModesWANEncapsulationWANServicesRouterBasicsRouterCommands RouterModesWANEncapsulationWANServicesRouterBasicsRouterCommands.
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.
Transmission Control Protocol (TCP) Internet Protocol (IP)
Application of the Internet 1998/12/09 KEIO University, JAPAN Mikiyo
Computer Network Architecture Lecture 6: OSI Model Layers Examples 1 20/12/2012.
IST 201 Chapter 11 Lecture 2. Ports Used by TCP & UDP Keep track of different types of transmissions crossing the network simultaneously. Combination.
Application Layer Functionality and Protocols Abdul Hadi Alaidi
Application Layer Functionality and Protocols
Instructor Materials Chapter 5 Providing Network Services
Instructor Materials Chapter 10: Application Layer
Unit 28 Website Production
v3 JEOPARDY CCNA 1 Module 11 CCNA1 v3 Module 11 Galo Valencia
Some bits on how it works
Application Layer Functionality and Protocols
Protocols and networks in the TCP/IP model initially.
Networking for Home and Small Businesses – Chapter 6
Lecture 6: TCP/IP Networking By: Adal Alashban
Working at a Small-to-Medium Business or ISP – Chapter 7
Chapter 10: Application Layer
Networking for Home and Small Businesses – Chapter 6
Working at a Small-to-Medium Business or ISP – Chapter 7
Application Layer Functionality and Protocols
I. Basic Network Concepts
Application Layer Functionality and Protocols
Working at a Small-to-Medium Business or ISP – Chapter 7
Application Layer Functionality and Protocols
Application Layer Functionality and Protocols
Lecture 6: TCP/IP Networking 1nd semester By: Adal ALashban.
Application Layer Functionality and Protocols
Application Layer Functionality and Protocols
Firewalls Chapter 8.
Chapter 27 WWW and HTTP Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
ECE 4450:427/527 - Computer Networks Spring 2017
Applications Layer Functionality & Protocols
Networking for Home and Small Businesses – Chapter 6
Protocol Application TCP/IP Layer Model
Application Layer Functionality and Protocols
Application Layer Functionality and Protocols
Application Layer Functionality and Protocols
Presentation transcript:

Computer Networks Protocols Lecture No.7: Application layer Protocols  Allows user to interface with the network.  Provides the interface between the applications on either end of the network.

Application layer software(2 types) Protocols Description DNS Matches domain names with IP addresses HTTP Used to transfer data between clients/servers using a web browser SMTP & POP3 used to send email messages from clients to servers over the internet FTP allows the download/upload of files between a client/server Telnet allows users to login to a host from a remote location and take control as if they were sitting at the machine (virtual connection) DHCP assigns IP addresses, subnet masks, default gateways, DNS servers, etc. To users as they login the network Application layer software(2 types)  Applications – Provide the human (user) interface.  Services – establish an interface to the network where protocols provide the rules and formats that govern how data is treated. Q/ How data requests occur & are filled in application layer?  Client/server model  Application layer services and protocols  Peer-to-peer networking and applications Peer-to-Peer (P2P) Network Model  Two or more computers are connected and are able to share resources without having a dedicated server  Every end device can function as a client or server .  Difficult to enforce security and policies  User accounts and access rights have to be set individually on each peer device.  Each device must provide a user interface and run a background service.  P2P Applications Example:

TCP UDP Common Port Numbers  FTP – 20-21 DHCP – 67 & 68 Telnet – 23 POP – 110 SMTP – 25 DNS – 53 (Both TCP & UDP) HTTP – 80 WWW Service and HTTP(Hypertext Transfer Protocol)  The (HTTP) is a protocol used mainly to access data on the World Wide Web.  HTTP use TCP connection and port 80.  HTTP messages are not destined to be read by humans; (read and interpreted by the HTTP server and HTTP client (browser).  is a stateless protocol, which means that the server does not keep information about the client. The client initializes the transaction by sending a request. The server replies by sending a response.  A client that wants to access a Web page needs the file name and the address.  The uniform resource locator (URL) is a standard locator for specifying any kind of information on the Internet, The URL defines four things: