Star Topology
Alternatively referred to as a star network, star topology is one of the most common network setups. In this configuration, every node connects to a central network device, like a hub, switch, or computer. The central network device acts as a server and the peripheral devices act as clients. Depending on the type of network card used in each computer of the star topology, a coaxial cable or an RJ-45 network cable is used to connect computers together.
Alternatively referred to as a star network, star topology is one of the most common network setups. In this configuration, every node connects to a central network device, like a hub, switch, or computer. The central network device acts as a server and the peripheral devices act as clients. Depending on the type of network card used in each computer of the star topology, a coaxial cable or an RJ-45 network cable is used to connect computers together.
Steps:
1) Create a network topology.
2) Assign IPs to the PCs.
3) Configure Router using CLI :-
Router>enter
Router>enable
Router(Config)#int gig 0/1
Router(Config)#ip address 192.168.1.1 255.255.255.0
Router(Config)#exit
Router(Config)#line console 0
Router(Config-line)#password CISCO
Router(Config-line)#login
Router(Config-line)#exit
Router(Config)#enable password CISCO
Router(Config)#hostname Aseem
Router(Aseem Config)#exit
Router(Aseem)#write
Router(Aseem)#show startup
Comments
Post a Comment