uTalk

Official forum for Utopia Community

You are not logged in.

#1 2021-07-13 03:43:02

Saahil
Moderator
Registered: 2020-11-20
Posts: 60
Website

Description of the Principles of Operation of the Utopia Network

We, the 1984 Group, have developed a solution the global community has been in desperate need of for decades. In our modern time, which with every passing day seems to more closely resemble the dystopian world Orwell described in his classic novel 1984, a secure communication tool such as Utopia is more essential than ever.

To begin, it is worth noting that Utopia is a third generation peer-to-peer (P2P) network, which means that all nodes connected to the network are equal.

A peer-to-peer network is a completely decentralized system without any reliance on central servers. The main advantage of abandoning the client-server architecture is the ability to maintain performance with any arbitrarily large number of network participants. We believe that any central server is a potential threat to security and reliability: servers are critical points of intersection between communication channels, and vulnerable to sudden breakdown or failures of equipment as a result of third party actions. Ultimately, all servers belong to real people and organizations which are vulnerable to external pressure. So, we, the 1984 Group, believe that complete rejection of centralized servers is the only possible solution for organizing a fully confidential and anonymous means of communication.

The initial process of searching for and connecting to other P2P network nodes is usually one of the most pronounced weaknesses in organizing a robust, censorship-resistant, distributed network. One common solution is the utilization of a central server. For example, when using the BitTorrent protocol, a node must connect to a tracker (the name of a special server that stores data about BitTorrent network peers) to obtain the addresses of other nodes. But central servers are always the weak link. We, the 1984 Group, solved the critical problem of primary node search using alternative, varied, and rather creative methods. Using the Utopia network node search cascade algorithm, users have a means of network access and confidential communication without susceptibility to censorship at any level.

Depending on a number of factors and a user’s unique circumstances (the type of network connection, provider blocking, the other peers’ presence on the local network, censorship in your region, and others), the Utopia software will independently perform the necessary search for the initial peers in the following ways:

First of all, Utopia will make IP/DNS Resolve pre-defined IP addresses in the distribution and will try to obtain a list of available peers from them. If the IP address data is blocked by censorship, Utopia proceeds to the next step: the UDP local method. Specifically, the broadcast of requests to connect to the local subnet nodes. If this does not work, the Utopia client will scan the internet in search of pre-placed images in which the IP addresses of the initial peers will be encrypted. No one will ever be able to prohibit posting pictures to the World Wide Web.

But we have also provided additional methods of connection. The Utopia client searches for Bitcoin transactions. The initial IP addresses of the peers are encoded in the transaction amounts. We apply the same approach with another cryptocurrency — NXT. What has been described thus far is merely a partial list of the methods used by the software client for making an initial connection to the Utopia network. We have also inserted additional methods, the essence of which we will keep secret to avoid exploitation and better ensure the reliable operation of the peer-to-peer connection process in the Utopia network.

We, the 1984 Group, ask you, as users, to stay online as long as possible. By doing so, you will help the network to function better and the client to be faster, more reliable, and more secure.

Naturally, the reader may be curious about the security of Utopia’s network transmission process. We believe there can be no half-measures in this arena. Your message will be sealed with two layers of modern elliptic curve encryption before it is transmitted across the network. Encryption is implemented in authentication mode using the libsodium library using the public key encryption algorithm (Curve25519 + XSalsa20 stream cipher + Poly1305 MAC). Industry professionals can find useful information about the implementation of the encryption algorithm at http://doc.libsodium.org/.

We use a modern, non-compromised encryption algorithm using an open-source cryptographic library. It is also worth mentioning that all your confidential data is encrypted using a key pair between the sender and the recipient (end-to-end encryption), but encryption is not limited to this. At any stage of message transmission between two nodes of the Utopia peer-to-peer network, your message is additionally encrypted by a second layer using the temporary private and public keys of the transmitting and receiving node. Already twice-encrypted data, which is a random set of bits, is additionally hidden from prying eyes at the stage of packaging in the TCP transport protocol. Here, the packets of transmitted information are camouflaged under popular and frequently used data transfer protocols. Because of this, it is impossible to detect Utopia traffic by your internet service provider. This means that no matter where an attacker is located, no matter what network segment is subjected to traffic analysis, the use of tables for identifying the passing traffic will not give any results. You will always remain securely protected from any tracking services and traffic monitoring organizations.

