Thursday, August 13, 2015

PROJECT LOON

Balloon-powered Internet for everyone

Introduction

Project Loon is a network of balloons traveling on the edge of space, designed to provide Internet coverage for people in rural and remote areas, help fill in coverage gaps and bring people back online after disasters. Project Loon, Google's effort to beam broadband Internet access down to remote or rural regions of the globe from a network of stratosphere-roaming balloons. Loon was started inside the company's Google X lab in 2011 and has accompanied other high-flying efforts, such as one to fly solar-powered drones transmitting wireless Internet signals. At the time of Google's early Loon trials in 2013, balloons stayed in the air for about five days, and Google could keep only a few up there at a time. It also took more than a dozen employees to launch each balloon—not a system that could grow efficiently around the world in the way envisioned.





THE TECHNOLOGY

Project Loon balloons float in the stratosphere, twice as high as airplanes and the weather. In the stratosphere, there are many layers of wind, and each layer of wind varies in direction and speed. Loon balloons go where they’re needed by rising or descending into a layer of wind blowing in the desired direction of travel. By partnering with Telecommunications companies to share cellular spectrum we’ve enabled people to connect to the balloon network directly from their phones and other LTE-enabled devices. The signal is then passed across the balloon network and back down to the global Internet on Earth.

HOW LOON FLIES

NAVIGATING WITH THE WIND



Project Loon balloons travel approximately 20 km above the Earth’s surface in the stratosphere. Winds in the stratosphere are stratified, and each layer of wind varies in speed and direction. Project Loon uses software algorithms to determine where its balloons need to go, then moves each one into a layer of wind blowing in the right direction. By moving with the wind, the balloons can be arranged to form one large communications network.

STRATOSPHERE



Situated on the edge of space, between 10 km and 60 km in altitude, the stratosphere presents unique engineering challenges: air pressure is 1% that at sea level, and this thin atmosphere offers less protection from UV radiation and dramatic temperature swings, which can reach as low as -80°C. By carefully designing the balloon envelope to withstand these conditions, Project Loon is able to take advantage of the stratosphere’s steady winds and remain well above weather events, wildlife and airplanes.




HOW LOON IS DESIGNED

ENVELOPE



The inflatable part of the balloon is called a balloon envelope. A well-made balloon envelope is critical for allowing a balloon to last around 100 days in the stratosphere. Loon’s balloon envelopes are made from sheets of polyethylene plastic, and they measure fifteen meters wide by twelve meters tall when fully inflated. When a balloon is ready to be taken out of service, gas is released from the envelope to bring the balloon down to Earth in a controlled descent. In the unlikely event that a balloon drops too quickly, a parachute attached to the top of the envelope is deployed.

SOLAR PANELS


Each balloon’s electronics are powered by an array of solar panels. The solar array is a flexible plastic laminate supported by a light-weight aluminum frame. It uses high efficiency monocrystalline solar cells. The solar array is mounted at a steep angle to effectively capture sunlight on short winter days at higher latitudes. The array is divided into two sections facing in opposite directions, allowing us to capture energy in any orientation as the balloons spin slowly in the wind. The panels produce approximately 100 Watts of power in full sun, which is enough to keep Loon’s electronics running while also charging a battery for use at night. By moving with the wind and charging in the sun, Project Loon is able to power itself using entirely renewable energy sources.

ELECTRONICS


Each balloon’s electronics are powered by an array of solar panels. The solar array is a flexible plastic laminate supported by a light-weight aluminum frame. It uses high efficiency monocrystalline solar cells. The solar array is mounted at a steep angle to effectively capture sunlight on short winter days at higher latitudes. The array is divided into two sections facing in opposite directions, allowing us to capture energy in any orientation as the balloons spin slowly in the wind. The panels produce approximately 100 Watts of power in full sun, which is enough to keep Loon’s electronics running while also charging a battery for use at night. By moving with the wind and charging in the sun, Project Loon is able to power itself using entirely renewable energy sources.

HOW LOON CONNECTS


Each balloon can provide connectivity to a ground area about 40 km in diameter using a wireless communications technology called LTE. To use LTE, Project Loon partners with telecommunications companies to share cellular spectrum so that people will be able to access the Internet everywhere directly from their phones and other LTE-enabled devices. Balloons relay wireless traffic from cell phones and other devices back to the global Internet using high-speed links.




Reference:


Download PPT


Monday, August 10, 2015

Semantic Web

Semantic Web

Abstract:

The Semantic Web provides a common framework that allows data to be shared and reused across application, enterprise, and community boundaries. It is a collaborative effort led by W3C with participation from a large number of researchers and industrial partners.The Semantic Web is a Web of data. There is a lot of data we all use every day, and it's not part of the Web. For example, I can see my bank statements on the web, and my photographs, and I can see my appointments in a calendar. But can I see my photos in a calendar to see what I was doing when I took them? Can I see bank statement lines in a calendar? Why not? Because we don't have a web of data. Because data is controlled by applications, and each application keeps it to itself.


