300+ [REAL TIME] Osi Model Interview Questions

  1. 1. List The Layers Of Osi ?

    From top to bottom, OSI layers are, Application, Presentation, Session, Transport, Network, Data Link and Physical.

  2. 2. What Are The Responsibilities Of Data Link Layer?

    Framing, Error detection, CRC and Physical Addressing is the task of DLL.


  3. Network Technical Support Interview Questions

  4. 3. What Are The Responsibilities Of Network Layer?

    Routing, IP Addressing and Path determination are the main responsibilities of Network Layer.

  5. 4. What Are The Responsibilities Of Transport Layer?

    Transport Layer has a lot of function. Most important being,

    1. Multiplexing and De-Multiplexing
    2. Segmentation and Re-assembly
    3. Flow Control
    4. Error Correction
    5. Connection Establishment
    6. Sequencing
    7. Acknowledgement
    8. 3 way Handshake

  6. Networking Tutorial

  7. 5. Routers Work At Which Osi Layer?

    Network Layer


  8. Networking Interview Questions

  9. 6. What Is A Window In Networking Terms?

    Window is the amount of segments sent between two acknowledgments by TCP.

  10. 7. What Is The Role Of The Llc Sublayer In Data Link Layer?

    Logical Link Control provides error detection, using Ethernet trailer field frame check sequence (FCS).


  11. HTTP Tutorial
    CCNA Interview Questions

  12. 8. What Is The Function Of The Application Layer In Networking?

    Application Layer is responsible for providing a user interface in between user and Network with the help of applications like web browsers.

  13. 9. What Are The Difference Between Tcp And Udp?

    Following are differences in TCP and UDP:

    TCP stands for “Transmission Control Protocol”UDP stands for “User datagram Protocol”.

    • TCP is connection oriented protocol while UDP is connectionless protocol.
    • TCP is more reliable than UDP.
    • UDP is faster for data sending than TCP.
    • UDP makes error checking but no reporting but TCP makes checks for errors and reporting.
    • TCP provides guaranteed Delivery of Data but UDP has no guarantee.
    • Header size of TCP is 20 bytes while that of UDP is 8 bytes.
    • TCP has acknowledgement segments but UDP has no acknowledgement.
    • TCP is used for application that require high reliability but less time critical whereas UDP is used for application that are time sensitive but require less reliability.

  14. Domain Name System(DNS) Interview Questions

  15. 10. What Is The Port No Of Dns And Telnet?

    DNS = 53, Telnet = 23


  16. VLSI Design Tutorial

  17. 11. Which Service Use Both Tcp And Udp ?

    DNS uses both TCP and UDP


  18. Site Management Interview Questions

  19. 12. What Is The Port No Of Smtp And Pop3?

    POP3 = 110; SMTP = 25


  20. Network Technical Support Interview Questions

  21. 13. In Which Layer Term “frames” Is Used ?

    Frames are PDU of Data Link Layer

  22. 14. In Which Layer Term “packets” Is Used ?

    Packets are PDU of Network Layer

  23. 15. In Which Layer Term “segments” Is Used ?

    Segments are used at Transport Layer


  24. Routing Protcol Interview Questions

  25. 16. Give Some Example For Protocols Work At Application Layer ?

    Application Layer Protocols are  HTTP, HTTPs, Telnet, SSH, DNS, FTP, TFTP, DHCP, RIP

  26. 17. What Is Crc? Which Layer Crc Works ?

    Cyclic Redundancy Check is used to detect the errors in network. It works at Data Link Layer (LLC Sub Layer).


  27. HTTP Interview Questions

  28. 18. What Is The Purpose Of The Data Link?

    Data Link Layer is responsible for Framing, Error Detection and Physical Addressing


  29. Networking Interview Questions

  30. 19. Which One Is Reliable – Tcp Or Udp ?

    TCP is reliable

  31. 20. What Is The Port Number Of Ftp (data) And Ftp?

    FTP port number 20 (Data); 21 for Control


  32. Network Troubleshooting Interview Questions

  33. 21. Which Layer Provides Logical Addressing That Routers Will Use For Path Determination ?

    Network Layer

  34. 22. Which Layer Specifies Voltage, Wire Speed, And Pinout Cables And Moves Bits Between Devices ?

    Physical

  35. 23. Which Layer Combines Bits Into Bytes And Bytes Into Frames, Uses Mac Addressing, And Provide Error Detection ?

    Data Link Layer


  36. Voip Telephony Interview Questions

  37. 24. Which Layer Is Responsible For Keeping The Data From Different Applications Separate On The Network ?

    Session


  38. CCNA Interview Questions

  39. 25. Which Layer Segments And Resembles Data Into A Data Stream ?

    Transport

  40. 26. Which Layer Provides The Physical Transmission Of The Data And Handless Error Notification, Network Topology, And Flow Control ?

    Data Link Layer


  41. TCP/IP Interview Questions

  42. 27. Which Layer Manages Device Addressing, Tracks The Location Of Devices On The Network, And Determine The Best Way To Move Data ?

    Network


  43. Domain Name System(DNS) Interview Questions

  44. 28. Mac Address Works On Which Layer ? What Are The Differences Of Mac Sublayer And Llc Sublayer?

    MAC works at DATA LINK LAYER. Media Access Control provides physical addressing while Logical Link Control provides error detection, using Ethernet trailer field frame check sequence (FCS). It is 4 bytes field. When a sending device sends a data it put the data in a mathematical algorithm and it gets a product, sending device puts the product in FCS. When a receiving device receive a data it also put the data in same mathematical algorithm and get a product. If both products are same, Frame is accepted or else discarded.

  45. 29. Which Layer Is Responsible For Converting Data Packets From The Data Link Layer Into Electrical Signals ?

    Physical Layer


  46. VLSI Design Interview Questions

  47. 30. At Which Layer Is Routing Implemented, Enabling Connections And Path Selection Between Two End Systems. ?

    Network Layer

  48. 31. Which Layer Defines How Data Is Formatted, Presented, Encoded,and Converted For Use On The Network ?

    Presentation Layer

  49. 32. Which Layer Is Responsible For Creating, Managing And Terminating Sessions Between Applications?

    Session Layer


  50. Ccnp Routing Interview Questions

  51. 33. Dns Uses Which Protocol? Why?

    DNS uses both TCP and UDP


  52. Site Management Interview Questions

  53. 34. Which Layer Is Closer To The User?

    From sender point of view, Application Layer is closest and from Receiver point of view Pgysical Layer is closest.

  54. 35. Differentiate Between Forward Lookup And Reverse Lookup In Dns?

    Forward Lookup:
    Name to IP resolution

    Reverse Lookup:
    IP to Name resolution;

  55. 36. What Is Ipsec?

    IPSec provides data security at the IP Packet Level.


  56. Routing Protcol Interview Questions

  57. 37. What Is The Way To Establish A Tcp Connection?

    TCP Connection is established using three-way Handshake.

  58. 38. What Is The Difference Between Flow Control And Error Control?

    Error Controls the process of detecting and correcting bot the bit and packet level error. While flow control is a mechanism to ensure the efficient delivery of Data. Flow control is agreeing on the minimum amount of data that a receiver can handle at a time.