Showing posts with label VoIP. Show all posts
Showing posts with label VoIP. Show all posts

Tuesday, 5 June 2007

Jajah

Jajah is a VoIP (Voice over IP) provider, founded by Austrians Roman Scharf and Daniel Mattes in 2005.[1] The Jajah headquarters are located in Mountain View, CA, USA, and Luxembourg. Jajah maintains a development centre in Israel.
Jajah's primary service, Jajah Web, takes an approach called web-activated
telephony, using VoIP to connect traditional phones (landline or mobile). Calls are made without download or user-installed software, and in most cases at rates lower than those of traditional phone companies or even free of charge.

Jajah Web connects existing traditional
landline or mobile phones with calls that are set up via Jajah's Web site. Callers type in their own number and their desired destination number in a Web form. The Jajah service first rings the caller. After the caller picks up the phone the destination number is then dialled and the connection is established.
Jajah claims that their service works with any standard
web browser. It does not require a broadband connection, nor is it necessary to be online when using the service, but it is necessary to have internet access to originate the call.
Dial-up internet users without a second phone line must schedule their call to be placed a few minutes in the future in order to allow for the time required to disconnect from their ISP and free up the phone line.

Jajah Free Global Calling
Jajah launched a service offering free calls globally on
28th June 2006. The service is limited to specified geographic areas, and Jajah has also adopted a Fair Use Policy which limit the amount of free Jajah calls.
Calls between registered Jajah users are free of charge for landline and mobile calls within the USA, Canada, China, Singapore, Hong Kong, Thailand and apply also for landline calls to and within most European countries as well as Argentina, Australia, Israel, Japan, Malaysia, Mexico, New Zealand, Venezuela and Zambia.
A further limitation is that scheduled calls and conference calls cannot be free.
(From Wikipedia)

Monday, 26 March 2007

Stealing the Minutes


Stealing the MinutesThe Internet isn't as secure as a regular phone line. Businesses are now learning that the hard way.


By Benjamin SutherlandNewsweek


March 19, 2007 issue - The telephone industry has been in an upheaval ever since upstarts began competing with the big telecoms by sending voice calls over the Internet. Now even big firms are using so-called voice over Internet protocol. But VoIP is not as secure as old-fashioned phone lines—as carriers that rely on the Internet are finding out. They're increasingly falling prey to "phreakers," who steal their minutes and resell them on a thriving black market.
Of course, anybody with a PC and a Net connection can talk free of charge to another PC user. For the telecoms, the profit is in using VoIP to deliver calls from one phone to another. That requires a "gateway" server to connect a carrier's phone network to the Net. Phreakers break into these gateways, steal "voice minutes" and sell them to other, usually smaller, telecoms. Many of these firms then sell printed phone cards or operate call centers. "It's a great racket," says Justin Newman, CEO of BinFone Telecom of Baltimore, which has been stung by phreakers.


These thieves steal 200 million minutes a month, worth $26 million, according to Stealth Communications, a New York City telecom. With more than 5,000 wholesale-minutes markets worldwide—located mainly on Web sites—fraud is hard to track. Emmanuel Gadaix, head of TSTF, a Hong Kong firm that investigates VoIP thefts, says it's "very easy to set up a temporary link" through a hacked gateway. His company was recently hired by a Panamanian telecom that lost $110,000 to phreakers. TSTF followed tracks, in vain, that snaked through Bulgaria, Canada, Costa Rica, Hong Kong and the United States. Phreaker trails are "way too complicated" to track successfully, says Gadaix.


The hackers use one of hundreds of cheap, illicit phreaker programs. One South African, who requested anonymity out of legal concerns, says he wrote a program, Lesion, in a few weeks and sells it for $10,000. Small telecoms, lacking the money for secure gateways, are "constantly under attack," says Marco Ivaldi, an Italian telecom expert.


For protection, telecoms are turning to private VoIP networks, separate from the public Internet. More than 1,000 telecoms, including AT&T and China Telecom, now buy and sell minutes on a network owned by Stealth. It car-ried more than 10 percent of worldwide VoIP traffic last year, a sevenfold increase over 2005. That percentage is expected to keep growing, as the security threat isn't going away.


© 2007 Newsweek, Inc.
Goker

Monday, 19 March 2007

TELECOMMUNICATION



What is required to build a successful telecom business?

Need to understand competition, and regulation and win market share. Need to keep customers by satisfying them early and win new ones. On the financial side, need to keep investors satisfied by having good margins: this can be done by increasing revenues and/or reducing costs. Revenues come from services. New service time to market is important. Existing services quality, billing, price, ordering, customer support will influence their success. Examples of services that a carrier can offer with an optical network: dark fiber; wavelength service; bandwidth (E1 to 2.5G) leasing;
Hierarchy in a Network: found in all networks. Logical structure to interconnect Network Elements. Connect local equipment to higher level equipment. Idea is not to interconnect all the local NEs together (not transmission resource efficient and not scalable approach) but to connect to a higher level (say regional) NE, themselves connected via a connection to a higher level NE. Equipment at different levels have different function. For example a Central Office/Telephone exchange at the local level will have connections to customers whereas the higher level will do connections between CO only and to the higher level.

A hierarchy brings order to the way interconnections are made and also creates different functions – in the same way as people in an organization hierarchy have different responsibilities and the hierarchy allows people to understand how of how people communicate.
Where transmission fits: the first or last mile is called Access – the rest is transmission. Transmission is what connect Network Elements such as Switches (telephone or data) together.

Switch functionality – example: a telephone switch connects 2 ports under the end user command. The difference between a tel switch and a cross connect is in the control of this element: the end user controls/activates the telephone switch (and the future intelligent optical switch!) whereas the management system for a cross connect allows its control. The logic of connecting a telephone call: all the COs talk to each other with signaling to set-up the call – same principle as we are going to have with the future intelligent optical network!
Analog and digital signals: an analogue signal is continuous in time. A digital signal is a series of on/off signals or ‘1’ and ‘0’.

Types of networks: Circuit switching, Packet switching

In circuit switching, a circuit across the network is established before data can flow from one point to another. This circuit can be seen as a pipe (like plumbing) and the data will flow on it. The data does not need to have any indication of where it is going. It just flows on the stablished pipe. In packet switching, the data to be sent is chopped into packets, each packet has a destination address and the switch examines it to decide where to send it. In connectionless networks, there is no predetermined route for the data to flow along (such as in IP or Ethernet networks). Each switch does its own analysis of where the data needs to go to send it on. In connection oriented packet switching networks (such as MPLS or ATM), a route is established once for all and the switches are setup to recognize the data to go on one route. Hence all the packets follow the same route.
ISO 7 Layer Model
Complex function is split into layers to simplify the tasks and allow a modular implementation: A client layer simply uses the service of a server layer. This allows the implementation of the server layer to be hidden – just the service is visible, not how the job is done.
The transport layer segments the info to be transmitted into pieces, numbers them (and can do checking on this number to ensure they all get through) and pass them on to the Network layer.
The network layer has a view of the whole network and can see which hop a packet needs to go next and passes the packet to the data link layer.
The data link layer ensure the point to point communication and passes the data to the physical layer for actual transmission onto the physical medium..
IP is layer 3
ATM, Frame Relay are layer 2
SONET/SDH is layer 1/2
A synchronous transmission pipe at the physical layer is has a fixed size and is present whether data flows or not.
Nortel Networks