Skip to main content

OSI(Open System Interconnection)

  what is OSI ?

  -OSI model was first proposed by International Standards Organization(ISO) to solve the multiple problems faced in telecommunication.

 It is conceptual model of telecommunication networking where the whole process is divided into seven effective layers. It synchronizes the whole process and helps one understand the interoperation of the diverse communication system under the standard protocol.

7 layer as following -

7.Application Layer - This is the last layer of OSI system  and this layer represents the data that is  understood by the user. The application layer supplies network services to end user applications . protocols works in this layer are HTTP,FTP,SMTP.


6.Presentation Layer - The presentation layer is the simplest in a function of any piece of the OSI model. It handles syntax processing of message data such as format conversations and encryption / decryption needed to support application layer above it. protocols works in this layer are JPEG,GIF,MPEG.


5.Session Layer -  In this session layer, communication and connection between computers is controlled in a managed environment . It has the sole capacity  of managing and terminating connection and helping in establishing connections between local and remote applications. protocols works in this layer are AppleTalk, WinSock.


4.Transport Layer - In the fourth layer , variable length data sequence has to be transferred from source to destination host through one or more network. This transport layer delivers data across network connections. The transport layer is to be delivered the entire message from source to destination, and receiving data  without any errors. protocols works in this layer are TCP, UDP, SPX.


3.Network Layer -  The network layer adds the concept of routing above the data link layer , when data arrives at the network layer the source and destination addresses contained inside each frame are examined to determine if the data has reached its final destination. addressing, routing, and forwarding are the three major functions at this layer. protocols works in this layer are IP, ICMP, IPX. Device works in this layer is ROUTER.


2.Data Link Layer - Data link layer encodes and decodes data packet into bits and using its transmission protocol it handles the errors in the physical layer. It also controls flow and synchronization of the frames and at the same time it manages controlling access of the physical layer network devices. protocols works in this layer are Switch, Bridge, Ethernet cable. 


1.Physical Layer  This layer is the primary layer of the OSI model and consist of connecting devices such as ethernet cable, token ring, hubs and electrical specifications for data connection. This layer is responsible for connecting the device to physical transmission medium such as copper or optical cable or radio frequency or pulses of infrared. protocols works in this layer are Hub, Repeater, Ethernet, Token Ring.

Comments

Popular posts from this blog

what is computer network and their types ?

   what is network ? -  A network is a group of two or more computer systems, which are connected together. It also consist of a collection of computers, printers, scanner and other devices that are liked together. Networking has single purpose to share information as fast as possible.   The basic types of network- 1) LAN - LAN stands for Local Area Network. It is used to network computers within a limited area like office, school by using the network media. 2) CAN - Campus Area Network is an interconnection of local area networks within limited geographical area. campus network can be additional to the set of wireless connections. connects several buildings to the same network. Example, corporate office campus, university. 3) MAN - MAN means Metropolitan Area Network, which optimized for a larger geographic area than a LAN, ranging from several blocks of buildings to entire city. 4) WAN - WAN is Wide Area Network that is network connection of wide area such as the w...

Network Topology and types

   What is topology ? - Network Topology is the arrangement of the various elements (links, nodes etc.) of a computer network. Essentially, it is the topological structure of a network and may e depicted physically or logically. Topologies are divided into two types. one is called physical topology and another one is logical topology. Physical Topology is the placement of the various components of a network, including device location and cable installation, while logical topology illustrates how data flows within a network, regardless of its physical design. There are number of reasons to understand network topology. - The network topology impacts performance - The network topology is a factor in determining the media type used  to cable the network. - Knowledge of network layout  helps to optimize the network  performance  and troubleshoot network performance issues. Topology                      ...

All about Hyper-V in windows 10

   Windows Client-Side Hypervisor  l The client-side Hypervisor known as Client Hyper-V was introduced in Windows 8 Operating system. In Windows 10,  t he Client-side Hyper-V has got its features enhanced. Need for client Hyper-V - l Client Hyper-V is used to test or perform demo of operating system features or particular application software.  l Client Hyper-V can also be used to Run a legacy application that are not supported by Windows 10 .  It is used for User support and Troubleshooting. Features of Client Hyper-V are :   l Client Hyper-V supports 32 bit or 64-bit Virtual Machines.  l Used for storage migration or can also be used to create a virtual storage pool.  l Client Hyper-V uses VHD with maximum limit 2TB or VHDX with maximum limit of 64 TB software disk files.  l It can use local software Disk or LAN based storage also known as NAS Network Attached Storage.  l Client Hyper-V supports Import and Export of the VMs to Ser...