<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d8249951765554668809\x26blogName\x3dStreamyx+Streamyx+Streamyx\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://streamyx-streamyx-kuala-lumpur31184.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://streamyx-streamyx-kuala-lumpur31184.blogspot.com/\x26vt\x3d-5437321427417193294', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Friday, May 23, 2008

The Importance Of Security In Business VoIP Applications

It's unfortunate that when evaluating business VoIP solutions few mention the word security except in the context of web-based administration. This could be a fatal miscue to your business.

Keep in mind that a big advantage of VoIP is you can have people working from home or on the road. When you're logging in, are the credentials passed in the clear? Don't just take the vendor's word for it, have you tested it using a packet sniffer? If it's a requirement, is the call data encrypted?

Here's a scenario to consider:

You have Sales reps using an open WiFi network at a coffee shop or at a hotel. The call setup information is unencrypted and the IP stream carrying the conversation is unencrypted.

Why should you care about either of these things? Two risks:

#1: Toll fraud. Someone can sniff that authentication information and impersonate your sales rep. Your switch doesn't know the difference. You might not know that the credentials got swiped until your bill shows up with calls to a lot of foreign countries or (if you're very lucky) your carrier calls you and asks why your calling patterns have changed so much.

Good luck trying to get credit for toll fraud. The carrier is going to tell you that they put access to their network in at your premises and it was your responsibility to control it. There's probably language that covers them in your contract and/or tariff.

#2: Confidentiality of trade secrets. Maybe it's a quick call to check on fantasy football standings. But it could also be a call to a supplier to see if they'll do special pricing on a deal. That call could also be followed up by a call to a sales manager to talk about percentage mark-up. An unencrypted VoIP stream may seem complicated but its trivially easy to reassemble and "record" the whole conversation.

The above scenario is just an example of many ways your VoIP system may be vulnerable. I'm not discouraging you from implementing a business VoIP system if it's right for you. I am encouraging not to thoroughly evaluate security implications and be prepared to guard against any potential issues.

Michael is the owner of FreedomFire Communications....including DS3-Bandwidth.com and Business-VoIP-Solution.com. Michael also authors Broadband Nation where you're always welcome to drop in and catch up on the latest BroadBand news, tips, insights, and ramblings for the masses.

Bgmusic T
?gclid=ck6eorxjmjmcfqscewodygnora
?gclid=cjfk3btblzmcfryxewodhfkctg
Noimagea G
Terms And Conditions
?gclid=cmse6zj4mjmcfrpoagodhdyswg
Noimagea G
?gclid=cj6 Pvfelzmcfqbibwodmdyc6q
?gclid=cjxy7yg8ojmcfrs3egodszi4ra
?gclid=cmhuzo2rojmcfrsdewodvw15rq
Availablenow T
?gclid=cnccqpq7mjmcfqsxewodqa5fra
?gclid=cnd1g5yxmjmcfrs3egodszi4ra
?gclid=ci7a 6dgn5mcfqs1egod8axxrg
Bgmusic Thumb

How to Connect Multiple Computers to One Broadband Internet Connection

Broadband, or high-speed, Internet connection is what many users currently use in their home. Along with high-speed Internet, many users may also use a router to allow multiple computers to connect to the Internet. This post will describe how a router is used to connect multiple computers. To make it easier to understand, I will use where you live as a comparison to how your computer is connected to the Internet.

What is an IP Address?

IP addresses are a series of numbers in the form: nnn.nnn.nnn.nnn, where nnn is a one to three digit number. An IP address is unique to an individual computer on a network, similar to how your home has a unique address. For an Internet connection, an IP address is supplied by your Internet Service Provider (ISP). In some cases, your ISP may provide you with more than one IP address, which allows you to connect multiple computers. As you will see later, however, you can still connect multiple computers with a single IP address.

Connecting a Single Computer

Connecting a single computer to your high-speed Internet is very simple to do. Simply connect a network cable into your modem, and then into the network card in your computer. Your computer will then be assigned an IP address from your ISP. For example, if your ISP assigned you the IP address of 24.24.50.17, then your computer will have that IP address.

When you make a request to a server, such as for a Web page, the Web server knows which IP address made the request. The information is then sent through the Internet and back to your computer. This is similar to when someone sends you mail to your home. The address on the mail allows it to be delivered to your home and not somewhere else.

Connecting Multiple Computers

