OSI Model

OSI Model

  • OSI - Open System Interconnection.
  • OSI model created in 1984 by ISO.
  • ISO - International Organization for Standardization.
  • It is 7 layer architecture.

  1. Physical Layer.
  2. Data Link Layer.
  3. Network Layer.
  4. Transport Layer.
  5. Session Layer.
  6. Presentation Layer.
  7. Application Layer.



Layer 1 – Physical Layer

  • Physical layer is lowest layer of OSI model.
  • It is responsible for actual physical connection between the devices.
  • It converts the digital bits into electrical , radio ,or optical signal.
  • It is responsible for transmitting individual bits from one node to the next.
  • It establish, maintains and deactivates the physical layer
  • Hub , Repeater, Modem and Cables are physical layer devices.


Layer 2 – Data Link Layer

  • The Data Link layer responsible for node-to-node delivery of message.
  • Directly connected two nodes.
  • Data Link Layer transmit to MAC address.
  • Data link layer is handled by the NIC.
  • Switch and Bridge are data link layer devices.


Layer 3 – Network Layer

  • The network layer works for the transmission of the data from one host to the other host.
  • The sender and receiver IP addresses are placed in the header.
  • Segment in the network layer is referred to as Packet.
  • Network layer is implemented by networking devices such as router.


Layer 4 – Transport Layer

  • Transport layer provides services to the application layer and take services from the network layer.
  • End to end delivery of the complete message.
  • This layer commonly used protocol included the Transmission Control Protocol and User Digram Protocol
  • The main responsibility of the transport layer is to transfer data completely

Layer 5 – Session Layer

  • This layer responsible for the establishment of connection , Maintenance of sessions and authentication.
  • It is layer 3 in OSI model

Layer 6 – Presentation Layer

  • The presentation layer mainly concerned with the syntax with the syntax and semantic of the information exchanged between to the system
  • It is a data translator for a network
  • The presentation layer also known as syntax layer


Layer 7 – Application Layer

  • Application layer is connected with the specific type of application
  • This layer allows users to interact with other software applications.
  • Application Layer is basically not a function, but it performs application layer functions.




ASHISH DABHANE

Co-Founder At CYBER-PARADOX | VAPT | CCNA | CEHv12 | Linux | Cyber Security | CEH v12 Certified |

11 个月

Thanks for sharing

要查看或添加评论,请登录

Ajay Thopate的更多文章

  • RIP

    RIP

    Routing Information Protocol. RIP is open standard protocol.

    2 条评论
  • ROUTING PARAMETERS

    ROUTING PARAMETERS

    Metric :- It is the parameter used by the routing protocol to find it’s best path RIP – Hop count (distance) OSPF –…

  • STATIC ROUTING

    STATIC ROUTING

    Static routing is the manual method of routing. Static routes the administrative distance is as default value.

  • ROUTING

    ROUTING

    A router is a network device that connects computing devices and network to other network. Routing is the process of…

  • Collision domain and Broadcast domain

    Collision domain and Broadcast domain

    Collision Domain Collision Domain is a single physical line that a collision can occur. If one more device tries send…

  • IP Address

    IP Address

    An Internet Protocol (IP) address is the unique identifying number assigned to every device connected to the internet…

  • TCP/IP – Model

    TCP/IP – Model

    TCP – Transmission Control Protocol. IP – Internet Protocol.

  • INTRODUCTION AND BASIC INFORMATION OF NETWORK DEVICES

    INTRODUCTION AND BASIC INFORMATION OF NETWORK DEVICES

    Types of Network Devices :- 1. Hub 2.

  • The Complete JavaScript Guide - Scope

    The Complete JavaScript Guide - Scope

    In JavaScript, there are two types of variable scopes: Global Scope : Variables declared Globally (outside of any…

  • The Complete JavaScript Guide - Functions

    The Complete JavaScript Guide - Functions

    Functions are one of the fundamental building blocks in JavaScript. With functions you can reuse code You can write…

社区洞察

其他会员也浏览了