The following diagram clearly demonstrates the entire process of multi-level message encryption.

We, the 1984 Group, have developed an absolutely revolutionary routing algorithm based on the calculation of the optimal (the best at the time selected for sending a message) message delivery path.

While developing this algorithm, we set out to achieve the following objectives: to remove such disadvantages of DHT routing as the database weights or the theoretical possibility of deanonymization. The algorithm also lacks the disadvantages of Broadcast and does not clog the communication channels with a huge network load.

Just as modern missiles are capable of altering their trajectory mid-flight to reach their targets, the data packets inside the Utopia network constantly change the pathway of transmission to ensure the confidentiality of communication and help preserve the values of privacy and freedom online.

We will explain how our algorithm works using the following example of classic (snail) mail. To make a delivery, at the very least the address of the recipient of the letter must be provided on the envelope, but usually the sender’s address is also specified so that the letter can be returned if the recipient is not found at the provided address. Imagine that through the letter’s entire route of delivery, each of the forwarding points (nodes in our case) noted from which trans-shipment point this letter was delivered. Then a reply letter can only be sent using these nodes. Obviously, depending on the frequency and direction of sending letters, the readings of the nodes will change. This method eliminates the possibility of deanonymization of users. In addition, the 1984 Group has developed an additional anonymization mechanism — periodically, decoy TCP packets are sent with the purpose of misleading any technical means of analysis, thereby preventing any third parties from monitoring the network to identify the true sender or recipient of a message.

The routing algorithm we developed narrows the address space of network nodes from 256 bits to 128 bits. This means that both the sender and the receiver are hidden from any prying eyes among 2128 (slightly more than 1038) other nodes of the Utopia network that have the same address. This way, it will not be possible to determine the identity of the communicating parties.

For a better understanding of the method, an example from nature might be useful. The volume of water in the world’s oceans is estimated at about one and a half billion cubic kilometers. The volume of one drop can be estimated at about 0.05 milliliters. As a result, all the water on the planet Earth is less than 10²⁶ drops. From that, we can conclude that using our irreversible address narrowing, both the sender and the receiver are obscured behind the other nodes of the Utopia network much better than a drop of water hides in all the oceans of the world.

It is worth reconsidering the idea of scoring routing when forwarding messages. Each intermediate (transit) node of the network for each element of the set of open network connections carries out the process of accumulating statistics of messages passing through it. The accumulation occurs at the senders’ addresses (in the set of 128 bits) as nodes that are guaranteed to perform network activity. Then, based on these statistics, the node decides whether this network connection is suitable for transmitting the message along the final path. The evaluation is based on a comparison of how often and successfully the communication channel was used to send or transmit data between nodes.

Each time a message is forwarded, one of the gears of the complex mechanism rotates, providing the next encrypted message directions for better delivery. The optimal direction can be found for each moment of time based on the transfer data made by other nodes. At the next point in time, the route changes slightly from the previous one for better anonymization of network users.

All nodes of the network are cogs of a large mechanism serving one goal: preserving the operation of the network and, at the same time, promoting the security and anonymity of users.

A comparison with the Tor network might quite naturally come to the reader’s mind. Rumors about its absolute security are greatly exaggerated, which has been proven by massive cases of deanonymization of the true owners of Tor resources. If there is no encryption when connecting to the input and output node, it is impossible to ensure sufficiently secure data transfer and user anonymity. The input node knows the real IP address of the user, and the outgoing node can accumulate all data except for this IP node. Regardless of the selected modes of operation, a large amount of data can become available to various people and organizations: your visits to various websites, your usernames and passwords, any personal confidential data and, finally, the real IP address of your location.

Also, the use of Tor is perfectly visible by any traffic analysis tool, therefore your internet provider knows when you are using Tor. This means that at the request of state agencies, the provider can hand over all records: who performed a specific activity, using what device and network address and at what time, and in particular, if the TOR network was used. Do you still feel secure using Tor? Probably not.