Introduction:

The Semantic Web is an idea of World Wide Web inventor Tim Berners-Lee that the Web as a whole can be made more intelligent and perhaps even intuitive about how to serve a user's needs. Berners-Lee observes that although search engines index much of the Web's content, they have little ability to select the pages that a user really wants or needs. He foresees a number of ways in which developers and authors, singly or in collaborations, can use self-descriptions and other techniques so that context-understanding programs can selectively find what users want.


(Image source: Wikipedia)

Whilst the term itself is somewhat vague, the key elements of the Semantic Web that programmers should understand are :-

Tagged data - typically using the Resource Description Framework (RDF) or Microformats. These make web pages understandable by computers. The word "W3C" for example might be tagged as an "Organization" rather than a "Website".

Ontologies defining relationships between entities using the Web Ontology Language (OWL), N3, Turtle, N-Triples, ... An Ontology defines things such as classes, superclasses, subclasses, properties and the relationships between them. For example it might specify that "if a person works for a company then the company employs the person" (an inverse relationship). Ontologies are normally represented using triples which have a Subject, a Predicate and an Object. The real twist here is that Predicates can also be used as the Subject or Object of any other statement in the Ontology. For example you can define what 'inverse' or 'reflexive' mean using the same language that you use to define that person X works for company Y!

Reasoners that can process Ontologies and data to create new knowledge that did not exist before. For example, figuring out all the people who work for subsidiaries of a given parent company without that fact ever being explicitly tagged.

Query tools like SPARQL that can be used to query this stored/generated knowledge.


How Semantic Web Works


The World Wide Web is an interesting paradox -- it's made with computers but for people. The sites you visit every day use natural language, images and page layout to present information in a way that's easy for you to understand. Even though they are central to creating and maintaining the Web, the computers themselves really can't make sense of all this information. They can't read, see relationships or make decisions like you can.

The Semantic Web proposes to help computers "read" and use the Web. The big idea is pretty simple -- metadata added to Web pages can make the existing World Wide Web machine readable. This won't bestow artificial intelligence or make computers self-aware, but it will give machines tools to find, exchange and, to a limited extent, interpret information. It's an extension of, not a replacement for, the World Wide Web.

That probably sounds a little abstract, and it is. While some sites are already using Semantic Web concepts, a lot of the necessary tools are still in development. In this article, we'll bring the concepts and tools behind the Semantic Web down to earth by applying them to a galaxy far, far away.


PPT


Sunday, August 9, 2015

Hoax Sites

Hoax Sites

To define an internet hoax is actually quite simple; it is false information that is deliberately made to masquerdade across the internet as factual. In other words, it’s a lie. Most commonly, such hoaxes are intended to fool as many people as possible in as little time as possible.

Everyone has fallen for an internet hoax at one point or another. Sometimes we don’t even find out that what we’ve been told is false. On the surface, there may appear to be nothing inherently wrong with this. And it is true that these hoaxes are often silly and seemingly pointless. In reality, however, internet hoaxes can not just make people feel foolish– they can do real damage to both individuals and society as a whole.

Parasitic Computing

Seminar topic on Parasitic Computing

Abstract for Parasitic computing

Reliable communication on the Internet is guaranteed by a standard set of protocols, used by all computers. Here we show that these protocols can be exploited to compute with the communication infrastructure, transforming the Internet into a distributed computer in which servers unwittingly perform computation on behalf of a remote node. In this model, which we call 'parasitic computing', one machine forces target computers to solve a piece of a complex computational problem merely by engaging them in standard communication. Consequently, the target computers are unaware that they have performed computation for the benefit of a commanding node. As experimental evidence of the principle of parasitic computing, we harness the power of several web servers across the globe, which—unknown to them—work together to solve an NP complete problem.

Reference Link:

http://sit.iitkgp.ernet.in/research/aut05seminar2/pres12.pdf
http://iin.net.in/learn/what-is-parasitic-computing-article/834/

Saturday, August 8, 2015

List Of Seminar Topics For Computer Science

List Of Seminar Topics For Computer Science

Virtual Laser Keyboard
Most of us with personal computers use a keyboard to compose e-mails, type out word processing documents, visit Web sites and perform searches. On a typical cell phone with a three-by-four numeric keypad, we often have to punch through each key several times to get one word on the screen. Miniature keyboards on smart phones and PDA’s, however, attempt to solve that problem by giving users a complete QWERTY setup, but People with bigger fingers may find it too small to type.- Read more

Ethical Hacking

Today more and more softwares are developing and people are getting more and more options in their present softwares. But many are not aware that they are being hacked without their knowledge. One reaction to this state of affairs is a behavior termed Ethical Hacking” which attempts to proactively increase security protection by identifying and patching known security vulnerabilities on systems owned by other parties.- Read more

