Connectivity Models

Connectivity Models


  • It would be useful to have  a set of protocols and rules for data transmission for the variety of network types to ensure that the information can shared.
  • For this reason, OSI and TCP/IP models were created.
  • These models describe network system as being made up of a number of layers, each with its own set of protocols and functionality.
    • OSI Model
    • TCP/IP Model


      OSI (Open System Interconnection ) Model

      • The Open System Interconnection (OSI) model is the foundation of internet communications, including for devices connected to the IoT.
      • The OSI model was developed to standardize the procedure for exchange of information between processing system.
      • It is developed by ISO (International Standard Organization)

      Physical Layer


      • The physical layer is the bottom-most or the first layer of the OSI model.
      • It contains the raw data which is further forwarded to the higher layers of the structure.
      • The initiation, maintenance, and termination of the physical connection of a network also take place at this stage.
      • Converting digital bits into an electrical, radio, or optical signal takes place at this stage only.
      • It also Decides whether the connection is simplex, half-duplex or full-duplex.
      • It also determines the way two or more devices can be connected physically.
      • It represents the way how network devices are organised.



      Data Link Layer


      • Performs synchronization and error check for the data which is to be transmitted over the physical link.
      • It breaks the input data into frames having sizes from a few hundred to a few thousand bytes which makes analysing the data easier.
      • It further ensures the circulation of the frames to the different systems. For this, it attaches a header to the frame containing the address of the sender and the receiver.
      • It controls the flow of data in the specified time duration and along with a set speed of transmission.
      • The data is sent to the next layer in the form of packets which are further reviewed for additional processing.

      Network Layer

      • It is layer 3 that routes and forwards the packets or signals through various channels to the other end.
      • Act as the network controller by deciding which route data must take i.e it decides the best route to move data from source to the destination based on the network conditions, the preference of service, and other factors.
      • It breaks the outgoing messages into packets and assembles incoming packets into messages for higher levels.
      • The protocols adopted to route the network traffic are known as Network layer protocols.
      • It acts as a network controller.

      Transport Layer

      • It splits the data groups into smaller units so that they are managed more efficiently by the network layer.
      • It handles the flow of data, segmentation and de-segmentation and error control.
      • The Transport Layer ensures sending of data from one end to another end i.e the delivery of data packets is controlled by the transport layer.
      • Fragmentation and reassembly of data packets happen at this stage.
      • The protocol used by this layer is the “Transmission Control Protocol” and “User Datagram Protocol”.
      • The Transport Layer is also called the Heart of the OSI model.
      Session Layer

      • Maintains the messages and synchronizes communications between two different applications.
      • It regulates user identification, logging on and off, billing and session management.
      • The connection between the computers connected in a network is handled by this layer.
      • This layer can also terminate or end any session or transmission which is finished.
      • It serves as a dialogue controller. It allows the systems to communicate in both half-duplex or full-duplex modes of communication.

      Presentation Layer

      • This layer makes sure that the information is delivered in such a form that the receiving system will understand and use it i.e The data is transformed into the syntax or semantics which an application can understand.
      • Before moving on the data any further, the data is formatted at this stage.
      • Functions including encryption, compression, compatible character code set, etc. are also performed at this layer of the OSI model.
      • It works as a data translator for the network.

      Application Layer


      • It provides several facilities such as manipulation of information in different ways, distributing the final results, retransferring the files of information, etc.
      • The functions such as log in or password checking are also performed by the application layer.
      • Communication with the user or the user application takes place at this stage i.e an application layer works as a window for users and application processes to reach network service.
      • It assists to retrieve global information and services by granting access to distributed database resources.

      TCP/IP Model

      • TCP/IP (Transmission Control Protocol/Internet protocol) is based on a client-server communication model by which a user (client) receives a service such as loaded a web page from server in the same network.
      • TCP/IP is an industry-standard protocol suite for Wide Area Networks (WANs) developed in the 1970s and 1980s by the U.S. Department of Defence (DoD).
      • Initially it is known as ARPAnet (Advanced Research Project Agency Network).


      Network Interface Layer


      • This layer acts as an interface between host and transmission links and used for transiting datagram.
      • Protocol is used to connect to the host, so that the packets can be set over it.
      • The Internetwork layer in the TCP/IP model handles software or logical, addressing

      Internet Layer

      • It manage the use of address for routing message packets over the network.
      • For the IoT devices connectivity, IPv6 is the protocol most commonly used on this layer.
      • It helps the packet to travel independently to the destination.
      • The various function performs by the Internet Layer are delivering IP packets, performing routing, and avoiding congestion.
      Transport Layer


      • It provides end-to-end communications of the data between the source and destination host in the form of datagram and also monitors reliability, message order and prevents congestion across the network.
      • The transport layer of TCP/IP protocol stack implements either the transmission Control Protocol (TCP) or the User Datagram Protocol (UDP).
      • TCP provide reliable, connection-oriented communications between two hosts.

      Application layer

      • This layer perform the function of top three layers of the OSI model. That is application, presentation and Session Layer.
      • It is responsible for node-to-node communication and controls user-interface specifications.
      • Some of the protocols present in this layer are:
        • HTTP (Hyper text transfer Protocol)
        • HTTPS (Secured Hyper text transfer Protocol)
        • FTP (File Transfer Protocol)
        • Telnet (Virtual Terminal)
        • SMTP (Simple Mail Transfer Protocol)
        • DNS (Domain Name System)


      Qus. 1 : The OSI layer that arranges signals into logical units of information called frames:

      1. Transport
      2. Physical
      3. Data-link
      4. Application
      Qus. 2 : Which layer of the OSI model does data compression

      1. Network
      2. Data Link
      3. Physical
      4. Presentation
      Qus. 3 : End to end connection is established by ____ protocol of the the TCP/IP suite

      1. IP
      2. UDP
      3. TCP
      4. All of These
      Qus. 4 : Bits from physical layer are converted into frames by the

      1. Data link Layer
      2. Network Layer
      3. Transport Layer
      4. None of These
      Qus. 5 : The main function of transport layer is

      1. Node-to-node delivery
      2. Process-to-process delivery
      3. Synchronization
      4. Updating and maintenance of routing tables
      Qus. 6 : Which protocol is a Network layer protocol

      1. IP
      2. Telnet
      3. FTP
      4. None of These
      Qus. 7 : The Internet Protocol generally corresponds to which OSI layer?

      1. Network Layer
      2. Transport Layer
      3. Data Link Layer
      4. Session Layer
      Qus. 8 : How Many layers are present in OSI Model

      1. 3 Layers
      2. 4 Layers
      3. 5 Layers
      4. 7 Layers
      Qus. 9 : In OSI Model, OSI stands for

      1. Open System Internet
      2. Open System Interconnection
      3. Operating System Interconnection
      4. Operating System Interaction
      Qus. 10 : OSI Model Developed by

      1. ISO (Internet Standard Organization)
      2. ISO (International Standard Organization)
      3. ISO (International System Organization)
      4. ISO (International Software Organization)
      Qus. 11 : Which Layer is the bottom-most or the first layer of the OSI model

      1. Physical Layer
      2. Presentation
      3. Transport
      4. Application
      Qus. 12 : The initiation, maintenance, and termination of the physical connection of a network take place at which layer of OSI Model

      1. Physical Layer
      2. Session Layer
      3. Network Layer
      4. Application Layer
      Qus. 13 : Converting digital bits into an electrical, radio, or optical signal takes place at Which Layer of OSI Model

      1. Application Layer
      2. Network Layer
      3. Session Layer
      4. Physical Layer
      Qus. 14 : Synchronization and error check perform at which layer of OSI Model

      1. Network Layer
      2. Data Link Layer
      3. Session Layer
      4. Application
      Qus. 15 : Which layer of OSI model Act as the network controller

      1. Application Layer
      2. Session Layer
      3. Physical Layer
      4. Network Layer
      Qus. 16 : Which layer of OSI Model is Used to decides the best route to move data from source to the destination

      1. Network Layer
      2. Application Layer
      3. Transport Layer
      4. Application Layer
      Qus. 17 : Fragmentation and reassembly of data packets take place which layer of OSI model

      1. Application Layer
      2. Network Layer
      3. Transport Layer
      4. Application Layer
      Qus. 18 : User Datagram Protocol works on which layer of OSI Model

      1. Application Layer
      2. Network Layer
      3. Transport Layer
      4. Session Layer
      Qus. 19 : Which Layer of OSI Model is referred as Heart of the OSI model

      1. Application Layer
      2. Network Layer
      3. Transport Layer
      4. Session Layer
      Qus. 20 : Transmission Control Protocol work at which layer of OSI Model

      1. Application Layer
      2. Network Layer
      3. Transport Layer
      4. Session Layer
      Qus. 21 : How many Layers presents in TCP/IP Model

      1. 7 Layers
      2. 4 Layers
      3. 5 Layers
      4. 3 Layers
      Qus. 22 : Which layer is not a part of TCP/IP model

      1. Application Layer
      2. Session Layer
      3. Transport Layer
      4. Internet Layer
      Qus. 23 : TCP/IP stands for

      1. Transmission Control Protocol/Internet protocol
      2. Transaction Control Protocol/Internet protocol
      3. Traffic Control Protocol/Internet protocol
      4. None of these
      Qus. 24 : TCP/IP Model initially Known as

      1. Intranet
      2. Home Network
      3. ARPAnet
      4. ApanaNet
      Qus. 25 : Which Layer of TCP/IP model perform the function of top three layers of the OSI model

      1. Application Layer
      2. Network Layer
      3. Session Layer
      4. Transport Layer
      Qus. 26 : The Application layer of TCP/IP model perform the works of which 3 layers of OSI Model

      1. Application, Network and Session Layer
      2. Application, Transport and Session Layer
      3. Application, Presentation and Session Layer
      4. Physical, Presentation and Session Layer
      Qus. 27 : In Which from data transferred in network layer?

      1. Packets
      2. Datagram
      3. Bytes
      4. Bits
      Qus. 28 : MQTT stands for :

      1. Message Queue Telegram Transport
      2. Message Queue Telemetry Transport
      3. Message Queuing Telemetry Transport
      4. Message Queuing Telegram Transport
      Qus. 29 : How many layers are there in OSI?

      1. 5
      2. 4
      3. 7
      4. 6
      Qus. 30 : Which memory storage is widely used in Embedded Systems?

      1. EEPROM
      2. DRAM
      3. Flash memory
      4. SRAM
      Qus. 31 : Which of the following devices are specifically being used for converting serial to parallel and from parallel to serial respectively?

      1. microcontroller
      2. timers
      3. counters
      4. registers
      Qus. 32 : The process of assessment of the speaker's content while listening is called

      1. Critical listening
      2. Dialogic listening
      3. Comprehensive listening
      4. Systematic listening
      Qus. 33 : In the loT network, Secure Shell (SSH) is:

      1. Gateway
      2. Secure network protocol
      3. Router
      4. Firewall
      Qus. 34 : Which of the following is the key to an effective presentation ?

      1. Image
      2. Styles
      3. Limited words and key phrases
      4. Layouts
      Qus. 35 : allow data processing close to device.

      1. Edge Computing
      2. Cloud Computing
      3. Fog Computing
      4. Grid Computing
      Qus. 36 : IoT and cloud computing has what kind of relationship ?

      1. Physical
      2. Complementary
      3. Graphical
      4. Coding
      Qus. 37 : Which of these may convey arrogance?

      1. Shoulder shrug
      2. Jointed fingertips
      3. Hands swinging loosely
      4. Pointed finger
      Qus. 38 : Which one is not Leading Cloud Services for IoT Deployments?

      1. AWS
      2. IBM Watson
      3. Microsoft Azure
      4. Google Drive
      Qus. 39 : Which of the following layer is called a port layer in OSI model?

      1. Application
      2. Presentation
      3. Session
      4. Transport
      Qus. 40 : Which of the following protocols does not exist at the data link layer?

      1. ZigBee Smart Energy
      2. LoRaWAN
      3. Wireless HART
      4. Secure MQTT
      Qus. 41 : In layer, various application platforms are built as required by the services needs of smart grid.

      1. Perception layer
      2. Smart network layer
      3. Smart Application layer
      4. Data layer
      Qus. 42 : Each IP packet must contain:

      1. Only Destination IP Address
      2. Only Source IP Address
      3. Source and destination IP addresses
      4. None of the Above
      Qus. 43 : Router operate at layer of OSI reference model ?

      1. Layer2 (Data Link Layer)
      2. Layer3 (Network Layer)
      3. Layer1 (Physical Layer)
      4. Layer4 (Transport Layer)
      Qus. 44 : Which of the following layer Interacts with the Device.

      1. Physical Layer
      2. Application Layer
      3. Transport Layer
      4. Data Link Layer
      Qus. 45 : The network layer concerns with

      1. Bits
      2. Frames
      3. Packets
      4. None of the mentioned
      Qus. 46 : Which of the following layer Interacts with the user.

      1. Physical Layer
      2. Application Layer
      3. Transport Layer
      4. Data Link Layer
      Qus. 47 : OSI Model, the transport layer, is only ____

      1. Connection oriented
      2. Connection Less
      3. connection network
      4. None
      Qus. 48 : TCP/IP model does not have ________ layer but OSI model have this layer.

      1. Session Layer
      2. Transport Layer
      3. Application Layer
      4. Network Layer
      Qus. 49 : The acronym OSI stands for ___ in computer networking.

      1. Organization for standard Institute
      2. Open System Interconnection
      3. Organizing System interconnection
      4. Open System Interworking
      Qus. 50 : It enables open application layer for constrained nodes.

      1. IETF 6LOWPAN
      2. IEFT COAP
      3. RFID/NFC
      4. None
      Qus. 51 : ___Layer can be divided into the data access network and the core network.

      1. Perception Layer
      2. Smart Network Layer
      3. Smart Application Layer
      4. Data Layer
      Qus. 52 : Which of the following is a protocol related to loT.

      1. CoAP
      2. ZigBee
      3. Both a & b
      4. None of the above.
      Qus. 53 : Requests package is very popular _____ Library.

      1. MQTP
      2. HTTP
      3. CoAP
      4. None
      Qus. 54 : SDLC stands for _____

      1. Synchronous Data Link Control
      2. Synchronous Data Level Control
      3. Synchronous Data Level Coordinator
      4. Synchronous Data Link Coordinator

      Programs

      CCC Online Test Python Programming Tutorials Best Computer Training Institute in Prayagraj (Allahabad) Online Exam Quiz O Level NIELIT Study material and Quiz Bank SSC Railway TET UPTET Question Bank career counselling in allahabad Best Website and Software Company in Allahabad Website development Company in Allahabad