Skip to main content

The future of AI in business and its potential to transform industries

Making a network connection between two different star topology network through a router

Making a network connection between two different star topology network


https://somenplus.blogspot.com/2020/09/making-network-connection-between-two.html

Hi. this is a picture of the star topology network, and the two different star topology network (network1, network2) communicating each other through a network. It is a wire communication.

In this simulation, all the nodes (computers) not only communicate with each other but also able to communicate in a different network. 

In this simulation, each network consists of 5 nodes which are communicating with each other through the router.

To create the simulation do the following steps:-

1. Make all the physical connections  

https://somenplus.blogspot.com/2020/09/making-network-connection-between-two.html

Select the required devices for communication from the end devices option in the bottom-left side of the simulation and also select the switches and routers.

To make the connection select connections option which is indicated by the orange-yellow thunder and select automatic then connect all the devices according to your network design. 


2. Assign an IP address to each node (computers, router)

After making all the physical connection now its time to assign the IP addresses to all nodes, because through this address all nodes can communicate to each other and send data to each other.



https://somenplus.blogspot.com/2020/09/making-network-connection-between-two.html
For assigning the IP address click on one of the end devices which you had select for simulation, then go to Desktop and fill the IP address, subnet mask and default gateway.

Here the IP address I used is a class C IP address for communication. 

You need to repeat the IP address assigning the process to all the end devices except the router, we need to config that I will show you that in next step. 



This is the most important part of the project. The router handles communication between different networks.

https://somenplus.blogspot.com/2020/09/making-network-connection-between-two.html

To configure the Router just click on the router device and go to CLI option, and do the following things.

Configuration of the router for network 1

1. It will ask to continue with configuration dialogue just type no. 
2. Router> enable
3. Router# conf  t
4. Router (config)# interface fa0/0
5. Router(config)# ip add 192.168.1.1 (your default IP address) 255.255.255.0 (your subnet mask)
6. Router(config)# no shutdown
7. Router(config)# end  

Configuration of the router for network 2  

1. Router# conf  t
2. Router (config)# interface fa0/1
3. Router(config)# ip add 192.168.2.1 (your default IP address) 255.255.255.0 (your subnet mask)
4. Router(config)# no shutdown
5. Router(config)# end  

if you don't know how to see the interface(fa0/0) then 

 https://somenplus.blogspot.com/2020/09/making-network-connection-between-two.html   

Just take your cursor to this dots it will show up. It depends on which type of router you choose.   


OK, that's it... now it's time to test the connections between the devices.  


 
Now we will perform the testing the communication between the end devices.

For that just click one of the end device (computer symbol) and go to the desktop.
On desktop select command prompt. 

https://somenplus.blogspot.com/2020/09/making-network-connection-between-two.html

On the command prompt type ping 192.168.1.6  (IP address for the device you want to communicate) 
It will show how many data packets it sent, how many received and how many it lost and how much loss %.

Hence, now you are able to communicate your device not only inside your network but also devices outside your network.

You can watch the entire process in the video demonstration.




Follow me on: 

Linkedin - https://www.linkedin.com/in/somen-das-6a933115a/  

Instagram - https://www.instagram.com/somen912/?hl=en

And don't forget to subscribe to the blog.

so...

Thanks for your time and stay creative...

 


Popular posts from this blog

Top 7 domains to expertise after learning python

Top 7 domains to expertise after learning python Python is one of the most popular programming languages. It is an object-oriented, dynamic semantics and high-level programming language. It's high-level built-in data structure combined with dynamic binding and dynamic typing makes it attractive for rapid application development. Often programmers fall in love with python because of the increased productivity it provides. Python is one of the most readable languages in the world right now. This language is very popular among developers and is widely used by many programmers to create application and programs. The implementation of this programming language is simple and at the same time, the language has a very clean structure as compared to other languages.  So if you mastered your python concepts and skills, you can dominate these 7 domains. Machine learning / Artificial intelligence Desktop GUI Data analytics and data visualization  Web development Game development Mobile ap...

Different domains of Artificial intelligence(AI)

Artificial intelligence is a computer system that is able to perform tasks that ordinarily require human intelligence. Artificial intelligence systems are critical for companies that wish to extract value from data by automating and optimizing processes or producing actionable insights. There are certain domains of artificial intelligence on which we can create our expertise Machine learning Deep learning Robotics Expert systems Fuzzy logic Natural language processing Computer vision  1. Machine learning Machine learning is a subset of artificial intelligence. Machine learning enables computers or machines to make data-driven decisions rather than being explicitly programmed for a certain task. These programs or algorithms are designed in a way that they learn and improve over time when are exposed to new data. Different types of machine learning models Supervised learning Unsupervised learning Reinforcement learning Use cases Product recommendation on a shopping website. spam fil...

Top 5 free machine learning courses with certificate

In the era of 21st-century artificial intelligence, machine learning and data science became the most demanding and highest paying skills. After the covid-19 pandemic situation, the working style of the corporate sectors and the business had completely changed, now most of the business deals are made on the basis of data analysis, or when it comes to making the businesses automation the people hire a  machine learning engineer.    Hence it becomes really important for those who work in the corporate sector or a student pursuing a degree to get a job should update himself with these skills.  So, I listed you Top 5 machine learning courses from one of the leading organisations with completion certificates at free of cost. 1. Machine learning in the cloud with AWS batch About This course describes how to run and accelerate your machine learning applications in the cloud using AWS batch. AWS Batch is a fully managed service that allows you to easily and efficiently run b...