<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
   <title>Broadband</title>
   <link rel="alternate" type="text/html" href="http://hiroseno.com/blog/broadband/" />
   <link rel="self" type="application/atom+xml" href="http://hiroseno.com/blog/broadband/atom.xml" />
   <id>tag:hiroseno.com,2008:/blog/broadband//48</id>
   <updated>2008-07-28T00:50:04Z</updated>
   <subtitle>Broadband Internet Information</subtitle>
   <generator uri="http://www.sixapart.com/movabletype/">Movable Type 3.36</generator>

<entry>
   <title>How to Troubleshoot  Your  Internet  Connection for DSL or Cable Service</title>
   <link rel="alternate" type="text/html" href="http://hiroseno.com/blog/broadband/2007/05/how_to_troubleshoot_your_inter.php" />
   <id>tag:hiroseno.com,2007:/blog/broadband//48.1866</id>
   
   <published>2007-05-05T12:09:12Z</published>
   <updated>2008-07-28T00:50:04Z</updated>
   
   <summary>One of the common problems among interne...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="broadband" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://hiroseno.com/blog/broadband/">
      <![CDATA[One of the common problems among internet users is testing theirinternet connection to pinpoint the exact problem. There is a big number of internet users who use DSL, and cable modem service.

You set us your connection the way your ISP (internet service provider)instruct you to. Sometimes, it doesn't work for numerous reasons.

You service is not ready, your hardware in not connected properly, or your ISP is having problems.

Whatever the cause of the problem maybe, there are some diagnostic tools you can use in Windows XP, in order to identify the problem.

If you are not exact in your diagnostic, you will get a good idea at least.

Before we get to the diagnostic tools, let us discuss what is involved in an internet connection.

The information travels over the internet to your computer through your ISP service. This is done through a High speed modem then to a network card installed in your computer.

Your computer is called a host, your service provider will giveyou the DNS IP address, and you get your login and password. That is all what you have from your ISP.

Sometimes, your internet connection fails, and you want to findout the problem. You may be able to fix it, or at least get someinformation about the problem to advise your isp for help.

You will start by accessing the command prompt by going in sequence to:

Start menu, program, accessories, then command prompt. A windowwill open where you type commands from the prompt.

At the command prompt, you type: IPCONFIG.  This command will give you the active network connection on your computer.  Here is an example:

PPP adapter Copy :

Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 68.239.158.45
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . : 68.239.158.45

The above output was produced when I ran the Ipconfig command on my own computer running Window XP OS, and A DSL connection. The IP address is my computer address assigned by the ISP.

Please note, you can add an option to this command, in order to get more detailed information about your connection. Here is the output, when I ran the same command with the "all" option.

Ipconfig   /ALL

PPP adapter Copy :

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : WAN (PPP/SLIP) Interface
Physical Address. . . . . . . . . : 00-53-45-00-00-00
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 68.239.158.45
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . : 68.239.158.45
DNS Servers . . . . . . . . . . . : 151.198.0.39151.197.0.39NetBIOS over TCP/IP. . . . . . . . : Disabled

Notice now, the output includes the phisycal address of the network interface card installed in my computer. Also, you see the DNS IP addresses. With the above information, I didn't have any problems.

Supposed ,I disconnect my DSL connection and ran the command again, this is the new result:

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 192.168.0.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :

Notice in this case, where I disconnected my connection, you don't get a DNS server. This tells you that I am not connected to the internet.

Also, notice the IP address starts with 192.168, which is the default address whenever your computer is not connected to the internet.

Another command is the ping command. It will allow to check if a computer is connected to the network and ready to communicate, whether intranet, or internet.

Once you run it,it will sent a packet to the computer specified and gives the time it took for the packet to travel. This is an a output when I tried to ping www.yahoo.com:

C:>ping  www.yahoo.com

Pinging www.yahoo.akadns.net [216.109.118.66] with 32 bytes of data:

Reply from 216.109.118.66: bytes=32 time=35ms TTL=55
Reply from 216.109.118.66: bytes=32 time=39ms TTL=55

Ping statistics for 216.109.118.66:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 35ms, Maximum = 39ms, Average = 38ms.

That shows that the host was reachable, and connected to the internet.

A very important command is the Nslookup. This will let you check if DNS (domain name server) is working properly. The function of the DNS server is to translate ip addresses to domain name of the networked computer. Here is an example:

C:> nslookup www.yahoo.com
Server: home5.bellatlantic.net
Address: 151.198.0.39

Non-authoritative answer:
Name: www.yahoo.akadns.net
Addresses: 216.109.118.67
Aliases: www.yahoo.com

So, you enter the name after Nslookup, it will give you IP addresses and vice versa.

In summary, there more commands in Windows Xp, but using the three above commands should give you a good idea about your internet connection problems.  You can find where the problem is occurring. Is it your machine, or the ISP.

Thanks,
George Chamoun

For tips about your Windows XP computer, visit our new website:<a target="_new" href="http://www.ResolveWindowsXpProblems.com">http://www.ResolveWindowsXpProblems.com</a>]]>
      
   </content>
</entry>
<entry>
   <title>Its On! (Free Internet TV -  Watch TV Online)</title>
   <link rel="alternate" type="text/html" href="http://hiroseno.com/blog/broadband/2007/05/its_on_free_internet_tv_watch.php" />
   <id>tag:hiroseno.com,2007:/blog/broadband//48.1867</id>
   
   <published>2007-05-05T12:09:12Z</published>
   <updated>2008-07-28T00:50:04Z</updated>
   
   <summary>Get ready because &quot;there&apos;s going to be t...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="broadband" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://hiroseno.com/blog/broadband/">
      <![CDATA[Get ready because "there's going to be television out the wazoo!"  This according to Jonathan Klein, the president of CNN - U.S. operations in a USA Today story on the merger of the Internet and television. Major broadcast networks, cable networks, and content providers are gearing up for the 'mother of all media battles' in staking out territory on the new and rising medium called "Internet TV".  Basically it's video online, which is not new, but what is new is that the major networks are now getting fully involved. Klein continued, "It will be pausable, searchable, with all the customizable 'on demand' advantages of the Internet.  It's a future that's not very far away"  Klein did not elaborate on how long it will take, what a 'wazoo' is, or how a television would fit through it.

CNN has recently changed it's Internet news business model by trashing the $5.00 per month subscription price for video, in favor of a pure advertising model. The coverage is more extensive, and finally it's for free.  The way they previously baited news junkies  was unconscionable.

CNN Online: "Breaking Story: A reporter was caught with his 'camera on' as Marines repelled a surprise attack by al Queda in Afghanistan ... click here to see video."

Me: "click"

CNN Online: "First we need you to fill out this form and sign this contract!"

Me: "Oh...shoot me now...!"

I prefer being slowly brainwashed with banners and branding ads, than being harassed to cough up a credit card, don't you?

CBS News which sat on the sidelines while its competitors ran the table with 24 hour cable news will not be trumped again.  They recently opened upwww.cbsnews.com and is investing big bucks in beefing up the video. You can even pick the reports to customize your own newscast.

Nippon TV in Japan is a step ahead in Internet TV and will be offering pay-per-view services by the end of the year. Their marketing department has also come up with a brilliant and creative name: "The Second Nippon Television Network".

Major broadcasters like ABC, ESPN, Foxnews, Major League Baseball, MTV, BBC, Telemundo and others already offer video online with a TV-ish feel but a tidal surge of new programming is just on the horizon.

Cable TV made room for specialty channels targeting smaller audiences such as the Golf Channel, and the 4-hanky  super-drama "Bassmaster", now we can expect Internet TV to diversify even more. For example, the parent company of HGTV and The Food Channel will launch 10 Internet channels by 2006, the first one being "The Kitchen Remodel Channel."   I kid you not.  Maybe the first spinoff show will be "The Linoleum Channel". I'm hoping for the "The Chain Link Fence Channel."

Netflix, the online movie rental company, is in negotiations with the studios over the rights to broadcast movie content online. Will the cable industry continue to provide the cable modem broadband services that allow web-surfers to get movies from their competitors?  Stephen Burke, COO of Comcast believes that web video watchers only want short clips and doesn't see any threat to their core business by people downloading movies.  Ned Peabody, a blacksmith in 1890, also said that the horseless carriage was a noisy smoky bucket of bolts and would never replace the dependable horse.  OK, I made that up, but I bet there was a blacksmith who said something like that. Anyway, you get my point.  If movies can be purchased for a reasonable price, downloaded quickly, with good quality, and played on a large monitor, how will that not take a big bite out of the "Movies On-Demand", and Pay Movie Channels of Comcast, Time-Warner and other cable providers?

Yes, we're heading right into the perfect storm of four major influences conflagrating simultaneously creating ripe conditions for a world wide sea change!

1) Video imaging technology is coming of age.  The picture is reasonably clear now on a computer or TV monitor without squinting and migraine headaches.

2) Broadband use reached 35 million users and is rising rapidly.  That means that there are 40% less computer keyboards being smashed in frustration, ripped out of the computer, thrown against the wall and then kicked while the person waits endlessly for choppy video streams.  (That stat may be just in my household)

3) Online advertisers are paying big time, spending 11.2 billion this year alone. Entrepreneurs like that "B" word.

4) Most importantly, video storage and streaming is now cost effective and will make a lot people rich. Or should I say, a lot of rich people, richer.