Summarizing the description of the principles of operation, we would like to draw your attention to the fact that the Utopia network is a peer-to-peer decentralized self-regulating ecosystem. The Utopia network needs only users (nodes) to work forever. More users results in more robust and confidential network operation. All transmitted information within the network is sent exclusively in a double-encrypted form. Private messages are encrypted twice asymmetrically, while channel messages are encrypted asymmetrically and symmetrically (this makes it possible to decrypt a message from any channel participant rather than a predefined user with a given key). Any device on the Utopia network works to anonymize the senders/recipients of messages and, of course, to help determine the optimal routing of the transmitted information. Thanks to the use of multiple layers of encryption, only the sender and recipient can know the content of the transmitted data. Even meta data is absent from the transmitted data, which makes it impossible to accumulate even indirect information about network clients. Anonymization of network nodes is performed by using temporary keys, which support the upper level of encryption, as well as hashing the addresses of the sender and recipient. Masking the transmitted network packets prevents your internet service provider from distinguishing between encrypted Utopia traffic and VOIP phone calls or online video.

We, the 1984 Group, have delivered on all necessary requirements for the successful operation of a truly secure and anonymous online communication tool. The Utopia network provides complete freedom from any methods of control or censorship.

There is always a choice, and the choice is yours!

---------------------------

Originally Published: https://utopiap2p.medium.com/descriptio … 4b29797d91

Offline

#2 2021-09-20 14:47:13

Unstressed
Member
Registered: 2021-01-19
Posts: 27

Re: Description of the Principles of Operation of the Utopia Network

Thank you very much for the article! Very informative and easy to read)

Offline

#3 2021-09-20 15:20:53

youtube
Member
Registered: 2021-09-20
Posts: 30

Re: Description of the Principles of Operation of the Utopia Network

this text should be sent to the people you want to invite to utopia, this is a revolutionary project that the world has not seen yet

Offline

#4 2021-11-05 04:53:04

Stormone1
Member
Registered: 2021-11-05
Posts: 13

Re: Description of the Principles of Operation of the Utopia Network

Thank you for this apport, its very interesting, we can learn a lot of things

Offline

#5 2022-06-19 06:07:10

N3koSempai
Member
From: UtopiaCity
Registered: 2022-06-12
Posts: 47

Re: Description of the Principles of Operation of the Utopia Network

Every day the world is more aggressive with privacy and they seek to limit us everywhere. Thank you for this creation


I am a software developer in C/C++ and Python

Offline

#6 2022-07-15 16:05:51

money_ranger
Member
Registered: 2021-11-11
Posts: 22

Re: Description of the Principles of Operation of the Utopia Network

This should be pinned

Offline

#7 2022-08-30 06:53:58

Cromanes
Member
Registered: 2021-12-10
Posts: 316

Re: Description of the Principles of Operation of the Utopia Network

N3koSempai;1831 wrote:

Every day the world is more aggressive with privacy and they seek to limit us everywhere. Thank you for this creation

It's just that we ourselves began to allow corporations to work on our private data and they found a gold mine in the form of "Big Data," so what we see is what we see.

Offline

#8 2024-02-25 13:47:26

Lanistergame2
Member
Registered: 2022-12-25
Posts: 1,520

Re: Description of the Principles of Operation of the Utopia Network

Consensus Mechanism: If Utopia uses blockchain technology, it might employ a consensus mechanism to validate transactions and maintain the integrity of the network.

Offline

#9 2024-02-25 22:46:45

Comrade
Member
From: Utopia App Client
Registered: 2022-12-30
Posts: 1,558

Re: Description of the Principles of Operation of the Utopia Network

What separates successful managers from the rest of the pack? Networking: creating a fabric of personal contacts to provide the support, feedback, and resources needed to get things done.

Offline

#10 2024-02-25 22:49:06

Europ
Member
Registered: 2023-05-23
Posts: 1,372

Re: Description of the Principles of Operation of the Utopia Network

Comrade;32848 wrote:

What separates successful managers from the rest of the pack? Networking: creating a fabric of personal contacts to provide the support, feedback, and resources needed to get things done.

