CodesandTutorials
Next generation website theme is here (black, neon and white color) - Reduces eye strain and headache problems.  
You are here - Home > Networking > TCP/IP Model> Application Layer

Application Layer


Application layer is the top layer of the TCP/IP reference model. Concerned with the higher-level protocols used by the network application software's for communication purpose.

Description

  • Some common application layer protocols used are :
    • Hyper Text Transfer Protocol (HTTP)
    • File Transfer Protocol (FTP)
    • Simple Management Transfer Protocol (SMTP)
    • Domain Name System (DNS)
    • Dynamic Host Control Protocol (DHCP)
    • Telnet Protocol
  • User interacts directly with the application software, where application process creates user data and transmits this data to other application process on same or another host via one of the transport layer protocol (TCP or UDP).
  • Network application software's uses specific protocol and socket or port number for communication like web browser - http protocol - 80 port, file transfer - ftp protocol - 21 port, Logging on remote computer - telnet protocol - 23 port etc.
  • Following are the functions of application layer :
    • Formatting data - Text format may be in American Standard Code for Information Interchange (ASCII) or Extended Binary Coded Decimal Interchange Code (EBCDIC).
    • Representing data - Defines how data is to be represented to the end user.
    • Process-to-process communication - E.g. client and server application software.
    • Creating sessions - E.g. a web browser with one or more tabs, then its application layer responsibility to create and manage separate sessions for each tab.
  • Provides services like browsing, e-mail, file transfer, chatting, directory etc.

Tip Box

IEEE 802 Standards

  • IEEE 802.1 Bridging (networking) and Network Management
  • IEEE 802.2 LLC
  • IEEE 802.3 Ethernet
  • IEEE 802.4 Token bus
  • IEEE 802.5 Defines the MAC layer for a Token Ring
  • IEEE 802.6 MANs
  • IEEE 802.7 Broadband LAN using Coaxial Cable
  • IEEE 802.11 a/b/g/n Wireless LAN (WLAN) & Mesh (Wi-Fi certification)

Advertisement





Terms of Use | Privacy Policy | Contact Us | Advertise
CodesandTutorials © 2014 All Rights Reserved