Parasitic computing
Parasitic computing is a technique in which one computer or server links to other servers and uses that equipment to provide computation capacity. It is normally not considered hacking, or theft of computer services, because the program does not defeat any locks or safeguards on the other equipment.As the Internet grew in the late 20th century, many thousands if not millions of servers were connected using public computer networks. When a computer sends a request for a web page or document to another computer on the Internet, a series of confirmations are used to confirm that the sent and received messages are the same. Read more

Blue Brain

Human brain is the most valuable creation of God. The man is intelligent because of the brain. “Blue brain” is the name of the world’s first virtual brain. That means a machine can function as human brain. Today scientists are in research to create an artificial brain that can think, response, take decision, and keep anything in memory. The main aim is to upload human brain into machine. So that man can think, take decision without any effort. After the death of the body, the virtual brain will act as the man .So, even after the death of a person we will not lose the knowledge, intelligence, personalities, feelings and memories of that man that can be used for the development of the human society. Read More



Semantic Web

The Semantic Web provides a common framework that allows data to be shared and reused across application, enterprise, and community boundaries. It is a collaborative effort led by W3C with participation from a large number of researchers and industrial partners.The Semantic Web is a Web of data. There is a lot of data we all use every day, and it's not part of the Web. For example, I can see my bank statements on the web, and my photographs, and I can see my appointments in a calendar. - Read more

Monday, August 3, 2015

windows 10

Windows 10


Abstract

Windows 10 is the next generation of OS that adapts to the devices you’re on and what you’re trying to get done with a consistent, familiar and compatible experience that enables you to be more productive. Windows 10 also introduces a number of advancements in security and identity protection features that are easy to manage and don’t compromise the user experience. One such advancement is the work we have done to create user identities for accessing devices, apps and sites that improve resistance to breach, theft or phishing. This approach is important because it takes the concept of multi-factor solutions such as smartcards or token-based system and builds it right into the operating system, in turn also eliminating the need for extra security hardware peripherals. 




Reference :

https://en.wikipedia.org/wiki/Windows_10

http://www.quantumbooks.com/technology/windows-history-from-windows-1-to-windows-10/



Windows 10 History :

Windows has a long story when it comes to software and OS. Founded in 1975 by Bill Gates and Paul Allen, Microsoft has become a computer software giant over the years. Microsoft got rave response from the market in its early years, ever since the products and services have started to replace the extensive human labor.

These "windows" gave a name to the software. Microsoft Windows was announced in 1983 and version 1.0 launched two years later on 20 November 1985.

Windows version:

Windows 1.0

Windows 2.0

Windows 3.0

Windows 3.1

Windows NT 3.1

Windows for Workgroups 3.11

Windows NT 3.5

Windows 95

Windows NT 4.0

Windows 98 & 98 SE

Windows 2000

Windows Millenium

Windows XP

Windows Server 2003

Windows Vista

Windows Server 2008

Windows 7

Windows 8 and 8.1

Windows 10



Microsoft Windows has seen nine major versions since its first release in 1985. Over 29 years later, Windows looks very different but somehow familiar with elements that have survived the test of time, increases in computing power and – most recently – a shift from the keyboard and mouse to the touchscreen.
Windows 10 is a personal computer operating system developed by Microsoft as part of the Windows NT family of operating systems. Officially unveiled in September 2014 following a brief demo at Build 2014, the operating system reached general availability beginning on July 29, 2015.


Features

It’s familiar

Windows 10 is familiar and easy to use, with lots of similarities to Windows 7 including the Start menu. It starts up and resumes fast, has more built-in security to help keep you safe, and is designed to work with software and hardware you already have.
The Windows Insider Programme is a global community of fans who love Windows and want to help make it better. Insiders see the operating system in its earliest stages, and play a role in shaping it. Their feedback has contributed to the best Windows ever.

It’s Productive

Microsoft Edge lets you move quickly from browsing to doing. Write or type notes directly on web pages and share them with others, read online articles free of distraction and save your favourite reads for convenient access later.
Get to done faster by better managing your desktop. Snap up to four things on one screen at the same time and create virtual desktops whenever you need more space or want to group things by project, like Office apps for work and games for play.

It’s Flexible

Introducing the new Windows Store, a unified shopping experience across every Windows 10 device. Browse the store on your PC, tablet, or phone and easily download great free and paid digital content including apps, games, music, films and TV programmes.

It’s Personal

·         Touch : Do things like write on a web page, swipe through your photos and snap apps into place.
·         Type : When you need to get more done, use your keyboard or the touch keyboard on devices with touch.
·         Write : Use a pen to draw naturally, or add notes to files, sign documents or play around with art apps.
·         Speak : Chat with friends and family on Skype.