Yet many managers avoid networking. Some think they don’t have time for it. Others disdain it as manipulative. To succeed as a manager, Ibarrarecommends building three types of networks.

Offline

#11 2024-02-25 22:51:02

gap
Member
Registered: 2023-06-14
Posts: 1,105

Re: Description of the Principles of Operation of the Utopia Network

Europ;32850 wrote:
Comrade;32848 wrote:

What separates successful managers from the rest of the pack? Networking: creating a fabric of personal contacts to provide the support, feedback, and resources needed to get things done.

Yet many managers avoid networking. Some think they don’t have time for it. Others disdain it as manipulative. To succeed as a manager, Ibarrarecommends building three types of networks.

These networks, their purpose, and how to build network membership, are summarized in “Personal, Operational, and Strategic Networks.” Most importantly,

Offline

#12 2024-02-25 22:52:30

crpuusd
Member
From: Blockchain
Registered: 2022-12-13
Posts: 1,574

Re: Description of the Principles of Operation of the Utopia Network

gap;32853 wrote:
Europ;32850 wrote:
Comrade;32848 wrote:

What separates successful managers from the rest of the pack? Networking: creating a fabric of personal contacts to provide the support, feedback, and resources needed to get things done.

Yet many managers avoid networking. Some think they don’t have time for it. Others disdain it as manipulative. To succeed as a manager, Ibarrarecommends building three types of networks.

These networks, their purpose, and how to build network membership, are summarized in “Personal, Operational, and Strategic Networks.” Most importantly,

exchange important referrals and needed outside information; develop professional skills through coaching and mentoring    participating in alumni groups, clubs, professional associations, and personal interest.

Offline

#13 2024-02-26 21:06:07

Lanistergame2
Member
Registered: 2022-12-25
Posts: 1,520

Re: Description of the Principles of Operation of the Utopia Network

Utopia Network operates on the principle of decentralization, meaning that there is no central authority or single point of control. This is achieved through a peer-to-peer architecture, where nodes in the network are equal participants, each contributing to the overall functioning of the system. Decentralization enhances security by reducing vulnerability to single points

Offline

#14 2024-02-26 21:36:32

Detroit
Member
Registered: 2022-12-27
Posts: 1,402

Re: Description of the Principles of Operation of the Utopia Network

The rise of cryptocurrency fosters increased financial literacy and education among the population, encouraging individuals to understand complex financial concepts and take control of their financial futures.

Offline

#15 2024-02-29 22:46:18

Kelechi
Member
Registered: 2022-12-25
Posts: 2,111

Re: Description of the Principles of Operation of the Utopia Network

Detroit;32900 wrote:

The rise of cryptocurrency fosters increased financial literacy and education among the population, encouraging individuals to understand complex financial concepts and take control of their financial futures.

Many people are gaining practical experience with cryptocurrency by buying, selling, and trading digital assets, which serves as a real-world learning opportunity for understanding financial markets and investment strategies

Offline

#16 2024-02-29 22:47:32

KAMSI_UG
Member
Registered: 2022-12-26
Posts: 1,858

Re: Description of the Principles of Operation of the Utopia Network

Engaging with cryptocurrency requires an understanding of blockchain technology and decentralized finance (DeFi), prompting individuals to delve into complex technical concepts and expand their knowledge base.

Offline

#17 2024-02-29 22:48:13

CrytoCynthia
Member
Registered: 2022-11-19
Posts: 2,249

Re: Description of the Principles of Operation of the Utopia Network

I believe Cryptocurrency investment involves inherent risks, motivating individuals to learn about risk management strategies, portfolio diversification, and the importance of conducting thorough research before investing.

Offline

#18 2024-03-03 12:50:44

Lanistergame2
Member
Registered: 2022-12-25
Posts: 1,520

Re: Description of the Principles of Operation of the Utopia Network

Utopia supports the development and deployment of decentralized applications within its ecosystem, fostering innovation and utility. The network prioritizes efficient use of resources, striving to minimize energy consumption and environmental impact.

Offline

Board footer

Powered by FluxBB