So lets review: ...the mother of all media battles...the chain link fence channel...horseless carriages...and a perfect storm. "It's On!"

Maybe one day we'll each have our own channel.  But if there's 6 billion channels and still nothing on, what then?  Maybe we can go outside, take a hike and get some exercise?  Or we can get on our treadmills and watch "The Walking Channel."  Hey, that sounds like a good idea!  Here's the slogan, "Where do you want to walk today?"   It's video and sound on serene paths from all around the world.  Trust me, if it's not available now, it will be.  Maybe you're the one to do it.  Send me a percentage!

Rick David writes a feature column entitled,<a target="_new" href="http://sandiego.merchantamerica.com/index.php?x=articles&type=is_sd">"Don't Laugh, It Could Happen To You"</a> for<a target="_new" href="http://sandiego.merchantamerica.com/">San Diego Merchant America.com</a>]]>
      
   </content>
</entry>
<entry>
   <title>How to Choose Best ISP for Your Needs</title>
   <link rel="alternate" type="text/html" href="http://hiroseno.com/blog/broadband/2007/05/how_to_choose_best_isp_for_you.php" />
   <id>tag:hiroseno.com,2007:/blog/broadband//48.1868</id>
   
   <published>2007-05-05T12:09:12Z</published>
   <updated>2008-07-28T00:50:04Z</updated>
   
   <summary>Well, the Internet access industry is st...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="broadband" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://hiroseno.com/blog/broadband/">
      <![CDATA[Well, the Internet access industry is starting to shake its way out. The much-anticipated consolidation of access providers is nearing its end. In broadband, this means that most users have little or no choice of providers. Though many of the changes have been hard on user choice, this is not necessarily a bad thing. In some cases, it's better to have one stable and pricey provider than 100 unstable, cheap providers. The shakeout was painful for scores of users who often were left with no connection when they needed it most. And some providers left standing don't exactly have good track records, either.

Still, there is reason for users to be optimistic about the future. The following is an outline of the way the Internet access business should go in the coming year. I provide it to give you a better understanding of where you should go now, assuming you want to stick with the same <a target="_new" href="http://www.cheapinternetaccessprovider.com">internet access provider</a> for at least a year.

<b>Don't ditch dial-up</b>

A lot of users were glad they hung on to their dial-up accounts in the midst of uncertainty with their broadband connections. When things go bad with broadband (as they often do), you at least can get e-mail, if not a quick scan of the headlines in text-heavy Web sites.

If you have a dial-up account, and you're paying less than $20 for it, consider it a blessing to have a back-up system. At the very least, when you need to reach tech support for your broadband account and you can't get through due to heavy call volume, you can e-mail them from your dial-up account. Things to look out for in dial-up:

Go with a provider that has been around long enough to quickly respond to such issues as software upgrades and peak calling volumes.

Read the fine print before signing. Some ISPs will disconnect you after a relatively short amount of time of idleness. Others let you stay online as long as you're actively engaged. Still others never disconnect users. The last is preferable; the middle option usually offers the best value.

Check out Boardwatch magazine's ISP Directory to see how much infrastructure you will be paying for. Make sure your chosen ISP has an acceptable ratio of modems to users. Three users for every modem is acceptable, considering that it is unlikely that all their customers will dial up at once. o Match prices with the ratio of modem pools to users.

Check out options such as personal Web site services and multiple addresses. These are nice to have and can add value to your experience as long as you use them--provided they're bundled in.

<b>DSL doldrums</b>

Of all the access methods, DSL has received the most scorn since I've been at this job. My own experiences were horrendous, and I'm not alone. It works great for about 20 percent of the population who are geographically blessed. It works OK for another 30 percent or so of the population, who may have to endure some line noise in order to get DSL. And it doesn't work at all for the other half. Couple its inherent technical limitations with DSL providers falling off the wires like shocked birds, and the situation has not been pretty.

Still, those providers that have made it through the shock test should be able to offer a good experience (with the exception of Qwest). Consider DSL carefully and you will avoid a lot of pain.

<b>Some DSL issues you should consider:</b>

Talk to a neighbor about their DSL experience. Do they have a lot of line noise on the phone even with the filters? Did they have any equipment or network problems with their provider? If so, did they get put on hold and shuffled around through tech support when they called in? Was their DSL provider able to support a variety of platforms, or was it basically Windows-only?

<b>Consider an ISP for DSL service.</b>

The Baby Bells, such as Qwest and Verizon, are not well equipped to deliver DSL service. Even though smaller ISPs may only resell DSL service from Baby Bell providers, they at least provide a live human being when things go wrong. Because the Baby Bells know the cost of supporting DSL users, they can offer DSL to ISPs much more cheaply than they can offer it directly to users. So you can often get a price break from ISPs, especially if you're willing to accept a slightly slower connection.

Mary works in US for a media company, occasionally writing for the biggest <a target="_new" href="http://www.cheapinternetaccessprovider.com">cheap internet access</a> news portal, and drinking too much coffee.]]>
      
   </content>
