Pages

Thursday, September 27, 2012

HomeKlondike.com - Home Interior, Architecture, Decorating, Modern Ideas



Innovative Bed Designs

innovate bad brown Innovative Bed Designs

Over that past few thousand years, beds haven't really change much in their purpose or design. In fact it wasn't until relatively recently that we began to use beds for entertainment purposes.
Over the last fifty to sixty years or so however, we are slowly beginning to see the common bed evolve into something that is much more than just a place to sleep.

Take a look below at some of the wackiest, innovative and exciting bed designs currently available on the market!

TV Bed
Almost taking lazy to a new level, television beds are a wonderful combination of two of the things that we love the most!

With your bedroom television sliding away into the recesses of your bed, there really is no reason to fear losing the remote as the television slides away with the press of a little leather button.

With so many beds available the tv beds centre's wide range of double tv beds are some of the finest on the internet!

Indoor hammock bed
Indoor hammock bed Innovative Bed Designs
If you're a fan of the laid back kind of lifestyle, than this rather Homer Simpson-esque hammock could well be the one for you!

With these kinds of sleeping arrangements being the staple for the common man for thousands of years, there is something absurdly natural about sleeping within a hung bed.

Slung Between two walls on heavy duty chains, this single 'bed' is surely one for those who crave a life of laid back luxury.

Magnetic Bed
air bed Innovative Bed Designs
Described as a reverse of reality, if you fancy spending £1.6 million on a bed, you could find yourself floating above the floor in an almost supernatural trance.

Though not quite as different from a normal bed, and really quite similar to the hammock bed (with no strings), the magnetic bed however, is quite a stunning innovation and will form a beautiful plaything for the superrich.

You may not find a magnetic bed in your home any time soon, but if you ever get the chance, we recommend a night sleeping on air!

Gold Plated Bed
gold bed Innovative Bed Designs
A bed that you may find in the home of a wealthy sheik or Middle Eastern overload (see the film, The Devil's Double), this gold plated bed says the word 'wealth' like no other.

Found at a less expensive price than the magnetic bed, coming in at $676,500, the 24 karat gold bed features beautiful Swarovski crystals as well as Bose sound system, blu-ray player and foldaway plasma television (also plated in gold).

If you fancy having a house party however, you may want to count your crystals before and after the event!

Monday, September 24, 2012

How Does WAN Optimization Work?




WAN optimization can work wonders for spread out enterprise networks, reducing latency, relieving congestion and speeding up bandwidth-hungry Web apps. Learn how this technology works.


WAN optimization controllers (WOCs) can breathe new life into slow wide area network links, relieving congestion, speeding up file transfers and making applications more responsive. But how exactly do vendors like Riverbed Technology, Juniper Networks, Blue Coat Systems and Expand Networks get their devices to work their magic?


  • They have limited capacity, so they can become congested
  • They suffer from high latency because they are long (relative to  LAN links)
  • Caching
  • Compression
  • Data reduction
  • Latency reduction
  • Quality of Service (QoS) tagging
  • Packet coalescing
CachingCompressionData ReductionLatency ReductionQuality of Service (Qos)Packet Coalescing



To answer this question, consider the two fundamental problems that WAN links present:
The best strategy for overcoming these two problems is simply to avoid using the WAN links whenever possible, and to minimize their use when it's not possible to avoid them. It's this strategy that underpins all the techniques that WOCs employ to optimize WAN traffic.
These most commonly used techniques include:
This is one of the most obvious ways of improving WAN performance. When a file is transferred over a WAN, say from a head office to a branch office, a copy of it is cached by the branch office's WOC. When other users in the branch office request the same file, the request is intercepted by the WOC before it goes over the WAN link, and the file is served locally from the device's cache.  Changes made to files in any location are communicated across the network to ensure that files are always kept in sync.
Using caching, the first access of any file is still slow because it still has to pass over the WAN before it can be cached it's only subsequent accesses that are much faster. To speed up the first access, the cache can be pre-populated overnight with commonly used files so that they are immediately available in the cache the following day.
This is another obvious step that can be taken to boost WAN performance. It tackles the problem of limited bandwidth by reducing the amount of data that has to be sent over the WAN using a variety of data compression techniques.
Some WOCs also include header compression, which can reduce the size of packet headers dramatically. This is particularly effective when the size of the header is large compared to the size of the rest of the packet.
Data reduction works like a combination of compression and caching. Driven by the principle that the best way of overcoming the problems presented by a WAN is not to use it if possible, a WOC using data reduction examines data as it travels over the WAN, and stores data it receives. If it detects a piece of data that it has already transmitted in a file that it is sending, that byte sequence is removed, and is replaced with a reference. When the WOC at the remote office receives the reference it can then retrieve that piece of data from its own cache and substitute it back in. This avoids transmitting over the WAN any data that has already been sent – even as part of a completely different file. In some circumstances the amount of data traveling over a WAN can be reduced by 75 percent or more using data reduction techniques.
Latency, as mentioned earlier, can be a problem with WANs. This is particularly true when dealing with "chatty" protocols like Common Internet File System (CIFS). CIFS (and other CIFS implementations like Samba on Linux) are frequently  used when remote disks are browsed and files are transferred across a WAN, but the protocol was never really intended for use over high latency links. The term "chatty" refers to the fact that in order to send data (in chunks of no more than 61kb) a large number of background communications has to travel back and forth over the WAN link. For example, the next chunk of data will only start to be sent over the network once a response has been received for the previous one. Hundreds or thousands of communications have to be sent across the WAN during the process of sending a single file, and due to the high latency of the WAN this means that accessing a file which would be more or less instantaneous on a LAN can take several minutes on a WAN.
The way that WOCs deal with this problem is by understanding that a file transfer is taking place, and pre-sending some or all of the file to the remote WOC as quickly as it can. Protocol communications at the remote end destined to for server at head office are then intercepted by the remote WOC which generates the appropriate response, so that much of the protocol "chat" never actually crosses the WAN—it is dealt with by the WOC, which  already has the file that the protocol is trying to transfer.
As long as the WOC "understands" a particular protocol, it can be used to accelerate transmissions—whether they are at the down at the TCP level, or up at the application level.
QoS is complex, although the underlying idea is simple. Traffic is identified, usually by its application, source, or destination, and given a priority for transmission over the WAN. This may include how long it has to wait before being sent over the WAN, or the amount of available bandwidth reserved for a given application. The result is to ensure that time sensitive packets, such as VoIP packets, are sent as quickly as possible - at the expense of less time sensitive packets during busy periods.
Packet coalescing is useful in circumstances where the packet header is large relative to the size of the data it is transporting. In essence it saves bandwidth by consolidating multiple packets into a single (coalesced) packet, with a single header. This can make save considerable amounts of bandwidth, especially in applications like VoIP.
All of the WOCs sold into this multi-billion dollar market  offer some combination of the techniques mentioned above. The results speak for themselves: applications running up to 50 times faster, file transfers reduced from minutes to seconds, and WAN bandwidth requirements as much as halved. It's no surprise that over the last few years the market for WAN optimization controllers has been very strong indeed.