How can multiple computers connect if only one address is assigned? When you make a request for a Web page, how does it know which computer requested that page? Let's take our home analogy one step further. Let's say instead of living in a house, you live in an apartment. When someone sends you mail, they not only include your address but also an apartment number. This number is internal to your apartment building and every apartment has its own unique number. Similarly, multiple computers can connect to the Internet if they each had there own unique local IP address. This can be handled by a router.

A router is a piece of hardware that connects directly to the modem. Each computer is then connected to the router, instead of the modem. Now instead of your computer having the IP address supplied by your ISP, your router now is assigned that IP address. This is similar to your router acting as the apartment building.

The beauty of a router is that it can assign its own local IP addresses. When you connect a computer to the router it now receives one of the IP addresses assigned by your router, similar to how each apartment has it's own number. Now when you make a request for a Web page, the request is sent using the same ISP address, but this time it is assigned to the router. When the Web page is returned, the router receives the request, and sends it locally to the computer that requested the page.

The router also has its own local address that is similar to the local IP addresses of the computers. So now the router has two addresses assigned to it: an external one provided by your ISP, and a local one provided by it. This allows the router to connect to both the Internet and the local network.

Note: The 192.168.xxx.xxx address are special IP addresses reserved for Local Area Networks (LANs).

Managing a FTP or Web Server on Your Network

Let's take a look at this scenario. You have a router connecting multiple computers to the Internet. But now you want to create a FTP or Web server. No problem. You setup the necessary software on a computer on your network, told someone outside your network the local IP address of your FTP server and they try to connect. They then discover that they can't connect. Why? Its similar to someone mailing something to you by just specifying your apartment number and no address.

The IP address assigned to your computer is local to your network. You can connect to that computer from within your network, but not from the Internet. You will need to use your ISP-assigned IP address (the one assigned to your router) to have someone from the Internet connect to your FTP server. The problem is that your router is assigned that IP and not your computer, and since an IP address must be unique, how can two computers have the same IP? The answer: they can't, but they don't need to.

Routers have the ability to forward information on a port to a specific computer. A port is a numbered channel that data can be sent through on a network. You cannot physically see it as it is a virtual channel used extensively in networking for sending/receiving data. For FTP servers the default port is 21; however another port can be used.

Open your router setup and look for the port forwarding option. Specify the internal IP address of your FTP server and the port number and then save that information. Now when a user tries to access your FTP site, they must use the ISP IP address that is assigned to your router. The router will then notice that the data is being sent on port 21 and then forward it automatically to your FTP server. A Web server can be setup the same way, but its default port is usually 80.

Note: By default a router will dynamically assign IP addresses to the computers connected to it. This means that the first computer to connect to the router will get the first available IP address, and the next will get the second, and so on. If you manage an FTP server, it may be easier to assign a static IP address to the computers to ensure that the FTP server always has the same IP address.

This article described how to connect one or more computers to one Internet connection. It is important to remember the following:

  1. If you have one computer connected directly to the modem, then that computer will be assigned the IP address from your ISP.
  2. When using a router, the the router will be assigned the IP address from your ISP. Any computers connected to the router will be assigned a local address by the router.
  3. A router will have the ISP IP address and a local IP address. This allows it to connect to both the Internet and your network.
  4. When setting up a computer as a FTP, Web, or other server to communicate over the Internet, it is important to use the router's IP address to access your server. You will then need to forward the necessary port to your server.

For more information, please read the Technically Easy blog.

Paul Salmon has been involved with computers for 20 years and currently works as a technical systems analyst. He has been involved in many aspects of computers including hardware, software development and quality assurance. He currently maintains Technically Easy, a blog that provides information about various technologies in use today.

?gclid=cka7tfb9k5mcfrkbegodog Wtg
Verifydevice T
?gclid=civslonbmjmcfry1egodsk1nqg
Rss Title What
?gclid=ckvygda Nzmcfri2egod1bquqq
Storev00 Mid01 Btm
?gclid=cidoqrp5n5mcfrc1egod Sfkra
?gclid=cilrsjzhojmcfrrcbwodhb2iwq
?gclid=clwp2ktvlzmcfrebewodx1jjsw
?gclid=ckyfjprehpmcfrkbegodog Wtg
?gclid=cmfr8mwkh5mcfqudewodwlthsw
?gclid=cmpeg4kzh5mcfqbnbgodgmviqa
?gclid=cj2 Yinynzmcfqebewodhvlpqw
?gclid=cnxyspjmn5mcfq4cewodkn5yrg
Bangsar 4g