• Complain

Drescher - Blockchain basics: a non-technical introduction in 25 steps

Here you can read online Drescher - Blockchain basics: a non-technical introduction in 25 steps full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. City: Berkeley;CA;New York;NY, year: 2017, publisher: Apress, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Drescher Blockchain basics: a non-technical introduction in 25 steps
  • Book:
    Blockchain basics: a non-technical introduction in 25 steps
  • Author:
  • Publisher:
    Apress
  • Genre:
  • Year:
    2017
  • City:
    Berkeley;CA;New York;NY
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

Blockchain basics: a non-technical introduction in 25 steps: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Blockchain basics: a non-technical introduction in 25 steps" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

In 25 concise steps, you will learn the basics of blockchain technology. No mathematical formulas, program code, or computer science jargon are used. No previous knowledge in computer science, mathematics, programming, or cryptography is required. Terminolog is explained through pictures, analogies, and metaphors. This book bridges the gap that exits between purely technical books about the blockchain and purely business-focused books. It does so by explaining both the technical concepts that make up the blockchain and their role in business-relevant applications.

Drescher: author's other books


Who wrote Blockchain basics: a non-technical introduction in 25 steps? Find out the surname, the name of the author of the book and a list of all author's works by series.

Blockchain basics: a non-technical introduction in 25 steps — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Blockchain basics: a non-technical introduction in 25 steps" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Part I
Terminology and Technical Foundations
Terminology and Technical Foundations
This stage explains major concepts of software engineering and establishes a way to organize and standardize our communication about technology. This learning stage also introduces the concepts of software architecture and integrity and how they relate to the blockchain. By the end of this stage, you will have gained an understanding of the purpose of the blockchain and its potential.
Daniel Drescher 2017
Daniel Drescher Blockchain Basics 10.1007/978-1-4842-2604-9_1
1. Thinking in Layers and Aspects
Analyzing systems by separating them into layers and aspects
Daniel Drescher 1
(1)
Frankfurt am Main, Germany
This step lays the foundation of our learning path through the blockchain by introducing a way to organize and standardize our communication about technology. This step explains how you can analyze a software system and why it is important to consider a software system as a composition of layers. Furthermore, this step illustrates what you can gain from considering different layers in a system and how this approach helps us to understand the blockchain. Finally, this step provides a short introduction to the concept of software integrity and highlights its importance.
The Metaphor
Do you have a mobile phone? I would guess yes, as most people now have at least one. How much do you know about the different wireless communication protocols that are used to send and receive data? How much do you know about electromagnetic waves that are the foundation of mobile communication? Well, most of us do not know very much about these details because it is not necessary to know them in order to use a mobile phone and most of us do not have the time to learn about them. We mentally separate the mobile phone into the parts we need to know and the parts that can be ignored or taken for granted.
This approach to technology is not restricted to mobile phones. We use it all the time when we learn how to use a new television set, a computer, a washing machine, and so forth. However, these mental partitions are highly individual since what is considered important and what is not depends on our individual preferences, the specific technology, and our goals and experiences. As a result, your mental partition of a mobile phone may differ from my mental partition of the same mobile phone. This typically leads to problems in communication in particular when I try to explain to you what you should know about a certain mobile phone. Hence, unifying the way of partitioning a system is the key point when teaching and discussing technology. This step explains how to partition or layer a system and hence sets the basis for our communication about the blockchain.
Layers of a Software System
The following two ways of partitioning a system are used throughout this book:
  • Application vs. implementation
  • Functional vs. nonfunctional aspects
Application vs. Implementation
Mentally separating the users needs from the technical internals of a system leads to a separation of the application layer from the implementation layer. Everything that belongs to the application layer is concerned with the users needs (e.g., listening to music, taking photos, or booking hotel rooms). Everything that belongs to the implementation layer is concerned with making these things happen (e.g., converting digital information into acoustic signals, recognizing the color of a pixel in a digital camera, or sending messages over the Internet to a booking system). Elements of the implementation layer are technical by nature and are considered a means to an end.
Functional vs. Nonfunctional Aspects
Distinguishing between what a system does and how it does what it does leads to the separation of functional and nonfunctional aspects. Examples of functional aspects are sending data over a network, playing music, taking photos, and manipulating individual pixels of a picture. Examples of nonfunctional aspects are a beautiful graphical user interface, fast-running software, and an ability to keep user data private and save. Other important nonfunctional aspects of a system are security and integrity. Integrity means that a system behaves as intended, and it involves many aspects such as security and correctness. There is a nice way to remember the difference between functional and nonfunctional aspects of a system by referring to grammar usage in the English language: verbs describe actions or what is done, while adverbs describe how an action is done. For example, a person can walk quickly or slowly. In both cases, the action of walk is identical but how the action is performed differs. As a rule of thumb, one can say that functional aspects are similar to verbs, while nonfunctional aspects are similar to adverbs.
Considering Two Layers at the Same Time
Identifying functional and nonfunctional aspects as well as separating application and implementation layer can be done at the same time, which leads to a two-dimensional table. Table illustrates the result of mentally layering a mobile phone in this way.
Table 1-1.
Example of Mentally Layering a Mobile Phone
Layer
Functional Aspects
Nonfunctional Aspects
Application
Taking photos
Making phone calls
Sending e-mails
Browsing the Internet
Sending chat messages
The graphical user interface looks beautiful
Easy to use
Messages are sent fast
Implementation
Saving user data internally
Making a connection to the nearest mobile connector
Accessing pixels in the digital camera
Store data efficiently
Saving energy
Maintaining integrity
Ensure user privacy
Table 1-I may explain the visibility (or the lack of it) of specific elements of a system to its users. Functional aspects of the application layer are the most obvious elements of a system, because they serve obvious needs of the users. These elements are typically the ones users learn about. On the other hand, the nonfunctional aspects of the implementation layer are rarely seen as major elements of the system. They are typically taken for granted.
Integrity
Integrity is an important nonfunctional aspect of any software system. It has three major components:
  • Data integrity : The data used and maintained by the system are complete, correct, and free of contradictions.
  • Behavioral integrity : The system behaves as intended and it is free of logical errors.
  • Security : The system is able to restrict access to its data and functionality to authorized users only.
Most of us may take integrity of software systems for granted because most of the time we luckily interact with systems that keep their integrity. This is due to the fact that programmers and software engineers have invested a lot of time and effort into the development of systems to achieve and maintain integrity. As a result, we may be a bit spoiled when it comes to appreciating the work done by software engineers to create systems that maintain a high level of integrity. But our feelings may change as soon as we interact with a system that fails to do so. These are the occasions when you face a loss of data, illogical software behavior, or realize that strangers were able to access your private data. These are the occasions when your mobile phone, your computer, your e-mail software, your word processor, or your spreadsheet calculator make you angry and forget your good manners! On these occasions, we begin to realize that software integrity is a highly valuable commodity. Hence, it should not come as a surprise that software professionals spend a lot of their time working on this seemingly tiny nonfunctional aspect of the implementation layer.
Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Blockchain basics: a non-technical introduction in 25 steps»

Look at similar books to Blockchain basics: a non-technical introduction in 25 steps. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Blockchain basics: a non-technical introduction in 25 steps»

Discussion, reviews of the book Blockchain basics: a non-technical introduction in 25 steps and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.