Don't forget to read the previous article, namely> Beginner Programming Guide.
In the continued Learning Network, this time we will discuss the Easy Way to Build a Peer To Peer Network. Peer to peer network or commonly abbreviated (P2P) is a computer network model consisting of two or more computers, where each computer contained in the network environment can share or be connected to the network. for example sharing file sharing and so on.
Peer to Peer network is the smallest network of a network, that is, we don't need to use other network equipment such as switches or routers. As an example we will practice it for JNM friends.
Equipment required :
- 2 laptops or 2 computers
- Cross Network Cable
If you already have the above equipment, please connect 2 computers using a Cross cable.
Then you set the IP
PC-1 / LAPTOP-1
IP Address : 192.168.100.1
Subnet Mask : 255.255.255.0
PC-2 / LAPTOP-2
IP Address : 192.168.100.2
Subnet Mask : 255.255.255.0
If you have, you can print it. You can enter CMD then type :
Ping 192.168.100.1 on PC-2
Ping 192.168.100.2 on PC-1
If Reply, then you have successfully created a Peer to Peer Network. If it is successful, you can create File Sharing and the data you can take from PC-1 to PC-2 or vice versa.
Note:
If you don't have 2 computers, you can practice it by borrowing your friend's computer, or you can use the Cisco Packet Tracer application.
This is how to create a peer to peer network on a computer, hopefully this is useful for you.
Apart from being a programming information medium, we also share articles related to Android trick tips.
0 Response to "Easy Ways to Build a Peer To Peer Network"
Post a Comment