Skip to main content

Important Question of Data Communication

.
  1. What  is transmission media ? Describe the types of transmission impairments.
  2. What is multiplexing ? Difference between TDMA and FDMA with necessary diagram.
  3. What is signal encoding ? Differentiate analog and digital transmission.
  4. Why Optical fiber is the future of data communication ? Give your own answer.
  5. Difference between guided media and unguided media.
  6. What is generic communication, explain PSTN in detail.
  7. What is network topology ? Explain various types diagram.
  8. Discuss simplex, half duplex and full duplex system with example.
  9. What do you understand by wireless propagation ? Explain different ways of wireless propagation.
  10. Define CSMA and CSMA/CD with appropriate diagram.
  11.  Explain PCM system with block diagram in detail. Explain E1 and T1 carrier.
  12. What is line coding. List out various types of line coding.
  13. What is electro mechanical switching ? Explain circuit and packet switching with suitable example.
  14. Explain Line Of Sight (LOS) propagation. Difference between message and packet switching with example.
  15. write short notes :
    • Twisted pair and coaxial cable
    • Sampling
    • Quantization
    • Circuit switching 
    • Packet switching
    • satellite transmission

Comments

Popular posts from this blog

Important Questions of Data Structure and Algorithm (DSA)

 . 1. What is Data structure? Explain different operations to be performed on data structure. 2. Define stack as ADT. Convert P+Q-(R*S/T+U) - V*W into infix expression to postfix. 3. Define Queue. Explain its type with example. 4.  Difference between stack and Queue. 5. Difference between Linear Queue and circular Queue. 6. Write an algorithm to enqueue and dequeue data element in a circular queue.                              7. Define Linked List. Explain its type. How does double linked List is different from circular linked   List. 8. What is recursion and recursive function? write a recursive function to compute Fibonacci number. 9. What is an AVL tree ? Create an  AVL tree from the following data:      18, 12, 14, 8, 85, 25, 31, 24, 27 10. Define B-tree? How to insertion and deletions of elements can be done in a B-tree. 11. Create an B-tree from the following Data:  ...

Microprocessor Architecture and Operations

 . Microprocessor architecture refers to the design and structure of a microprocessor, which is the central unit responsible for executing instructions and processing data in a computing system. It involves various components and their interconnections that work together to perform computations and control tasks. Understanding microprocessor architecture and its operations is essential for grasping how modern computing systems function. Here's an overview of microprocessor architecture and its operations: + -----------------+ | | | Control Unit |< ----------------------+ | | | + --------+--------+ | | | | | + --------v--------+ +--------v--------+ | | | | | Arithmetic | | Memory | | Logic Unit | ...

Introduction of Computer

.  A computer is an electronic device. It take input and store the data in memory and performing the function to produce accurate result in output device. It is used to type document, send email, play game, browse the web and entertainment.   Characteristics of computer  1 . High speed  Computer is very fast device. It is capable of performing calculation of very large amount of data. The computer has unit of speed in microsecond, nanosecond and even in picosecond. The computer is capable of performing millions of tasks per second. 2. Accuracy  The computer produces highly accurate and reliable result.  It does not make any kind of mistake in calculating. The calculation are 100% error free. The computers perform accurate 'n' number of times. 3. Storage capability A computer has much more storage capability. It can store large amount of data. It can store any type of data such as image, video, text document, audio and many more. 4. Diligence Diligence ...