Skip to main content

1. Bus Network Topology

In a bus topology all of the computers in a network are attached to a segment of cable that connects them in a sight line. Each connected computer or peripherals is called terminal or node.
Of the network is connected by a terminating resistor which prevents single interference.
          In a bus topologies the nodes are of passive participate i.e. listing on the line and waiting for message address to them. This type of network can transmit to any other node whenever it wants. Transmit is limited to one computer at a time thus at one time the computer is master and all others are waiting message to read. Terminator was used in end of cable.
a.      Advantages
i.                    It is simple reliable and easy to use.
ii.                  Single backbone cable is required to connects all nodes, thus is cheaper.
iii.                Other computers are can easily added and network can be extended.
iv.                 A repeated can also be used in extended cable.
v.                   Repeater allows the message to trend to a longer distance.
b.      Disadvantages
i.                    It is slower communication network because of heavy data jam.

ii.                  At a time any two nodes are connected others have to wait them.

Fig: Bus Topology

Comments

Popular posts from this blog

What is manipulator in C++?

Answer: Manipulators are special functions that can be included in the I/O statement to alter the format parameters of a stream. Table-2 shows some important manipulator functions that are frequently used. To access these manipulators, the file < iomanip.h > should be included in program.                               Table-2               Manipulators                                                    Equivalent ios function               set...

Explanation of Graphics in C programming

   The header file graphics.h should be included to use graphics related built in functions. Again, the variable gDriver is an integer variable that specifies graphics driver to be used. Device drivers are small programs which talk directly to the hardware. Graphics drivers are a subset of device drivers and are applicable only in the graphics mode. The initialization of this variable to DETECT is to set another variable gMode to the highest resolution available for the detected driver.  The value of this variable gDriver may be another than DETECT (e.g. 1 for CGA, 9 for VGA.). The variable gMode is an integer that specifies initial graphics mode.       The built in function initgraph() is for graphics initialization. The syntax for this is as   initgraph(&graphics_driver, &graphics_mode, path_to_driver);   path_to_driver specifies the directory path where initgraph() looks for graphics drivers ( .BGI files). Thi...

BIOS

BIOS stands for Basic Input Output System. It is is kind of OS pre- attached in the system Design to detect every I/O devices It holds basic drivers -checks all I/O devices -Loads main OS -Responsible for starting System switched on manufactured by AMI,Phonix,award,Baiostar POST error test, boots trap load, BIOS is unintrusive system. CMOS and BIOS are two different components of the motherboard. CMOS work as storage if BIOS. A basic software program containing all BIOS is permanently stored in the ROM. every essencial holds program Tresh passing without knowinig is called intrusive.