Computerzworld

Explore the world of computers.

Hey there! Thanks for dropping by Theme Preview! Take a look around
and grab the RSS feed to stay updated. See you around!

Category : Web Technology

SPDY

SPDY, pronounced “Speedy”, is an application-level protocol for transporting web content. It is a proposed replacement for the HTTP protocol and created by Google.

The goal of SPDY is to reduce web page load time.This is achieved by prioritizing and multiplexing the transfer of several files so that only one connection per client is required. All transmissions are SSL encrypted and gzip compressed by design (in contrast to HTTP, the headers are compressed too). Moreover, servers may hint or even push content instead of awaiting individual requests for each resource of a web page.

Bit torrent

A BitTorrent client is any program that implements the BitTorrent protocol. Each client is capable of preparing, requesting, and transmitting any type of computer file over a network, using the protocol. A peer is any computer running an instance of a client.

To share a file or group of files, a peer first creates a small file called a “torrent” (e.g. MyFile.torrent). This file contains metadata about the files to be shared and about the tracker, the computer that coordinates the file distribution. Peers that want to download the file must first obtain a torrent file for it, and connect to the specified tracker, which tells them from which other peers to download the pieces of the file.

Though both ultimately transfer files over a network, a BitTorrent download differs from a classic download (as is typical with an HTTP or FTP request, for example) in several fundamental ways:

* BitTorrent makes many small data requests over different TCP connections to different machines, while classic downloading is typically made via a single TCP connection to a single machine.
* BitTorrent downloads in a random or in a “rarest-first” approach that ensures high availability, while classic downloads are sequential.

Torrentcomp_small

Taken together, these differences allow BitTorrent to achieve much lower cost to the content provider, much higher redundancy, and much greater resistance to abuse or to “flash crowds” than regular server software. However, this protection comes at a cost: downloads can take time to rise to full speed because it may take time for enough peer connections to be established, and it takes time for a node to receive sufficient data to become an effective uploader. As such, a typical BitTorrent download will gradually rise to very high speeds, and then slowly fall back down toward the end of the download. This contrasts with regular downloads (such as from an HTTP server, for example) that, while more vulnerable to overload and abuse, rises to full speed very quickly and maintains this speed throughout.

In general, BitTorrent’s non-contiguous download methods have prevented it from supporting “progressive downloads” or “streaming playback”. However, comments made by Bram Cohen in January 2007 suggest that streaming torrent downloads will soon be commonplace and ad supported streaming appears to be the result of those comments.

Reveal Asterisk (*****) using javascript !

Follow the steps given below-

1. Open the Login Page of any website. (eg. http://mail.google.com)

2. Type your ‘Username’ and ‘Password’.

3. Copy and paste the JavaScript code given below into your browser’s address bar and press ‘Enter’.

javascript: alert(document.getElementById(‘Passwd’).

value);

4. As soon as you press ‘Enter’, A window pops up showing Password typed by you..!

IE8 Launched

March 19, 2009 Microsoft Corp. will release Internet Explorer 8 (IE8) at 9 a.m. Pacific time today, beating its biggest rival, Mozilla Corp., in the race toward final code.

The new browser (see Computerworld’s review) will be available for manual download from the company’s Web site; the hour selected to coincide with a keynote address at MIX09, the Microsoft-sponsored Web developer conference where IE8 will be introduced, said James Pratt, a senior product manager on the IE development team.

“We’ll be launching IE8 [release to manufacturing] in 25 languages for Windows Vista, XP, Server 2003 and Server 2008,” said Pratt.

Download link available here:
http://www.microsoft.com/ie8

Vishing

Vishing is the criminal practice of using social engineering and Voice over IP (VoIP) to gain access to private personal and financial information from the public for the purpose of financial reward. The term is a combination of “voice” and phishing. Vishing exploits the public’s trust in landline telephone services, which have traditionally terminated in physical locations which are known to the telephone company, and associated with a bill-payer. The victim is often unaware that VoIP allows for caller ID spoofing, inexpensive, complex automated systems and anonymity for the bill-payer. Vishing is typically used to steal credit card numbers or other information used in identity theft schemes from individuals.

Vishing is very hard for legal authorities to monitor or trace. To protect themselves, consumers are advised to be highly suspicious when receiving messages directing them to call and provide credit card or bank numbers. Rather than provide any information, the consumer is advised to contact their bank or credit card company directly to verify the validity of the message.

There is technology that monitors all PSTN based traffic and can identify vishing attempts as a result of patterns and anomalies in call activity. One example is a multiple calls from a limited set of skype numbers to call centers.