Delete Operation in C++ using class:: By A.P... " it is used to remove to a data items In the given collection of data items. " #include "iostream.h" #include"conio.h" Class ap { int arr[100]; public : void get_data(); void del_data(); }; void ap::get_data() { int size, i; ...
Topology; :-
(By A.P )
Topology define the structure of network, how all the components are interconnect to each other.
Type of topology;:-
- Bush topology
- Ring topology
- Tree topology
- Star topology
- Hybrid topology
Bus Topology :
Bus topology is the type of topology which is every network devices connected to single cable. Every Bus topology have two end point.
Example :-
Ring topology :
Ring topology is a network topology type in , which every computer and network device is connected to the ring sequence. that the reason it is called ring topology.
Star Topology ::
In this type of topology all the computer and network device are connected to a single HUB through a cable.
Tree topology ::
Tree topology is the type of network topology. It is also called Hierarchical topology. In tree topology has a root node and all other nodes are connected to hierarchy manner.




Comments
Post a Comment