Skip to main content

LiFi Tested in Real World, Proves It’s 100 Times Faster than WiFi


Li-Fi is the futuristic world of internet connection 

Li-Fi A new high speed internet technology known as LiFi allows data to be sent at remarkably high speeds using visible light technology, as opposed to WiFi’s radio waves.

And this tech just moved out of the lab and into the real world for the first time. Estonian startup, Velminni, recently began tests in order to get ready for the commercial use of the product. The company has started trials in offices and industrial centers in the Estonian capital, Tallinn. And so far, the results are staggering.

“We are doing a few pilot projects within different industries where we can utilize the VLC (visible light communication) technology,” Deepak Solanki, CEO of Velmenni, told IBTimes UK. “Currently we have designed a smart lighting solution for an industrial environment where the data communication is done through light. We are also doing a pilot project with a private client where we are setting up a LiFi network to access the internet in their office space.” Reportedly, Li-Fi technology can send data at up to 1GB per second, which is a hundred times faster than WiFi technology available today.

 

LiFi image by Boston University

Notably, lab tests revealed that the LiFi connection could transmit up to 224 gigabits per second, but the first trial runs were obviously slower. This method of transmission was first discovered in 2011 at the University of Edinburgh by Harold Haas. Ultimately, in his work, Haas showed that the flickering light from an LED could transmit more data than a cellular tower. If put into practice, such a system could provide for any number of devices. LiFi image by Boston University LiFi image by Boston University Future of the Internet However, LiFi technology, while promising, may not be able to completely used to replace WiFi networks because these networks are so built in to our society. To this end, it may make more sense to retrofit our current technology. Indeed, currently, researchers behind this technology are trying to develop systems that will integrate the current Internet system being used with the LiFi infrastructure. To this end, it could potentially be used simultaneously to improve services creating more secure and faster networks. Given the success of the pilot study, LiFi technology should be seen hitting the consumer market within the next three to four years and, in so doing, giving consumers access to the internet via light bulbs in their homes. “All we need to do is fit a small microchip to every potential illumination device and this would then combine two basic functionalities: illumination and wireless data transmission,” said Professor Harald Haas, the inventor of Li-Fi, in a TED Talk. “In the future we will not only have 14 billion light bulbs, we may have 14 billion Li-Fis deployed worldwide for a cleaner, greener and even brighter future.”

Suresh Dooly

Comments

Popular posts from this blog

TOP 10 VENOMOUS SNAKES IN THE WORLD

            It’s important to point out here that there’s a difference between   venomous snakes   and   poisonous snakes . Venomous here implies that something is capable of injecting someone or something with Venom, while poisonous implies that it is capable of harming you by merely touching or eating it.    Now let see the rating from 10th to 1st place -  10. Rattle Snake         The Rattle Snake is a sub-family of the pit vipers, it has a very unique tail that makes it easy to be identified. At the end of it’s tail is located the rattle which makes so much noise when shaken, that’s where the name “rattle snake” comes from. Large number of it can be found in America particularly at the south, western part of United States and Mexico. One Striking feature of rattle snake that they possessed from the pit vipers families is that they have two organs that...
Alexander Graham Bell, the teacher of the deaf and his deaf wife Alexander Graham Bell. Alexander Graham Bell  (3 March 1847 – 2 August 1922) was an eminent scientist, inventor and innovator who is widely credited with inventing the first practical telephone. Bell was deeply affected by his mother's gradual deafness, (she began to lose her hearing when he was 12) and learned a manual finger language so he could sit at her side and tap out silently the conversations swirling around the family parlour. He also developed a technique of speaking in clear, modulated tones directly into his mother's forehead wherein she would hear him with reasonable clarity. Bell's preoccupation with his mother's deafness led him to study Acoustics (study of all mechanical waves in gases, liquids, and solids including vibration, sound, ultrasound and infrasound). Alexander Graham Bell, his wife Mabel Gardiner Hubbard, and their daughters Elsie (left) an...

ORA-30013: undo tablespace 'UNDOTBS1' is currently in use

ORA-30013 is the error reported when the specified Undo tablespace is in use. In other words, this implies there are some background processes still using the undo tablespace.   This error can be reported in both space management or transaction management.   Error ORA-30013 reported while dropping the Undo tablespace.   In this case, the Undo tablespace is used by other active transactions, leading to the error. In such cases, we have to wait until the transactions are committed or rolled back before dropping the Undo tablespace. This situation is similar to that of the ORA-1548 case. Error ORA-30013 reported while bringing up the database.   This happens for RAC databases while the undo tablespace mentioned for an instance is already in use. The solution will be to set separate Undo tablespace for all instances.   Since undo_tablespace is an instance local parameter, we have to ensure that the "Alter system set undo_tablespace" is being invo...