Explain difference between baseband and broadband transmission.


In a baseband transmission, the entire bandwidth of the cable is consumed by a single signal. In broadband transmission, signals are sent on multiple frequencies, allowing multiple signals to be sent simultaneously.



Explore posts in the same categories: Computer Networks Interview Questions, Networking Interview Questions


BOOKMARK THIS : del.icio.us | Digg it | Furl | reddit |


Related Questions :

  • What is difference between baseband and broadband transmission?
  • In a baseband transmission, the entire bandwidth of the cable is consumed by a single signal. In broadband transmission, signals...
  • Difference between the communication and transmission.
  • Transmission is a physical movement of information and concern issues like bit polarity, synchronisation, clock etc. Â Communication means the meaning...
  • Explain the function of Transmission Control Block
  • A TCB is a complex data structure that contains a considerable amount of information about each connection....
  • What are 10Base2, 10Base5 and 10BaseT Ethernet LANs ?
  • 10Base2—An Ethernet term meaning a maximum transfer rate of 10 Megabits per second that uses baseband signaling, with a contiguous cable...
  • Difference between TCP and UDP ?
  • TCP-Transmission Control Protocol. Protocol responsible for control over Transmission of data over the network. It breaks the data into packets. It supports error...
  • What is EXPLAIN?
  • EXPLAIN is used to display the access path as determined by the optimizer for a SQL statement.  It can be...
  • Explain the EXPLAIN statement ?
  • The explain statement provides information about the optimizer's choice of access path of the SQL....
  • Difference between bit rate and baud rate?
  • Baud (pronounced /b??d/, unit symbol "Bd"), is a measure of the symbol rate, that is, the number of distinct symbol...
  • How would you go about generating an EXPLAIN plan?
  • Create a plan table with utlxplan.sql. Use the explain plan set statement_id = ‘tst1′ into plan_table for a SQL statement....
  • How do you do the EXPLAIN of a dynamic SQL statement ?
  • There are two methods to achieve this: 1. Use SPUFI or QMF to EXPLAIN the dynamic SQL statement 2. Include EXPLAIN command...

    Comment:

    You must be logged in to post a comment.