Showing posts with label Data communication. Show all posts
Showing posts with label Data communication. Show all posts

Tuesday, 28 November 2017

Network Architecture

Network Architecture is the complete framework of an organization's computer network. It include component used for communication, cabling and device types , network layout and typologies , physical and future plans. This architecture is always designed by a network manager/administrator with coordination of network engineers and the other design engineers.
  1. Peer to Peer
  2. Client server
Peer to peer is a commonly used computer network in which each workstation, node  has the same capabilities and responsibilities. Peer to peer may also used to refer to a single software program design so that each instance of the program may act as both client and server with the same responsibilities and status.
Client Server is a network architecture in which each computer or process on the network is either a client or a server. Server are powerful computer or processors dedicated to managing disk drive, printer or network traffic(network server). Client are PC or workstation on which user run application.

ISO-OSI Model



  • ISO-OSI (International Standard Organization - Open System Interconnection)
  • The ISO-OSI model is a seven layer architecture. It defines seven layers or levels in a complete communication system.
  • OSI model defines a network framework to implement protocols in server layer.
  • Control is passed from one layer to the next, starting at the application layer in one station and proceeding to the bottom layer, over the channel to the next station and back up the hierarchy.


Application

Presentation layer

Session layer

Transport Layer

Network layer

Data link layer

Physical layer

Layer 1-Physical layer

The Physical layer of the OSI model is responsible for transmission of digital data bits from the Physical layer of the sending (source) device over network communications media to the Physical layer of the receiving (destination) device. It deal with communication media receives frame from data link layer and converted them in bits. It converts the digital/analog bits into electrical signal or optical signals. Data encoding is done.

Layer 2- Data link layer

Data link obtain data from physical layer and check for errors. Main function is defining the media access control or hardware address. Define how the network layer protocol is encapsulated in the data link layer frame. It provided both connection-less and connection-oriented services.

Layer 3-Network layer

Network layer provide logical address know as IP address .Router works on this layer. Main function define IP address.Find routes based on IP address to reach its destination. connect different data link type together like as token ring , serial, IDDI , Ethernet etc.