Monday, March 30, 2015

Tabula Rosa Quotation Of The Day - Has The Internet Made Us Better Educated?


Has the Internet made us better educated than the generations gone by? Was Plato. Davinci or Shakespeare any less educated than us who have more at our fingertips they they could probably imagined?

Perhaps the answer lies in the the quote below!
======================================================
"There's a danger in the internet and social media. The notion that information is enough, that more and more information is enough, that you don't have to think, you just have to get more information - gets very dangerous."
Edward de Bono
---------------------------------------------------------------------------------------
**Important note** - contact our company for very powerful solutions for IP management (IPv4 and IPv6, security, firewall and APT solutions:

www.tabularosa.net

In addition to this blog, Netiquette IQ has a website with great assets which are being added to on a regular basis. I have authored the premiere book on Netiquette, “Netiquette IQ - A Comprehensive Guide to Improve, Enhance and Add Power to Your Email". My new book, “You’re Hired! Super Charge Your Email Skills in 60 Minutes. . . And Get That Job!” will be published soon follow by a trilogy of books on Netiquette for young people. You can view my profile, reviews of the book and content excerpts at:

 www.amazon.com/author/paulbabicki

 If you would like to listen to experts in all aspects of Netiquette and communication, try my radio show on BlogtalkRadio  Additionally, I provide content for an online newsletter via paper.li. I have also established Netiquette discussion groups with Linkedin and Yahoo.  I am also a member of the International Business Etiquette and Protocol Group and Minding Manners among others. Further, I regularly consult for the Gerson Lehrman Group, a worldwide network of subject matter experts and have been a contributor to numerous blogs and publications. 

Lastly, I am the founder and president of Tabula Rosa Systems, a company that provides “best of breed” products for network, security and system management and services. Tabula Rosa has a new blog and Twitter site which offers great IT product information for virtually anyone.
==============================================

Sunday, March 29, 2015

Tabula Rosa Systems Blog Of The Day - We Think We Know What A Data Base Is - But Perhaps We Do Not!


 

By now, most of us understand that the Internet of Things and BigData will change our cyber world dramatically and exponentially in the next few years. Many of the foundations of The Internet and its components will also undergo dramatic changes. 

The article below present some interesting thoughts about our data bases now the the next generation of databases. 

============================================


March 19, 2015

by James Kobielus
Big Data Evangelist, IBM

We all think we know what a database is—but do we really?
Most of us were schooled in database fundamentals that were grounded in the basic relational principles laid down by IBM-er Edgar F. Codd more than 40 years ago. Relational databases layer features such as transactionality, replication, indexing, caching and materialized views which we’ve come to associate with enterprise database management systems. Nevertheless, at the core of the discipline remains the 12 rules that Codd specified many long years ago.
At heart, a database remains an organized collection of data that represents a state of affairs in the subject domain as implemented through a consistent schematic model. Another way of expressing this is the notion that a database is a “global, shared, mutable state,” as discussed in this thought-provoking recent post by Martin Kleppmann. This definition combines four concepts, discussed here in reverse order of their sequence in that phrase:
·         State: A database is a stateful resource. This pivots on the concept of “state,” which refers to an identity and a value associated with particular logical entity at a particular point in time, and for which the accuracy, consistency and integrity are ensured through transactional controls such as ACID.
 
·         Mutable: A database is a mutable resource. This means that the values of the entities described in the underlying schematic model may change over time, but the identities of those entities remain constant over time.
 
·         Shared: A database is a shared resource. This means that it the data is addressable and accessible via primary and secondary keys.
 
·         Global: A database is a global resource. This means that all information in the database implements a consistent schematic model which may change over time.
Most of these fundamentals haven’t changed in the intervening decades, though NoSQL databases with their emphasis on “eventually consistency” have pushed the transactionality bar into looser, less ACID-ic territory. With that in mind, I took great interest in Kleppmann’s discussion of “turning the database inside-out,” specifically with regard to his vision of the evolving database as an “always-growing collection of immutable facts.”
That sounds suspiciously like the data warehousing notion of a “single version of the truth,” but it hints at an architecture that might be applicable across a wider range of data management use cases. As described by Kleppmann, his next-generation database architecture involves taking “streams of facts as they come in, and functionally process them in real-time.” Considering that this hints at a grand synthesis of at-rest databases and in-motion data-stream processing, I paid even closer attention.
More concretely, Kleppmann describes this vision as a “distributed, durable commit log” which spans two or more streams and which constitutes the entire virtual data collection accessible to applications. In other words, it’s a distributed event log in which the “immutable facts” are tagged by time and which, like any commit log, can be rolled back to reveal the entire state of affairs being represented in the distributed data collection at any point in the past.
The more I thought about this concept, the more I realized that it’s essentially what underlies the established notion of “temporal databases.” Essentially, temporal databases are audit logs for time-series discovery, which persists two (in Kleppmann’s words) “immutable facts” for any given state: the actual value back then, as it was known back then (transaction time), and the actual value back then, as it is known now (valid time). None of these concepts are new, and, in fact, were incorporated by the database industry into the core SQL standard (which, of course, derives from Codd’s groundbreaking work) in the early 1990s.
With all of that in mind, I wondered if Kleppmann was saying anything radically new or simply rephrasing temporal database concepts and applying them in a new application context. In his case, that new context is the NoSQL distributed stream-processing framework called Apache Samza.
As I thought about it, I realized that what Kleppmann was proposing is a fundamental new framework that, though it obliquely draws on temporal database computing principles, goes well beyond databases as we know them, into the new world where the practical distinctions between data at rest and data in motion are dissolving. It’s all about temporal stream computing. It’s geared to a world, such as the Internet of Things (IoT), in which the data collections are mutably dynamic collections of time-stamped event-log messages whose immutability (data integrity) is enforced at the message level, so that any views of the distributed logs can always be rolled back to a single “transaction time” version of truth as known at any point in the past. Check out my post on how distributed event-logging infrastructure is the principal database abstraction in the IoT.
Kleppmann pretty much says all of this, though not in so many words. By the notion of “turning a database inside-out,” he speaks of the notion of a “replication stream” not being peripheral to the core concept of a database (per Codd’s framework), but of being central: as a transaction log and event stream. “Now,” under his conception, “each write is just an immutable event that you can append to the end of the transaction log. The transaction log is a really simple, append-only data structure.”
A key concept of his that I hadn’t previously considered is the central importance of materialized views in this new streaming big data world of distributed event logs. In a world where data at rest may become a quaint, outmoded concept, materialized views become the core access abstraction. As Kleppmann notes, “A materialized view is just a cached subset of the log, and you could rebuild it from the log at any time. There could be many different materialized views onto the same data: a key-value store, a full-text search index, a graph index, an analytics system and so on.”
That’s a powerful concept. As it gains traction in real-world IoT and other stream-centric data environments, it could pave the way for a world where databases in the traditional sense occupy a less pivotal role in the end-to-end architecture. You won’t need to reconsider your commitment to relational, columnar or any other established database technology any time soon, as all of it plus Hadoop, NoSQL, in-memory and other newer architectures will play together very nicely within hybrid virtualized environments.
But the IoT’s advance will almost certainly put distributed stream-computing platforms, such as IBM InfoSphere Streams, in the driver’s seat of database evolution in the decades to come.
============================================

**Important note** - contact our company for very powerful solutions for IP management (IPv4 and IPv6, security, firewall and APT solutions:

www.tabularosa.net

In addition to this blog, Netiquette IQ has a website with great assets which are being added to on a regular basis. I have authored the premiere book on Netiquette, “Netiquette IQ - A Comprehensive Guide to Improve, Enhance and Add Power to Your Email". My new book, “You’re Hired! Super Charge Your Email Skills in 60 Minutes. . . And Get That Job!” will be published soon follow by a trilogy of books on Netiquette for young people. You can view my profile, reviews of the book and content excerpts at:

 www.amazon.com/author/paulbabicki

 If you would like to listen to experts in all aspects of Netiquette and communication, try my radio show on BlogtalkRadio  Additionally, I provide content for an online newsletter via paper.li. I have also established Netiquette discussion groups with Linkedin and Yahoo.  I am also a member of the International Business Etiquette and Protocol Group and Minding Manners among others. Further, I regularly consult for the Gerson Lehrman Group, a worldwide network of subject matter experts and have been a contributor to numerous blogs and publications. 

Lastly, I am the founder and president of Tabula Rosa Systems, a company that provides “best of breed” products for network, security and system management and services. Tabula Rosa has a new blog and Twitter site which offers great IT product information for virtually anyone.
==============================================

Tabula Rosa Systems Technical Term Of The Day - USB-C Definition - An Improvement!



 

============================================
USB-C Definition Via techterms.com
Stands for "Universal Serial Bus Type-C." USB-C is a type of USB connector that was introduced in 2015. It supports USB 3.1, which means a USB-C connection can transfer data up to 10 Gbps and send or receive up to 20 volts or 100 watts of power. Unlike the previous USB Type-A and USB Type-B ports, the USB-C port is symmetrical, which means you never have to worry about plugging in the cable the wrong way.

The USB-C connector is the most significant change to the USB connector since the USB interface was standardized in 1996. USB 1.1, 2.0, and 3.0 all used the same flat, rectangular USB-A connector. While there have been several variations of USB-B, such as Mini-USB and Micro-USB, they are all designed for peripheral devices, which connect to a Type-A port on the other end. The Type-C connector introduced with USB 3.1 is designed to be the same on both ends.

There is no mini or micro version of USB-C, since the standard USB-C connector is about the same size of a Micro-USB connector. This means it can be used in small devices like smartphones andtablets. Since USB-C supports up to 100 watts of power, it can also be used as the power connector for laptops. In fact, the first laptops to include USB-C ports – the 2015 Apple MacBook and Google Chromebook Pixel – do not include power connectors. Instead, the power cable connects directly to the USB-C port.

A USB-C connector will only fit in a USB-C port, but USB-C cables are backwards-compatible with other USB standards. Therefore, a USB-C to USB-A or USB-C to USB-B adapter can be used to connect older USB devices to a USB-C port. However, the data transfer rate and wattage will be limited to the lower standard.
---------------------------------------------------------------------------------------

**Important note** - contact our sister company for very powerful solutions for IP management (IPv4 and IPv6, security, firewall and APT solutions:

www.tabularosa.net

In addition to this blog, Netiquette IQ has a website with great assets which are being added to on a regular basis. I have authored the premiere book on Netiquette, “Netiquette IQ - A Comprehensive Guide to Improve, Enhance and Add Power to Your Email". My new book, “You’re Hired! Super Charge Your Email Skills in 60 Minutes. . . And Get That Job!” will be published soon follow by a trilogy of books on Netiquette for young people. You can view my profile, reviews of the book and content excerpts at:

 www.amazon.com/author/paulbabicki

 If you would like to listen to experts in all aspects of Netiquette and communication, try my radio show on BlogtalkRadio  Additionally, I provide content for an online newsletter via paper.li. I have also established Netiquette discussion groups with Linkedin and Yahoo.  I am also a member of the International Business Etiquette and Protocol Group and Minding Manners among others. Further, I regularly consult for the Gerson Lehrman Group, a worldwide network of subject matter experts and have been a contributor to numerous blogs and publications. 

Lastly, I am the founder and president of Tabula Rosa Systems, a company that provides “best of breed” products for network, security and system management and services. Tabula Rosa has a new blog and Twitter site which offers great IT product information for virtually anyone.
==============================================



Saturday, March 28, 2015

Tabula Rosa Systems Quotation Of The Day - ( Privacy Expectation)


 My blog has often shared information about privacy, security and on-line protection. This wonderful quote alludes to what you can expect when you have information anywhere on the Internet!
======================================================


“If you reveal your secrets to the wind, you should not blame the wind for revealing them to the trees.” — Kahlil Gibran
---------------------------------------------------------------------------------------

**Important note** - contact our sister company for very powerful solutions for IP management (IPv4 and IPv6, security, firewall and APT solutions:

www.tabularosa.net

In addition to this blog, Netiquette IQ has a website with great assets which are being added to on a regular basis. I have authored the premiere book on Netiquette, “Netiquette IQ - A Comprehensive Guide to Improve, Enhance and Add Power to Your Email". My new book, “You’re Hired! Super Charge Your Email Skills in 60 Minutes. . . And Get That Job!” will be published soon follow by a trilogy of books on Netiquette for young people. You can view my profile, reviews of the book and content excerpts at:

 www.amazon.com/author/paulbabicki

 If you would like to listen to experts in all aspects of Netiquette and communication, try my radio show on BlogtalkRadio  Additionally, I provide content for an online newsletter via paper.li. I have also established Netiquette discussion groups with Linkedin and Yahoo.  I am also a member of the International Business Etiquette and Protocol Group and Minding Manners among others. Further, I regularly consult for the Gerson Lehrman Group, a worldwide network of subject matter experts and have been a contributor to numerous blogs and publications. 

Lastly, I am the founder and president of Tabula Rosa Systems, a company that provides “best of breed” products for network, security and system management and services. Tabula Rosa has a new blog and Twitter site which offers great IT product information for virtually anyone.
==============================================

Friday, March 27, 2015

Tabula Rosa Systems Product Of The Day - Gigamon NetFlow



==============================================================
 NetFlow Generation

Challenges in NetFlow Generation


NetFlow is a simple, effective way to increase visibility into traffic types
and usage patterns across systems. The flow-generated data can be
used to build relationships and usage patterns between nodes on the
network. Routers and switches that support NetFlow can collect IP
traffic statistics to be exported as NetFlow records. However the
processor and memory load of enabling NetFlow can cause service
degradation and affect their ability to pass traffic without introducing
latency and packet drops. Due to this processing overhead, sampled
NetFlow is implemented in most of the high-end routers. Sampling
one in every “n” packets for NetFlow processing can severely limit the
visibility needed to monitor flows and fail to provide a comprehensive
network trend analysis.


The Gigamon Solution

The advanced capabilities of GigaSMART technology can be leveraged to summarize and generate unsampled NetFlow statistics from incoming traffic streams. Offloading NetFlow Generation to an out-ofband solution like the Gigamon Visibility Fabric completely eliminates the risk of expending expensive production network resources in generating these analytics. Combined with the flexibility offered by Gigamon’s patented Flow Mapping technology, operators can pick and choose from the incoming flows to generate NetFlow statistics, without losing critical information. Support for NetFlow versions 5 and 9 and IP information export (IPFIX), enables seamless integration with standards-based collectors. NetFlow records can also be exported to multiple collectors concurrently, providing a single flow source for business-critical management applications such as security, billing, capacity planning, and more. Pervasive flow-level visibility across remote locations and Big Data environments can be used to derive accurate statistics such as usage patterns, top talkers, and top applications for effective capacity planning and enforcing security policies.


NetFlow-based data is summarized information and does not provide access to specific set of packets or packet payloads. Not having this information can also impede analysis around latency and jitter, application usage patterns, etc. Gigamon’s Visibility Fabric architecture is the first in the industry to summarize flow statistics as well as to provide the flexibility of aggregating, replicating, filtering, and forwarding raw traffic streams to monitoring tools for detailed troubleshooting and analytics. The Gigamon Visibility Fabric thus establishes a scalable framework to deliver pervasive flow-level visibility across enterprises, data centers, and service provider environments to accurately design, engineer, optimize, and manage their network infrastructure.
 ============================================================

**Important note** - contact company, www.tabularosa.net, for very powerful solutions for Network, Systems, IP management (IPv4 and IPv6), security, firewall and many IT solutions and services:

www.tabularosa.net

In addition to this blog, Netiquette IQ has a website with great assets which are being added to on a regular basis. I have authored the premiere book on Netiquette, “Netiquette IQ - A Comprehensive Guide to Improve, Enhance and Add Power to Your Email". My new book, “You’re Hired! Super Charge Your Email Skills in 60 Minutes. . . And Get That Job!” will be published soon follow by a trilogy of books on Netiquette for young people. You can view my profile, reviews of the book and content excerpts at:

 www.amazon.com/author/paulbabicki

 If you would like to listen to experts in all aspects of Netiquette and communication, try my radio show on BlogtalkRadio  Additionally, I provide content for an online newsletter via paper.li. I have also established Netiquette discussion groups with Linkedin and Yahoo.  I am also a member of the International Business Etiquette and Protocol Group and Minding Manners among others. Further, I regularly consult for the Gerson Lehrman Group, a worldwide network of subject matter experts and have been a contributor to numerous blogs and publications.
Lastly, I am the founder and president of Tabula Rosa Systems, a company that provides “best of breed” products for network, security and system management and services. Tabula Rosa has a new blog and Twitter site which offers great IT product information for virtually anyone.
==============================================


Thursday, March 26, 2015

Tabula Rosa Systems Blog Of The Day - LoFi - Know What It Is?


======================================================


Posted by:
Posted on:

LoFi is a low-power, low-cost way to connect sensors to the Internet


LoFi is a small, affordable, auto-transmitting module that Makers can attach to any appliance or project.



With the emergence of the Internet of Things, it’s only a matter of time before the walls of homesarea dorned with smart gadgetry and nearly everything around us are laden with sensors. However, the price point of these devices keeps many out of reach for a vast majority of consumers. Aside from that, there are countless third-party transceiver modules and data loggers available on the market today that are still a bit pricey and tend to complicated to deploy in volume.

LoFi1In an effort to solve this conundrum, Maker David Cook has devised a readymade, self-transmitting module that enables hobbyists and hackers alike to add wireless connections to any appliance or DIY project in a much more affordable, less power manner. A user simply needs to attach the aptly-dubbed LoFi to circuit points or sensors throughout a home or garden, and its acquired data can be relayed to either a PC or sent to Internet via Wi-Fi. There’s no programming or protocols to learn, or carrier boards to be made. The best part? The entire thing will cost less than a morning cup of coffee (approximately $3).
=========================================================
7684631410637228162
 ==============================================================
“Using your desktop or laptop, you can set trigger levels on individual modules to tell them when to transmit. For example, send an update when the voltage changes by more than 1 V on the vibration sensor near the garage door opener. You can also set the module on a timer, such as hourly on your garden monitor,” Cook writes.

The low-cost, low-power solution is comprised of a cheap transmitter and receiver along with a pre-populated board that users can wire with appliances or projects, ranging from a doorbell to a thermostat. By pairing sensors and a battery, LoFi can be used as a standalone sensor station outdoors. The pre-programmed board boasts five analog inputs, an internal temperature sensor, a voltage reference and is based on an ATtiny84A, which is tasked with monitoring the inputs and outputs of the data. The compact sender module is also equipped with a red and green LED to indicate status, and an optional coin-cell holder and pushbutton to manually activate transmission. What’s more, sensors such as light, humidity and vibration, and an infrared motion detector can be added as well.

After the device is all wired up, Makers can take their smartphone, attach it to the Serial cable and read all sensor values. Users can set minimum/maximum thresholds and a timer by which they’d like LoFi to relay the data. Once configured, the inexpensive transmitter and receiver are attached, connected to a listening gateway, and linked to a home PC using the aforementioned Serial cable. By doing so, users can receive all the information that has been sent. Even better, a Wi-Fi board can be added to enable wireless transmission to Internet or a home network. It should be noted that LoFi is compatible with data.sparkfun.com, a free open-source Internet repository.

LoFi is capable of achieving low-power by being in deep slow mode most of the time. On average, the module consumes just 18μA of power, allowing it to last a year on coin-cell or 10 years on a AA batteries. Given its power consumption and 1.25 square inch package, the board can be used in a wide-range of applications.

For instance, the combination of LoFi, a tilt ball switch and some velcro inside a Tic-Tac box can serve as a garage door detector. Or, LoFi, an infrared reflective sensor and a bead jar can alert a user if they’ve got mail. By gutting an iPhone charger and adding a coin cell, LoFi can create a disguised in-house temp monitor. The list goes on and on…
---------------------------------------------------------------------------------------

**Important note** - contact our sister company for very powerful solutions for IP management (IPv4 and IPv6, security, firewall and APT solutions:

www.tabularosa.net

In addition to this blog, Netiquette IQ has a website with great assets which are being added to on a regular basis. I have authored the premiere book on Netiquette, “Netiquette IQ - A Comprehensive Guide to Improve, Enhance and Add Power to Your Email". My new book, “You’re Hired! Super Charge Your Email Skills in 60 Minutes. . . And Get That Job!” will be published soon follow by a trilogy of books on Netiquette for young people. You can view my profile, reviews of the book and content excerpts at:

 www.amazon.com/author/paulbabicki

 If you would like to listen to experts in all aspects of Netiquette and communication, try my radio show on BlogtalkRadio  Additionally, I provide content for an online newsletter via paper.li. I have also established Netiquette discussion groups with Linkedin and Yahoo.  I am also a member of the International Business Etiquette and Protocol Group and Minding Manners among others. Further, I regularly consult for the Gerson Lehrman Group, a worldwide network of subject matter experts and have been a contributor to numerous blogs and publications. 

Lastly, I am the founder and president of Tabula Rosa Systems, a company that provides “best of breed” products for network, security and system management and services. Tabula Rosa has a new blog and Twitter site which offers great IT product information for virtually anyone.
==============================================

Tabula Rosa Systems Quotation of The Day - Using The Right Word - Via Mark Twain



======================================================
" The difference between the almost-right word and the right word
is the difference between the lightning bug and the lightning! "
Mark Twain (1835-1910)
---------------------------------------------------------------------------------------

**Important note** - contact our sister company for very powerful solutions for IP management (IPv4 and IPv6, security, firewall and APT solutions:

www.tabularosa.net

In addition to this blog, Netiquette IQ has a website with great assets which are being added to on a regular basis. I have authored the premiere book on Netiquette, “Netiquette IQ - A Comprehensive Guide to Improve, Enhance and Add Power to Your Email". My new book, “You’re Hired! Super Charge Your Email Skills in 60 Minutes. . . And Get That Job!” will be published soon follow by a trilogy of books on Netiquette for young people. You can view my profile, reviews of the book and content excerpts at:

 www.amazon.com/author/paulbabicki

 If you would like to listen to experts in all aspects of Netiquette and communication, try my radio show on BlogtalkRadio  Additionally, I provide content for an online newsletter via paper.li. I have also established Netiquette discussion groups with Linkedin and Yahoo.  I am also a member of the International Business Etiquette and Protocol Group and Minding Manners among others. Further, I regularly consult for the Gerson Lehrman Group, a worldwide network of subject matter experts and have been a contributor to numerous blogs and publications. 

Lastly, I am the founder and president of Tabula Rosa Systems, a company that provides “best of breed” products for network, security and system management and services. Tabula Rosa has a new blog and Twitter site which offers great IT product information for virtually anyone.
==============================================