My Poems

Life is what happens while we are busy making plans.  That’s indeed true.  Life is not what many say it is, it is a lot more wise.

I have been getting hit with many hard surprises in recent times.  I do not know how to react but to just remain passive, calm and accept it.

Lamenting or being remorseful is never a solution to any hard surprises.  All I need to do is to just accept, take the life as it comes…

Everything will be alright, maybe not now but eventually will be…..

Are those surprises for good or for bad? or am I unnecessarily bickering myself…

Time will answer everything…

let’s be strong and have faith.

Satya.

My Poems

It’s almost the end of February, but there has been no clear response yet.

What my life would be after 4 months is still an enigmatic and elusive.  Flummoxed with my current position, not been able to concentrate on other things properly…

Being very tardy in my work at present, and also almost shunning away the things that come across…

Yet, I always try to confront the situations with fortitude but nevertheless at times I get distraught…

Hope is actually a good thing, but my situation is like hoping against the hope.

My mind always sets a question that would I continue doing research in cutting edge and pursue my interests in research career in wireless communications/networks or would I just end up doing something in disdain…

As always should try to avoid being stampede and maintain peace and calm……..!

Satya.

My Poems

Have been suffering with severe sore throat, and fever.  Beside this, have many challenges to face.  Have gazillion papers to read and work on my project.  It’s been a tough week before many stumbling blocks ahead.

Life is becoming more and more erratic, and chaos.  Not knowing where I would stand after four months.

Interested in doing cutting edge research in wireless communication/networks, and also wanted to incubate a company during the process.  But the conditions and complications I come across doesn’t allow me to do so.

The worst thing that happened to me is having bit too low GPA, which stops me always in dictating my research interests.

Currently, suffering with two problems.  One is sore throat which perhaps will alleviate in couple of days, the other is my research.  The problem in the latter keeps on escalating as the days sped.

Anyway, all I can now do is just wait and watch…..

Need to learn being patient……….

Have read this somewhere “Good things happen to who wait”

Let come what may…………………

Satya.

GPON, My Poems

Optical fibers have the capacity of 25 Tb Hz of bandwidth, which is almost 1000 times greater than RF (radio frequency) bandwidth.  Light is kept in the fiber core by total internal reflection.  This makes the fiber act as wave-guide.

Optical Fiber is used in Telecommunications as a medium/channel to carry the information.  The information can traverse long-distance as the attenuation of the signal/information is very less which in contrast to the information traversed using RF.

Each Fiber can carry multiple channels using different wavelengths of light, this is called as Wavelength Division Multiplexing (WDM).

total internal reflection in an optical fiber

PON (Passive Optical Networking) is connection from one point to multiple points (P2M) using an optical splitter which is passive ( which does not consume any power) splits the signal into 2,4,8,16,32.. directions.  A PON consists of an OLT (Optical Line Terminal) at the service provider at the central office and  ONU (Optical Network Unit) which is a collection of ONT’s (Optical Network Terminal) at the consumer end.

The word GPON which is Gigabit Passive Optical Networking is evolved from BPON (Bandwidth Passive Optical Networking).  Gigabit is the speed/rate of the information carried on the Fiber i.e., the rate of the information is in GigaHertz….

The data is transmitted from OLT to ONT i.e., in downstream as a broadcast manner but encryption (AES) Advanced Encryption Standards is used to prevent eavesdropping and as TDMA manner from ONT (users) to OLT.

At ONT the light (optical signal) is converted into electrical signal.  Each ONT has many ports like say Ethernet, VOIP, IPTV, etc i.e., a single fiber at the end user provides many services.  It is usually referred as FTTU/FTTH (FTTX) fiber to the user/home.

GPON key technology.

OLT identifies ONT’s using ONU-ID (Identifier) which is 8 bit identifier and it is unique.

ALLOC_ID is a 12-bit number that the OLT assigns to an ONU to identify a traffic-bearing entity that is a recipient of upstream bandwidth allocations within that ONU. This traffic-bearing entity is also called T-CONT.

A Transmission Container (T-CONT) is an ONU object representing a group of logical connections that appear as a single entity for the purpose of upstream bandwidth assignment on the PON.

will keep posting more…

My Poems

The Lorentz attractor is generated by a set of differential equations which model a simple system of convective flow.  In a paper published in 1963, Edward Lorentz demonstrated that this system exhibits chaotic behavior when the physical parameters are appropriately chosen.

The Lorenz system is deterministic, which means that if we know the exact starting values of  variables then in theory we can determine their future values as they change with time. Lorenz demonstrated that if we begin this model by choosing some values for x, y, and z, and then do it again with just slightly different values, then you will quickly arrive at fundamentally different results. In real life we can never know the exact value of any physical measurement, With these results, Lorenz shocked the mathematical and scientific community by showing that a seemingly nice system of equations could defy conventional methods of prediction. This is called chaos, and its implications are far-reaching, especially in the field of weather prediction.

The Lorenz attractor is an example of a strange attractor.  Strange attractors are unique from other phase-space attractors in that one does not know exactly where on the attractor the system will be.  Two points on the attractor that are near each other at one time will be arbitrarily far apart at later times.  The only restriction is that the state of system remain on the attractor.  Strange attractors are also unique in that they never close on themselves — the motion of the system never repeats (non-periodic).  The motion we are describing on these strange attractors is what we mean by chaotic behavior.

The set of equations describing this behavior are:

x’ = σ(y – x)
y’ = x(r – z) – y
z’ = xy – bz