</entry>
<entry>
   <title>Mind Machine Interfacing</title>
   <link rel="alternate" type="text/html" href="http://hiroseno.com/blog/broadband/2007/05/mind_machine_interfacing.php" />
   <id>tag:hiroseno.com,2007:/blog/broadband//48.1869</id>
   
   <published>2007-05-05T12:09:12Z</published>
   <updated>2008-07-28T00:50:04Z</updated>
   
   <summary>SQUID: In 1984 I was partnered with a Ca...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="broadband" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://hiroseno.com/blog/broadband/">
      <![CDATA[<B>SQUID:</B>

In 1984 I was partnered with a Cable TV engineer and founding father by the name of Ray Osborne. He was working with people developing oscillating noise loop broadband technologies. These technologies were eventually bought by the Pentagon to use in untappable secure message or information transmissions. I imagine this technology now uses the Quantum teleporting and faster than light methods put out for contract in late 2001 by Mr. Everett of the Durham Army Depot. Ray had earlier worked with the Canadian Department of Communications on a brainwave enhancing device similar to a helmet and things I had read about that the Russians believed would someday allow the mind to move mountains (even literally) according to Psychic Discoveries Behind the Iron Curtain.

Ray told me about an experiment they did with him and another person wearing a helmet with energy inputs and electrodes attached to this helmet he wore. As the experiment was about to start, Ray had a need to have a cigarette and as he reached to get one and light it up, the thought energy directed ESP (or brainwavelength ability) was sent to the person across the courtyard who was sitting in the window so they could see each other. That person was sent into a coma and his hair turned white ? thus ended the experiment on that day. Ray was not part of continued experiments and I suppose they considered stopping it for a while but I cannot believe they did not continue these researches. The military loves to have these things and they would rationalize that they must have the ability to counter any enemy who might have them too.

The Russians were the ones who tabled the removal of non-lethal weapons from the research of all signators to SALT. The Americans recently removed themselves from SALT on a uni-lateral basis. I believe SDI and HAARP are connected to these things and I fear other mind-control machines such as Dr. Persinger of Laurentian University is working on with the Earth Energy Grid will be involved. This will happen whether he and his boss Jack Verona of the Defense Intelligence Agency in the US know it or not. Los Alamos is working on a further refinement of superconductive helmetry and brain enhancements under the acronym SQUID as we see in this posting from my neuroscience forum. I do not have the original source of the posting but will follow it with another posting linkage to the University of Toronto research and related matters.

&quot;Magnetic measurements of brain activity could be free from noise in the future thanks to a new helmet-like device developed by medical physicists at the Los Alamos National Laboratory in the US. Magnetoencephalography (MEG) is the only technique that can directly measure neuronal activity in the brain, but it is plagued by background noise that interferes with signals from the brain itself. The new helmet could provide much more accurate information on brain function (P Volegov et al. 2004 Phys. Med. Biol. 49 2117).

MEG is a non-invasive technique that provides detailed information on the brain in almost real time by using superconducting quantum interference device (SQUID) sensors to measure the magnetic fields generated by currents flowing in and around neurons. However, these magnetic field signals are extremely weak -- typically between about 10-14 and 10-13 Tesla -- and are therefore easily overwhelmed by background magnetic noise. Although various techniques exist to reduce this noise, none are entirely satisfactory because they can also reduce the size of the signals produced by the brain itself.

The helmet designed by the Los Alamos team is made from a layer of superconducting lead and is placed around the SQUID sensors (see figure). The helmet needs to kept at temperatures below 8 kelvin -- in a liquid helium cryostat -- for the lead to be superconducting. The device works on the principle that Meissner currents flow on the surface of the superconductors in the helmet. These currents expel magnetic flux, therefore preventing any external magnetic fields from penetrating the helmet. Moreover, unlike previous methods, the helmet can be placed close to the head without affecting signals produced by the brain.

The scientists have already tested their helmet on real patients and say that background noise signals can be reduced by more than six orders of magnitude, making it the most effective system to date. However, the device still needs to be improved because noise levels are still relatively high around the brim.&quot;&quot;Vortex dynamics in superconducting systems imaged by Scanning SQUID MicroscopyAbstract

Using a Scanning SQUID Microscope (SSM), we have studied vortex distributions in various superconducting systems.  The excellent flux sensitivity of the SSM allows us to resolve individual vortices for low flux density.  Field cooling produces quenched vortex patterns which can be disordered in strong-pinning Nb films or well ordered into a lattice in a-MoGe films with weak pinning.  Surface steps alter the field-cooled patterns, with vortices formed in dense rows along the low side of steps with few vortices near the high side.  We observe an asymmetry in the dynamics of vortices around the surface steps under the application of a driving force.  The vortex line tension impedes vortex motion from thin parts of the superconductor to thick regions, while not affecting the opposite motion down the steps.  We have also investigated the behavior of vortices in thin superconducting strips in a perpendicular magnetic field, a complex problem due to the large demagnetizing effects.  These geometrical barriers are frequently encountered in transport measurements on high-Tc superconductors.  Strips with transverse surface steps as well as strips with a uniform cross section have been imaged.  We are attempting to correlate the observed vortex distributions with transport measurements of the vortex dynamics in the strips.&quot;

Author of Diverse Druids

Columnist for The ES Press Magazine

Guest 'expert' at <a target="_new" href="http://www.World-Mysteries.com">World-Mysteries.com</a>]]>
      
   </content>
</entry>
<entry>
   <title>How to Test Your DSL and Cable Internet Connection Speed</title>
   <link rel="alternate" type="text/html" href="http://hiroseno.com/blog/broadband/2007/05/how_to_test_your_dsl_and_cable.php" />
   <id>tag:hiroseno.com,2007:/blog/broadband//48.1870</id>
   
   <published>2007-05-05T12:09:12Z</published>
   <updated>2008-07-28T00:50:04Z</updated>
   
   <summary>There are two measured elements that det...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="broadband" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://hiroseno.com/blog/broadband/">
      <![CDATA[There are two measured elements that determine your internet connection speed.  They are:  The download rate,  and the upload rate of data measured in bits per seconds. Usually, it is expressed in Kilobits per second.

A bit is the smallest piece of data that can be stored in a computer.  The bit can be either "0" or "1".  The byte is eight bits.  Example of a byte and bits are the following:

bit= 0 or 1

byte=8 bits

1 byte=10011101 (eight bits)

A single charcter needs one byte or eight bits to be stored in a computer.  So, when the data rate is  1 byte/sec, that means one character per second is the rate at which data is transferred through your connection.

This is very slow, and only intended for an example. In order to browse the internet, you must have at least a dial up access with a 56kb/s modem, in order to get a meaningful and practical result.

There are different types of internet connection.  First they introduced the dialup connection using your phone line, then the broadband was introduced.

The broadband internet connections are DSL, Cable, or Satellite internet services.  They are widely used and expanding due to the high bandwith.

When you get an internet service, your provider states that your speed will be a certain numbers.  They usually give you a good idea, but not an exact one. The common asked questionsamong internet users is:

How do I know what is my connection speed, and if I am getting what I was promised?.

If there anyway I can test my connection, and do I need to buy expensive software to test it?.

The answer is simple.  There are two ways to test your internet connection speed:

1- The manual simple calculation test that you can do yourself without any software or third party services.

2- You can find a service that lets you run a test through their servers, and get your numbers displayed at their webpage.

1-The manual method:

Since I mentioned that the connection speed consist of two numbers, the download and upload speed.  So, what you do is download from the internet any free software, and watch the result box with the result that show the size of the file and how many seconds it tool to download.

When you are done recording the download speed, upload a file of a specific size (1 Mb, 2 Mb), and time your watch when you start.  When the file is uploaded, check your watch and record the time it took for the task.   Then divide your file size by the seconds it took.

If you file was 2 Mb. that took 5 minutes to upload, then your upload speed is 2 Mb./300 sec. or 6.826 Kbits/sec.You can run the above test couple times, and then take the average for a better result.

2-The automated test at a third party service:

This is my preferred one, where you get to a website where the test is done for you.  It is done using a script installed on their server, and letting you download and upload to their server a test file (invisible to you).  Then, the result is displayed on their webpage.  You just have to register for free using your email.  It is free.  This is a website address where they offer you a free internet connection test:

http://www.visualware.com.

In summary, don't settle for numbers given to you by your services, do the tests whenever you can.  You enjoy it, and feel that you are getting your money worth.  This is because some servcies charges you 35 dollars  or more for a high speed internet service.

Thanks,
George Chamoun

I have  created an Ebook about troubleshooting procedures for DSL, or Cable connection problems. You can get it for free byright clicking the link and saving to your computer:

<a target="_new" href="http://www.ebookfreestore.com/software/ComputerEbook.pdf">http://www.ebookfreestore.com/software/ComputerEbook.pdf</a>]]>
      
   </content>
</entry>
<entry>
   <title>Broadband Features</title>
   <link rel="alternate" type="text/html" href="http://hiroseno.com/blog/broadband/2007/05/broadband_features.php" />
   <id>tag:hiroseno.com,2007:/blog/broadband//48.1871</id>
   
   <published>2007-05-05T12:09:12Z</published>
   <updated>2008-07-28T00:50:04Z</updated>
   
   <summary>Internet service providers are becoming ...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="broadband" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://hiroseno.com/blog/broadband/">
      <![CDATA[Internet service providers are becoming more and more present as the internet makes its way into more and more homes in America. This is making it harder to decide which ISP to subscribe to. In fact, most of them have a list of benefits to entice customers into subscribing from their ISP. Here is some information on the basic features that should come with a good ISP.

First, is of coarse security. With new viruses circulating the internet everyday, you can't be too careful. That is why it is critical for ISP's to offer virus protection. However, they are now offering popup blockers also. These troublesome ads can become so frustrating that they too can be considered harmful to your computer. This is why ISP's have started furnishing tools to speed up customer's computers and create a more enjoyable internet experience. They are also protecting children from the net by providing blocks controlled by parents to block adult material on the net.

Another, feature you want to have from your ISP is multiple e-mail accounts. In fact, many ISP's provide between 5 and 10 e-mail accounts to one subscriber. This allows every member of the family to have their own e-mail account. That way a father doesn't have to put up with the cutsie forwards his daughter receives, and she doesn't have to put up with her father's daily stock tips. This is the best way to go if you have a family. The more e-mail accounts the better since it is best to have a professional e-mail account, and another for less formal messages.

If you want your own web page posted on the net, you may be able to get one without the unwanted ads. This is because ISP's are now offering free web space. This space is limited in size, but does not always have the ads that come with other free web spaces. In fact, your ISP may also provide a template or special tools such as counters to place on your site. You should check with your ISP before placing a business site on the web space provided by them. A lot of ISP's will not allow that kind of use.

Your ISP may also provide for use from multiple computers in your home. This may be free or may cost you a small fee. However, with multiple access you can have the freedom of completing your work assignments online, while your son is researching for a school paper. Whatever you are looking for you may find it. The key is looking around and comparing the features with more than one ISP. This way you will find just the right features for you and your family.

About The Author:

Neil Shevlin is the owner of E-UK Broadband which is a great place to find broadband links, resources and articles. For more information go to: <a target="_new" href="http://www.eukbroadband.com">http://www.eukbroadband.com</a>

<a target="_new" href="http://www.eukbroadband.com">http://www.eukbroadband.com</a> © Copyright 2005]]>
      
   </content>
</entry>
<entry>
   <title>How to Secure your DSl / Cable Internet Connection Against  Malicious Attacks</title>
   <link rel="alternate" type="text/html" href="http://hiroseno.com/blog/broadband/2007/05/how_to_secure_your_dsl_cable_i.php" />
   <id>tag:hiroseno.com,2007:/blog/broadband//48.1872</id>
   
   <published>2007-05-05T12:09:12Z</published>
   <updated>2008-07-28T00:50:04Z</updated>
   
   <summary>Securing your Windows Xp computer is don...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="broadband" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://hiroseno.com/blog/broadband/">
      <![CDATA[Securing your Windows Xp computer is done by achieving two main tasks.

The first,  is to prevent unauthorized users sitting at your computer and logging in through your keyboard.

The second,  is to prevent access to your computer through your internet connection. Preventing unauthorized users is done by controlling your user accounts management.

This is done by creating one account beside the administrator account. This way, you end up with one administrator account for managing the whole system, and another user account for using all the time you are not managing your system.

Once you install Windows Xp operating systems, you create a user account beside theadministrator account.  This new account user ID and password is only known to you, theadministrator.  By doing this, you disallow anyone from using your computer by sitting at your keyboard.

The second task is to prevent unauthorized internet access from the outside world.  Yourcomputer internet connection is the main source of all kinds of attacks that will damagedifferent programs installed on your computer.

Attacks from the Internet can be of different forms.  Their effects can vary from slowing downyou machine to producing annoying messages.   Today with the high speed Internet access,you get bombarded with problems much more when you were using dial-up connection.

There is certain measures you can take to stop the Internet attacks through your high speedconnection.  I recommend you do four things:

a-Install an Adware / Spyware removal program on your computer.

b-Install an Antivirus program.

c-Install a Pop-Up blocker program.

d-Install a Firewall, software or hardware.

In Summary,  there are many numbers of ways your computer can be attacked, andresult in damages of many sorts.  However, There are only few ways of protectingyour computer, which makes it easy for every computer owner to secure theircomputer.

Thanks,
George Chamoun

For more about steps to secure your home computer, get myfree e-books at <a target="_new" href="http://www.ebookfreestore.com">http://www.ebookfreestore.com</a>]]>
      
   </content>
</entry>
<entry>
   <title>Broadband</title>
   <link rel="alternate" type="text/html" href="http://hiroseno.com/blog/broadband/2007/05/broadband.php" />
   <id>tag:hiroseno.com,2007:/blog/broadband//48.1873</id>
   
   <published>2007-05-05T12:09:12Z</published>
   <updated>2008-07-28T00:50:04Z</updated>
   
   <summary>Broadband is the name given to a high-sp...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="broadband" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://hiroseno.com/blog/broadband/">
      <![CDATA[Broadband is the name given to a high-speed Internet connection that provide large bandwidth. It is a quick connection, typically &quot;always-on&quot; and capable of transmitting data at a much faster rate than a standard dialup modem connection. Broadband also won't tie up your phone line, allowing you to use the internet and telephone simultaneously. Broadband can be provided from a dedicated line such as Cable or ISDN, or over the top of your phone line such as ADSL.

Low-band Internet access is typically running up to 56kbps using a dial-up modem. Mid-band Internet is a phrase given to dialup that operates at 64kbps or 128kbps. Broadband starts at 512kbps (approximately ten times faster than typical dialup) and is also typically available at 1mbps, 1.5mbps and 2.2mbps. Some companies offer broadband at 4mbps and 8mbps. The maximum possible for cable is around 26mbps and 24mbps for ADSL although these speeds are not sold commercially due to the high cost required to upgrade telephone lines to be able to transmit at this speed.

With broadband you can quickly download or stream music and video. Many websites are designed especially for broadband users with intense integrated graphics, flash and video. Another popular use of broadband is online gaming. Xbox and PS2 consoles include broadband support, by subscribing to gaming packages from your ISP you can play Xbox and PS2 games live with other people over the internet. Online PC gaming has been around since the early days of the internet, but now with faster speeds there is less lag (slow or jerky response from the computer making it hard to play) and you are no longer keeping an eye on the time as you play, making it much more popular. Many recent games are released requiring an internet connection, without them you simply cannot play.

With users so keen on downloading music and video most broadband providers have introduced a maximum limit on the amount you can download. This can be as low as 1 GB up to 30 GB for power users, or unlimited for the extreme. Exceeding your ISP's download cap will result in you having a limit connection for the rest of the month or none at all.

The future of broadband is the possibility of Internet Television. Currently there is not enough bandwidth (the amount of data you can send and receive down the line) to give as good an image as of a standard television. But with ever increasing internet speeds Internet Television will soon be with us. You can already legally download clips from your favourite shows, music videos and other content you would normally find on your television, just not in real time. Another use developed because of broadband is online telephony. Software that enables you to turn your computer into a telephone and talk to people from across the world without any extra cost is not only commonplace but of a higher quality recording than standard telephone lines. It seems with ever increasing Internet speeds, Broadband will be able to replace television, telephone and will soon become a welcome addition to every home. Broadband is helping the internet become an extensive resource that's easy to access and fun to use.

About The Author:

Neil Shevlin is the owner of <a target="_new" href="http://www.ukcheapbroadband.com">UK Cheap Broadband</a> which is a great place to find broadband links, resources and articles.

For more information go to: <a target="_new" href="http://www.ukcheapbroadband.com">UK Cheap Broadband</a>

<a target="_new" href="http://www.ukcheapbroadband">http://www.ukcheapbroadband</a> © Copyright 2005

Please feel free to copy and paste this article and its resource information.]]>
      
   </content>
</entry>
<entry>
   <title>BT Broadband</title>
   <link rel="alternate" type="text/html" href="http://hiroseno.com/blog/broadband/2007/05/bt_broadband.php" />
   <id>tag:hiroseno.com,2007:/blog/broadband//48.1874</id>
   
   <published>2007-05-05T12:09:12Z</published>
   <updated>2008-07-28T00:50:04Z</updated>
   
   <summary>Approximately 4 million people in the UK...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="broadband" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://hiroseno.com/blog/broadband/">
      <![CDATA[Approximately 4 million people in the UK use ADSL with an extra 2 million using a cable connection, meaning 6 million people in the UK have an always-on internet connection. Of these over 1.7 million are subscribed to BT's broadband package, making them the UK's main broadband provider.

Back in August 2000 BT first launched its high-speed internet connection to customers. Initially only available to around one third of UK households and costing £500 a year it was the first step in many to Broadband Britain.

There are currently only 2 ways to connect to ADSL in the UK. Recently a technique called Local Loop Unbundling means you don't need to have a BT phone line, but at the moment only 1% of people on broadband in the UK use this method. The only other way to connect transforms an existing BT phone line into a high-speed digital line. This is only available with a BT phone line though, so even if you don't subscribe to BT's package your ISP still has to pay BT money to maintain and connect your line. Because of this BT has been able to dictate the availability of broadband in the UK for a few years now.

For fear that UK telecoms watchdog Ofcom would break-up the company because they held a monopoly by owning all the phone lines and means to connect to broadband, BT has agreed to offer rival companies access to the &quot;Local Loop&quot;, which is the network of telephone lines around the country. By doing this BT could stand to lose many customers as other companies can offer their broadband directly and without having to pay BT expenses.

Since the introduction of ADSL in the UK many potential customers found their local exchanges were simply out of date and the lines too old to be able to handle this new technology. Campaigns run country-wide as BT will only upgrade exchanges if there is adequate interest. ADSL is still not available in many villages and more rural areas of Britain but BT is vastly expanding and upgrading its network to try and cover all the country, Broadband is currently available in more than 96.6% of all UK households.

BT's standard package is 2Mbps with a 1 GB monthly download limit. This means you can only download 1 GB's worth of content, be it WebPages, music or movies, a month. This is more than enough for typical WebPages, but excessive music downloads will result in your account being suspended or limited for the rest of the month. You can upgrade your broadband to a 15 GB monthly limit for a little extra a month. BT also offers Pay As You Go dialup and unlimited dialup contracts.

BT Broadband also offers a variety of packages and upgrades designed to suit every user. You can upgrade to a gaming account to play xbox and PS2 games online, you can setup parental filters for your children, and there's protection against spam, junk mail, pop-ups, virus's and online intruders.

One of the main reasons people will continue to signup to BT is its reliability. They have broken the mould of all ISPs having poor customer service and are incredibly helpful with setting up your connection.

BT are aiming to trail their 8Mbps connection soon, intending it to be in common use by the end of the year. BT's ultimate goal is making broadband available throughout the country, including rural areas.

About The Author:

Neil Shevlin is the owner of <a target="_new" href="http://www.ukcheapbroadband.com">UK Cheap Broadband</a> which is a great place to find broadband links, resources and articles.

For more information go to: <a target="_new" href="http://www.ukcheapbroadband.com">UK Cheap Broadband</a>

<a target="_new" href="http://www.ukcheapbroadband">http://www.ukcheapbroadband</a> © Copyright 2005

Please feel free to copy and paste this article and its resource information.]]>
      
   </content>
</entry>
<entry>
   <title>Searching for the Right ISP</title>
   <link rel="alternate" type="text/html" href="http://hiroseno.com/blog/broadband/2007/05/searching_for_the_right_isp.php" />
   <id>tag:hiroseno.com,2007:/blog/broadband//48.1875</id>
   
   <published>2007-05-05T12:09:12Z</published>
   <updated>2008-07-28T00:50:04Z</updated>
   
   <summary>When searching for the right ISP there a...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="broadband" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://hiroseno.com/blog/broadband/">
      <![CDATA[When searching for the right ISP there are a number of items to look at. How much is it going to cost me? What is the connection like? What are the Features? Is it available in my area? You will soon find that there are many ISP's to choose from. So, it is beneficial for you to pick the right internet service provider.

The cost is probably the most important aspect to most subscribers. Yet, many are not willing to put up with the low quality provided by free ISP's. This leaves them looking for low cost ISP's. The best way to find the lower cost ISP's is to search for them. Most of the ISP's you are going to see advertising are going to be a bit higher than those who do not have as much advertising. A search of the internet may help you find some of these ISP's.

Although the price may be right, if your connection is weak you may not to go with that ISP. This can happen because problems with the cable or phone lines are common with the ISP. It can also occur if your ISP has a large volume of users trying to access the internet at the same time. This is particularly true with dial-up ISP's that do not have enough phone numbers. Also you want to make sure that the ISP is compatible for the tasks you want to do. For instance, AOL users sometimes have problems with some aspects of the net. This is because the program that runs AOL is so dominating. If you frequent certain sites, they may list ISP's that have problems using the site. This usually applies to sites that have music, video and effects but don't really apply to straight text.

The features are also important. In fact, if you don't want to be frustrated with pop-ups you may find yourself drawn to ISP's that offer pop-up blockers and virus protection. You may be worried about your children surfing the web. A feature to block adult sites may be what you are looking for in that case. ISP's are coming up with new features all the time so you really do have some choices here.

Another important aspect is availability. Not all ISP's are widely available. This is especially true for ISP's that are free or low cost. Even if an ISP is available in your area, there may not be an available local phone number. When you use your dial-up modem with a long distance number you may incur long distance charges while you are on the net. In addition, if there are local numbers but not many of them, you may have trouble connecting to the internet.

About The Author:

Neil Shevlin is the owner of <a target="_new" href="http://www.ukcheapbroadband.com">UK Cheap Broadband</a> which is a great place to find broadband links, resources and articles.

For more information go to: <a target="_new" href="http://www.ukcheapbroadband.com">UK Cheap Broadband</a>

<a target="_new" href="http://www.ukcheapbroadband">http://www.ukcheapbroadband</a> © Copyright 2005

Please feel free to copy and paste this article and it's resource information.]]>
      
   </content>
</entry>
<entry>
   <title>How Peer to Peer (P2P) Works</title>
   <link rel="alternate" type="text/html" href="http://hiroseno.com/blog/broadband/2007/05/how_peer_to_peer_p2p_works.php" />
   <id>tag:hiroseno.com,2007:/blog/broadband//48.1876</id>
   
   <published>2007-05-05T12:09:12Z</published>
   <updated>2008-07-28T00:50:04Z</updated>
   
   <summary>Peer to Peer (P2P) Technology- How it wo...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="broadband" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://hiroseno.com/blog/broadband/">
      <![CDATA[Peer to Peer (P2P) Technology- How it works:

Ever wondered how P2P works? This guide will run down most of the major P2P services and how they work. Peer to Peer technology lets people share files over a network on the internet. Most people now use what is known as the second generation of P2P, which is unlike its predecessors like such as Napter, the second generation has no centralized server, making it harder for it to shut down.

How first generation P2P services worked:

A connection is established by a peer finding another peer to connect to. Each peer exchanges active peer and their addresses. When a connection has been established, the user can then search for files. When a search has been submitted, it connects to all nodes on its connection list. The results are then displayed and a connection is made.

How second generation P2P services worked:

Gnutella2: Hubs are used to quickly search for files, eliminating the original "find peer and search" method. Instead, they store a list of files on all the "Leaves" (A peer) that are connected to it, thus dramatically reducing search time.Advantages: Unlike Napster, if a hub crashes, it's network stays alive.Disadvantages: Doesn't make network any more durable than the first generation of P2P.Gnutella2: www.gnutella.com

FastTrack: Programs such as Kazaa and iMesh use the FastTrack protocol. Normal peers connect to a supernode which acts jsut like a hub. Supernodes also connect to other supernodes, allowing search requests to move through the network very quickly. Peers then establish a direct connection to a client after a file has been found.Advantages: Any client can become a supernode.Disadvantages: Corruption of files occur.Clients include: Kazaa (www.kazaa.com), iMesh (www.imesh.com)

BitTorrent: .torrent files are used to store information about the file being shared. Once a torrent file is opened, the client connects to the tracker which tells the client where the file is located and what other peers/seeders there are. BitTorrent works by chunks of small files being transferred (even through multiple connections), while you are downloading. The files are checked for corruption as the download continues. Leechers are people who download and don't upload, and are highly frowned upon on some sites, disallowing them from downloading any further.Advantages: Very fast for popular, new files.Disadvantages: Trackers are unreliable and if it goes down, the file is lost.Clients include: Azureus (www.azureus.com), Shareaza (www.shareaza.com).

EDonkey Network: Edonkey runs on the same principle as first generation P2P, only anybody can become a server. Clients communicate with the server to download files, and random chunks can be downloaded in any order then put together in the end.Advantages: No file corruption, leech penalization.Disadvantages: It can penalize users unfairly.EDonkey: www.edonkey2000.com

Infinitive!, Copyright 2005.All Rights Reserved.

Infinitive! <a target="_new" href="http://www.infinate.x10hosting.com">http://www.infinate.x10hosting.com</a>This article may be reproduced so long as your remain a link down the bottom.-Admin, Nigel.]]>
      
   </content>
</entry>
<entry>
   <title>Unlimited Bandwidth and Overselling</title>
   <link rel="alternate" type="text/html" href="http://hiroseno.com/blog/broadband/2007/05/unlimited_bandwidth_and_overse.php" />
   <id>tag:hiroseno.com,2007:/blog/broadband//48.1877</id>
   
   <published>2007-05-05T12:09:12Z</published>
   <updated>2008-07-28T00:50:04Z</updated>
   
   <summary>One of the most controversial topics sur...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="broadband" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://hiroseno.com/blog/broadband/">
      <![CDATA[One of the most controversial topics surrounding web hosting is the practice of overselling bandwidth, and rightfully so. The practice of overselling has enormous potential for disaster ? ask any webmaster who has ever woken up to a cold, unforgiving &quot;Bandwidth Exceeded&quot; message where his or her site should be. The risk of such outages is all too real, and the cleanup effort for network bandwidth outages is a long and arduous process.

Unfortunately, it is a risk that every webmaster must take. The nature of the web hosting business does not allow you to eliminate the risk, only to mitigate it to the best of your ability. In this article, we'll explore the relationship between overstated bandwidth claims and website downtime. As a professional webmaster, you have a responsibility to balance cost and risk when choosing a web hosting plan. This article aims to clarify the pros and cons of one of the most common risky practices so that you can make a more informed decision when choosing your web host.

<b>Unlimited Bandwidth</b>

As the web hosting market has grown more and more competitive over the years, hosting companies have increasingly begun to tout "unlimited bandwidth" or "unmetered bandwidth" as a major selling point of their hosting plans. These claims are generally seen as nothing more than a marketing ploy. After all, no web hosting company could truly offer you unlimited bandwidth, since the bandwidth of the hosting company, network, and even the Internet itself is physically limited.

Ok, let's be fair here. The limitations I'm talking about are almost incomprehensible and would never be reached by a single site. A hosting company could offer virtually unlimited bandwidth (or "unmetered bandwidth" or whatever phrase they choose to keep the lawyers at bay). This is the gray area between truth and falsehood upon which marketing claims feed.

The simple truth is that bandwidth costs money. It costs your web hosting company money, which in turn costs you money. The more megabytes of bandwidth your hosting company gives you for your dollar, the less profit they make. The only reason that a web host is able to make unlimited bandwidth incentives possible is because most websites use only a fraction of the bandwidth available to them. The more websites a hosting company hosts, the easier it is for them to make very accurate predictions about how much will actually be used. If those predictions tell them that over the course of any given month the large traffic spikes will be averaged out and still remain profitable, then they can safely offer unlimited bandwidth and remain profitable.

The practical upshot of this is twofold: Firstly, marketing claims are not necessarily outright falsehoods, but they're not to be implicitly trusted either. Secondly, if you are signed up under a "unmetered bandwidth" hosting plan and you consistently use enough bandwith to blow the curve, you can expect a phone call from your hosting company. These calls usually involve friendly sales people trained in the art of the upsell, and are almost invariably concluded with an invitation to read the fine print of your hosting contract.

<b>Overselling</b>

Unlimited bandwidth claims get a lot of press, but the real danger lurks in the practice of overselling bandwidth. Like the man behind the curtain, overselling is the cause of real problems but is frequently overlooked because of the attention devoted to the front man.

What is overselling? Quite simply, overselling is the practice of selling your customers more bandwidth than you actually have. It's the same practice airlines use when booking seats, though if you were to extend the analogy it would result in airplanes that crashed because they were to full. Please accept my apologies for the use of an overly dramatic comparison, but I want to make it very clear that it is the practice of irresponsible overselling that leads to costly site outages.

To be fair, most web hosting companies are responsible. Just as the airlines monitor the number of people that actually board the plane, the hosting companies continuously monitor their bandwidth usage to make sure they do not exceed their limits and everyone's site stays up and running. If they don't, then one website can use up everyone else's bandwidth and inadvertently shut down all the sites using that pipe. That's not the fault of the site owner ? it's the fault of an irresponsible web hosting company.

Almost every web hosting company oversells their bandwidth. A hosting company that offers unlimited bandwidth plans is, by definition, overselling their bandwidth. The point I really want to drive home is that the risk of overselling exists even if the web hosting company DOES NOT OFFER unlimited bandwidth. Clear enough? You are not safe simply because you have selected a hosting plan with a fixed bandwidth allotment. If you select a web host that offers unlimited bandwidth on any plan, you are DEFINITELY at risk of overselling problems. If you select a webhost that offers only fixed bandwidth plans, you are PROBABLY at risk.

<b>Choosing a Web Host</b>

In my opinion, unlimited bandwidth claims are only superficially related to real problems with your web hosting company. Yes, I have had a web site unceremoniously shut down without notification by a web hosting provider because of excessive bandwidth usage. And yes, it was an unlimited bandwidth plan. It was a costly experience. The tech simply shut down the site and went to lunch. The hosting company was unresponsive. Money was lost.

But looking back on the experience, it wasn't a limited vs. unlimited issue. It was a Bad Hosting Company issue. I am utterly convinced that we would have received the same treatment had we exceeded a stated bandwidth limit ? I've seen that happen as well with a different site and a different web host.

The commonality is the integrity and responsibility of the web host, not the claims made by their marketing department. When you deal with super cheap, fly-by-night resellers, you will have problems. Guaranteed. When you deal with reputable, well established hosting companies you will get phone calls. Sure, you will have to pay a little more, but it is well worth it to anyone who has experienced firsthand the same mind-boggling incompetence I have.

I don't get hung up on hype, be it from a marketing department or from fellow webmasters. Choosing a web host should be a rational decision, based primarily on the inherent competence of the hosting company, and secondarily on plan value. If I see an unlimited bandwidth plan from a highly reputable web host, I'm going to jump on it ? it's a great value until you get that call.

That's my opinion on unlimited bandwidth web hosting. The fact is that correlation is not causation. Be a responsible webmaster ? make your own decisions. Research your hosting options by using a <a target="_new" href="http://www.inetpublication.com/WebHosting.aspx">web hosting comparison</a> service. If you do your research carefully and base your decisions on facts, you're far less likely to get burned.

Nate Landerman is the founder and CEO of iNetpublication, a site dedicated to providing webmasters with the tools they need to create and maintain successful websites.  <a target="_new" href="http://www.inetpublication.com/ArticleDisplay.aspx?aid=26&category=Hosting&title=Unlimited%20Bandwidth%20and%20Overselling&skill_level=Beginner">Unlimited Bandwidth and Overselling</a>

© 2005 <a target="_new" href="http://www.inetpublication.com">iNetpublication Web Services</a>.]]>
      
   </content>
</entry>
<entry>
   <title>Broadband - Will it Affect Your Online Marketing Future?</title>
   <link rel="alternate" type="text/html" href="http://hiroseno.com/blog/broadband/2007/05/broadband_will_it_affect_your.php" />
   <id>tag:hiroseno.com,2007:/blog/broadband//48.1878</id>
   
   <published>2007-05-05T12:09:12Z</published>
   <updated>2008-07-28T00:50:04Z</updated>
   
   <summary>The coming age of general Broadband use ...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="broadband" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://hiroseno.com/blog/broadband/">
      <![CDATA[The coming age of general Broadband use bearing down uponus, minute by minute, is going to leave many changes in its wake. Some will be welcome; others will demand all we can do, just to keep up!

Of course, items like high quality graphics, streaming videoand movies on demand will be commonplace. On the other hand,Broadband spells the end of most common text-only websites.Let's face it: the consumer wants more! Offering a good dealwith high quality service won't do it anymore.

Websites that cater to the newfound appetite for qualityaudio and video content will get the sale. Obviously, thatmakes perfect sense! It brings to mind an experience I hadwhile learning Photoshop. I purchased a very big manual andit took me three weeks just to get my feet wet. A goodfriend bought a video tutorial and arrived at my level ofskill in two days!

There are many other things audio and video can explainbetter and in much shorter time than text, as in the exampleabove. We're not talking just innovation; but also, the verydeep and long-lasting impact the technology is going toproduce.

I was reading an informative article written by Darrin Coe,titled "The Internet Consumer Exposed." It's a piececompiled from larger studies of the habits and lifestyles ofInternet centered consumers. By the conclusions reached inthe item, it does appear the consumer will smile upon thecoming Broadband changes. Here is Darrin's website:http://dcoe1.tripod.com/exposed1/

There are some Marketers actively staking out theirBroadband future. One that comes to mind is Jim Edwards. Jim is also a well known writer and syndicated newspaper columnist and - not to mention - a very pleasant person.

A week or so ago, I received an email from Jim inviting me to witness the birth of his new multimedia Newsletter "I Gottatell You." I was speechless! Very seldom do we get to watch one of the early events giving birth to a revolution! It iscontent delivery that's light years away and will onlyget better and better. Good work Jim!

Here is Jim's Newsletter: http://www.igottatellyou.com/

Another application that's blazing a trail into Broadband isthe Instant Video Generator sold by Armand Morin, AlexMandossian and Rick Raddatz. Though they claim it works aswell with a dial up connection, I can see it carving out abig chunk of the Broadband market. I've gone to the websiteand viewed a few presentations. It does seem to work quitewell! The buffering is almost instantaneous and the qualityvery good. Here is the website: http://instantvideogenerator.com

Conclusion

Start taking the necessary steps to get on the multimediabandwagon or suffer the same fate as the dinosaurs!Broadband dominance will become an inescapable reality ofthe very near future. As Stark Trek's Borg say:"Resistance is futile, you will be assimilated!"

About the Author:

Francisco Aloy is the author of "Yes, I Want to Start My Internet Business Without Being SCAMMED!." He has an online business catering to the needs of the Newbie Net Entrepreneur. Visit his site to see more of Mr. Aloy's articles. <a target="_new" href="http://www.newbie-business-guide.com">http://www.newbie-business-guide.com</a>]]>
      
   </content>
</entry>
<entry>
   <title>Wireless Network Hammerin</title>
   <link rel="alternate" type="text/html" href="http://hiroseno.com/blog/broadband/2007/05/wireless_network_hammerin.php" />
   <id>tag:hiroseno.com,2007:/blog/broadband//48.1879</id>
   
   <published>2007-05-05T12:09:12Z</published>
   <updated>2008-07-28T00:50:04Z</updated>
   
   <summary>The wireless network in my house went ha...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="broadband" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://hiroseno.com/blog/broadband/">
      <![CDATA[The wireless network in my house went haywire. It worked on three PCs, one had a horrible connection, and one can't connect. Between Hubby and me, we spent a lot of time researching and trying to figure out the problem. We narrowed down the possibilities few by doing tests. Hubby is the network king in our house and I learned a bit in working with him. In fact, I solved the problem... temporarily.

I believe the wireless on the router is bad. It works fine when we hook miles of cable to it (I've tripped over them, knocked things down, and chased after a toddler who grabbed one.). I'm tired of looking at the cables, so we're contacting the maker of this router as well as hunting for deals for a new wireless router with g (as in 802.11g).

Here are some of the tricks and troubleshooting tips I've learned in playing with the router:

<ul>

<li>Look at how many computers can connect and how many can't. This tells you a story. If all of them don't work, then the problem is most likely the router itself. Maybe it needs a simple hard reset. Try a soft reset first (turning it off and back on). If that doesn't do it, do a hard reset following the instructions for your router. Mine required holding the reset button while turning it off and back on and not letting go until about a minute after turning it back on.</li>

<li>If no computer wirelessly connects to the network, check to see if the router still works by connecting to it with a cable. If it works here, you know the router is still alive. It doesn't necessarily mean the wireless is dead. Obviously, if your router is strictly wireless and not dual like mine (cable and wireless), this won't work. Instead, you can test by bypassing the router and plugging your LAN cable directly into the DSL/Cable modem.</li>

<li>Do a little pingin'. It could be the ISP is down and not a router problem. Open a command prompt window (Start > Run > type "cmd" > hit Enter) and type "ipconfig /all" and you should get a response back with your IP address, subnet mask, default gateway and other items. What you are looking for is the IP address of the "Default Gateway."</li></ul>

At the command line, type "ping XXX.XXX.XXX.XXX" where XXX = the numbers listed as the Default Gateway. For example, my default gateway address is 192.168.1.1, therefore, I would type "ping 192.168.1.1" If you get a response, then your router is working. Next, try to ping a site. You don't need to know the IP address. You can ping by Web address. For example, type "ping www.marqui.com" and you should get a response with the ping times from an IP address. That IP address is Marqui's. How did your computer know this? Through DNS (Domain Naming Service), but that's another topic. If you can't ping a site on the Internet, the problem is most likely with your ISP.

<ul>

<li>Have a cordless phone? Some cordless phones disconnect wireless connections while you're using it. Stupid, but it happens. I have one that does just that and another that doesn't mess with it. Aggravating. I wanted to return the phone, but it was a "no return" phone. If I had known it would mess with the wireless, I would have never bought it. So I learned that the next time I buy a phone, to check to see if it will kill the wireless or not.</li>

<li>Ensure configuration is correct. Check the router's manual to complete this step.</li>

<li>Try changing the channel. If that doesn't work, change the SSID (aka name) and the channel. If your wireless' SSID is "Wireless" and is on channel 5. First, try changing the channel to 11 or anything other than 5. If that doesn't work, then create a new SSID like "Router" and pick a channel, any channel. It never hurts to reboot the router after each change, although when making changes to it, it resets itself. This step is what got our network working again.</li></ul>The process for changing it depends on your router. For mine, all I had to do is enter its IP address (200.200.1.1, for example) in the browser, enter the ID and password, and I am in. It's similar to a software or application screen. Enter info, select drop-down boxes, and click buttons to change / save.<ul>

<li>Another good thing to know is to point your mouse over the wireless icon in the system tray. It provides basic information about your wireless connection. It provides information on the SSID, speed, and strength. The blacked out part in the image is where the SSID is located. Also, get more information by right-clicking on the icon and selecting "View Available Wireless Network" or "Open Network Connections."</li>

<li>You may have WEP turned on. This secures others from using your wireless because it requires a password. If it's on, verify each PC has it enabled and the correct password or passphrase.  </li></ul>

This is a handful of what you can do. Other options are more detailed and complex. But this is a good start and will help eliminate a majority of possibilities.

<b><a target="_new" href="http://www.meryl.net/">Meryl K. Evans</a></b> is the Content Maven behind <a target="_new" href="http://www.meryl.net/blog/">meryl's notes</a>, <a target="_new"  href="http://www.internetviz.com/">eNewsletter Journal, and The Remediator Security Digest</a>. She is also a PC Today columnist and a tour guide at InformIT. She is geared to tackle your editing, writing, content, and process needs. The native Texan resides in Plano, Texas, a heartbeat north of Dallas, and doesn't wear a 10-gallon hat or cowboy boots.]]>
      
   </content>
</entry>
<entry>
   <title>Broadband Connection to the Central Sun</title>
   <link rel="alternate" type="text/html" href="http://hiroseno.com/blog/broadband/2007/05/broadband_connection_to_the_ce.php" />
   <id>tag:hiroseno.com,2007:/blog/broadband//48.1880</id>
   
   <published>2007-05-05T12:09:12Z</published>
   <updated>2008-07-28T00:50:04Z</updated>
   
   <summary>You may have noticed the expansion of co...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="broadband" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://hiroseno.com/blog/broadband/">
      <![CDATA[You may have noticed the expansion of consciousness that has taken place since the Harmonic Concordance. This is due to the new Broadband connection that has been created to the Universe's Central Sun. This broadband connection of consciousness is on the level of the crystalline structure of your very being. It is using the full electromagnetic spectrum, which we mainly experience, through the twelve-chakra centres and in the DNA.

You're feeling and emotions make this connection to these subtle energies, which can be found in your heart. When you transcend the physical body's structure: By that I mean experience the consciousness of your whole body, the organs, cells, molecules, atoms and finally drop out into the field of pure consciousness, where you transcend time and space and experience life in its pure form.

When one is grounded by visualising energy roots going down into the planet. It is possible to take you awareness down these roots and expand your awareness or aura out to feel the whole planet as part of yourself. You can do this also to take in the solar system, the milky way or the whole universe, when your awareness is expanded in this way, everything feels apart of your self. Also you do not have to travel anywhere you just move your awareness around. Like within your own human body you just move your awareness from your head to your foot, when expanded you can move your awareness to any part of the universe in an instant just by having the intention to do this.

What are the advantages of the new awareness?

Synchronies in life seem to increase
Problem free living

I hope this is not sounding too scientific because I am putting into words, a process, which is more on the level of feelings.

Message channelled by George Lockett (C) Copyright 2005, All Rights Reserved. Read HealerGeorge's Blog: <a target="_new" href="http://curezone.com/blogs/f.asp?f=95">http://curezone.com/blogs/f.asp?f=95</a>Visit the website for more information and previously published ebooks to read, Guided Meditation CD or MP3 file.  Request Absent Healing at: <a target="_new" href="http://www.healergeorge.com">http://www.healergeorge.com</a> Or ask at question at &quot;Ask HealerGeorge&quot;: <a target="_new" href="http://curezone.com/forums/f.asp?f=637">http://curezone.com/forums/f.asp?f=637</a>]]>
      
   </content>
</entry>

</feed>