where the three parameter  σ , r, b are positive and are called the Prandtl number, the Rayleigh number, and a physical proportion, respectively. It is important to note that the x , y , z are not spacial coordinate. The ”x is proportional to the intensity of the convective motion, while y is proportional to the temperature difference between the ascending and descending currents, similar signs of x and y denoting that warm fluid is rising and cold fluid is descending. The variable z is proportional to the distortion of vertical temperature profile from linearity, a positive value indicating that the strongest gradients occur near the boundaries.

when σ=10, r<1, and b= 8/3 is chosen the plot look like this

untitled

when σ=10, r=1, and b= 8/3 is chosen the plot look like this

rhp_1

when σ=10, r>1, and b= 8/3 is chosen the plot look like this

rhp_18

when σ=10, r=28, and b= 8/3, the Lorenz system has chaotic solutions (but not all solutions are chaotic). The set of chaotic solutions make up the Lorenz attractor, a strange attractor

rhp_28

The Lorenz attractor is difficult to analyze, but the action of the differential equation on the attractor is described by a fairly simple geometric model.

hadoop, My Poems

Hadoop is a free, Java-based programming framework that supports the processing of large data sets in a distributed computing environment.  Hadoop makes it possible to run applications on systems with thousands of nodes involving thousands of terabytes.  Facebook and Linkedin currently use Hadoop framework.  Hadoop was first introduced by Google!  Hadoop is primarily based on HDFS (Hadoop Distributed File System) and Map Reduce.

HDFS works like a normal distrubuted file system where a cluster is distributed across different nodes.  There is a name node which has all the information about the data in other nodes called data nodes.  The name node and data nodes are interconnected.  After accomplishment of given job, the data nodes report at the name node.  The end-user collect the information/result from the name node.  The data nodes contains redundant data which can be used later if there is any node failure in one data node or in the other.  What if the name node itself fails?  How do we access the data?  So this problem can be solved using Map reduce.

MapReduce is the key algorithm that the Hadoop MapReduce engine uses to distribute work around a cluster.  The key aspect of the MapReduce algorithm is that if every Map and Reduce is independent of all other ongoing Maps and Reduces, then the operation can be run in parallel on different keys and lists of data.  A distributed filesystem spreads multiple copies of the data across different machines. This not only offers reliability without the need for RAID-controlled disks, it offers multiple locations to run the mapping. If a machine with one copy of the data is busy or offline, another machine can be used.  A job scheduler keeps track of which MR jobs are executing, schedules individual Maps, Reduces or intermediate merging operations to specific machines, monitors the success and failures of these individual Tasks, and works to complete the entire batch job.  In this way the data can be accessed by people using programs to read and write data.

Big data

A Dataset consist of all of the information gathered during a survey which needs to be analysed. Learning how to interpret the results is a key component to the survey process.  Big data is hot buzz word of 2012.  Big Data, in theory it has always been in business but now as 2.2 million terabytes of data is created everyday, which now needs our attention to Big Data. Thus, the big data is any dataset or any one single blast of data that exceeds the capability of most tools to use it.  In other words big data is beyond the capability of tools to use it i.e., it makes the tools so hard and difficult to use it.  It makes the tool to take hours, in some cases days to process the data say, 36 hours for an hour process.  So, Big Data refers to any large datasets that make the software tools incapable to store, search, share, visualize, and analyse the data within a tolerable elapsed time.  Big data can generate big brain storms.  A twitter inspired case study shows on average, 140 million tweets get sent everyday, 6,939 tweets/sec and 460,000 new accounts are created daily, 5% of the users generated 75% of the content.  It’s not that simple to process the information related to a single user.
Big data has been characterized in many ways, from Doug Laney’s original 2001 “3Vs” model to the various recent extended “4Vs” descriptions.  Volume, Variety, Velocity and the recent extended V is Veracity.

[youtube=http://www.youtube.com/watch?v=LrNlZ7-SMPk]

fhss

Frequency Hopping is one of the two basic modulations used in the spread spectrum signal transmission.  It is the repeated switching of frequencies during the radio transmission.  Its is the popular technique used in military for unauthorized interception or for jamming the of telecommunications.
In frequency hopping, the transmitter “HOPS”  between available frequency channels according to the specified algorithm.  The trasmitter operates in sync with the recevier which remains tuned to the same center frequency as the transmitter.  First data is sent on the narrow band and then hops to another frequency and then transmits again.

Frequency Hopping Spread Spectrum (FHSS) is much more sophisticated then the Direct Sequence Spead Spectrum (DSSS), but FHSS is more complicated than DSSS

My Poems

Radio spectrum resource is of fundamental importance in wireless communications. Nowadays, the access to radio spectrum is largely based on fixed spectrum allocation principle. With the deployment of more wireless applications/services, most of the available spectrum has been well allocated, thus
many countries are facing the problem of spectrum scarcity.  On the other hand, measurement studies have revealed that most of the allocated spectrum experiences low utilization efficiency. These two facts motivate the introduction of dynamic spectrum access, which allows secondary users to use/share
the same radio spectrum originally allocated to the primary (licensed) users.
So, Cognitive radio which evolves from the Software Defined Radio is the enabling technology for dynamic spectrum access.  The essential components in a cognitive radio system include spectrum sensing, cognitive medium access control and cognitive networking.  That is Cognitive Radio is a transceiver which automatically detects the available channels in wireless spectrum and accordingly changes transmission or reception parameters.  Cognitive radio is an artificial intelligence imposed on Software Defined Radio.975953_orig