<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Becouz.Net &#187; Personal Note</title>
	<atom:link href="http://becouz.net/category/personal-note/feed/" rel="self" type="application/rss+xml" />
	<link>http://becouz.net</link>
	<description>Computer, Hardware, Software</description>
	<lastBuildDate>Fri, 30 Jul 2010 10:13:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Making a Two Step Dialing Route and Trunk</title>
		<link>http://becouz.net/making-a-two-step-dialing-route-and-trunk.html</link>
		<comments>http://becouz.net/making-a-two-step-dialing-route-and-trunk.html#comments</comments>
		<pubDate>Wed, 09 Dec 2009 12:04:34 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Personal Note]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[computer networking]]></category>
		<category><![CDATA[dialing route]]></category>
		<category><![CDATA[freepbx trunk]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[internet informtion]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[technology news]]></category>
		<category><![CDATA[tips computer]]></category>
		<category><![CDATA[wireles radio]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=2402</guid>
		<description><![CDATA[Here&#8217;s a basic template for making a two-step dialing route and trunk. This will undoubtedly need some tweaking with regard to timeouts, etc. and it may not be the most efficient way to do this, but it should work in many situations:
Make some test calls and note any required timeouts or additional digits
Make a few [...]


Related posts:<ol><li><a href='http://becouz.net/tips-to-use-the-phone-line-from-between-two-different-servers-freepbx.html' rel='bookmark' title='Permanent Link: Tips to Use The Phone Line from Between Two Different Servers FreePBX'>Tips to Use The Phone Line from Between Two Different Servers FreePBX</a></li>
<li><a href='http://becouz.net/how-to-setup-ip-phone-spa901-and-spa921.html' rel='bookmark' title='Permanent Link: How to Setup IP Phone SPA901 and SPA921'>How to Setup IP Phone SPA901 and SPA921</a></li>
<li><a href='http://becouz.net/problem-with-no-trunks-in-fop.html' rel='bookmark' title='Permanent Link: Problem with No trunks in FOP'>Problem with No trunks in FOP</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbecouz.net%2Fmaking-a-two-step-dialing-route-and-trunk.html"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbecouz.net%2Fmaking-a-two-step-dialing-route-and-trunk.html" height="61" width="51" /></a></div><p>Here&#8217;s a basic template for making a two-step dialing route and trunk. This will undoubtedly need some tweaking with regard to timeouts, etc. and it may not be the most efficient way to do this, but it should work in many situations:</p>
<p><strong>Make some test calls and note any required timeouts or additional digits</strong><br />
Make a few test calls and note any time delays, dialing prefixes or suffixes required, etc. For example, one service is said to require you to make a language selection, then wait a few seconds before dialing the number.</p>
<p><strong>Create a context in extensions_custom.conf</strong><br />
This is just a small four-line context that you will add at the bottom of extensions_custom.conf. The second line is for debugging/logging purposes only but if you remove it, don&#8217;t forget to renumber the other lines. The third line is the real &#8220;meat&#8221; of the context. Your context should look like this:<span id="more-2402"></span></p>
<p>[servicename]<br />
exten =&gt; _X.,1,NoOp(Number originally dialed was ${EXTEN})<br />
exten =&gt; _X.,2,Dial(Local/19995559999@outbound-allroutes,,D(wwwwww${EXTEN}))<br />
exten =&gt; _X.,3,Hangup</p>
<p>&#8220;servicename&#8221; is just a name for your context that doesn&#8217;t duplicate any other context name. Replace 19995559999 with the number you would dial from a local extension to access the international calling service. The wwwwww${EXTEN} means wait three seconds and then dial the number you want to call. That may need to be tweaked. For example, let&#8217;s say that in your testing you found that you had to wait one second, dial either &#8220;1&#8243; or &#8220;2&#8243; to make a language selection, wait one more second, and then dial the number you want to call. In that case, you&#8217;d use ww1ww${EXTEN} (although I&#8217;d throw in an extra w or two in case the system is busy and a little slow on the uptake from time to time).</p>
<p><strong>Create a Custom Trunk in FreePBX</strong><br />
This is drop-dead simple (only wish it had been simple to figure out). Normally the only thing you will need to do here is create a new custom trunk and leave everything blank except the Custom Dial String field, which should look like this:</p>
<p>Local/$OUTNUM$@servicename</p>
<p>Note that &#8220;servicename&#8221; is the same context name you used in step 2 &#8211; the rest of the line can be copied and pasted verbatim. Although I haven&#8217;t tried entering anything in any of the other trunk-specific fields, I would imagine that they could be used normally &#8211; for example, to strip or add prefixes from the dialed number. For example, if you&#8217;re in a country where you dial 00 in front of an international call, and you&#8217;re sending this to a U.S. based service, you&#8217;ll want to strip the 00 and then add 011.</p>
<p><strong>Create an Outbound Route to send calls to your trunk.</strong><br />
When creating a route, about the only thing you will need to do is enter appropriate dial patterns that will be allowed to access the trunk you created in step 3. For example, if you are in the United States and you are using a service that allows calls to anywhere in the U.K., you&#8217;d simply put something like<br />
01144.<br />
as a dial pattern. Of course, the service you use may not allow calls to high-cost numbers (e.g. mobiles) so it may get more complicated. Creating dial plans is beyond the scope of this article, but just remember when you are finished with the dial plan to select your newly-created custom trunk at the bottom of the screen, and don&#8217;t forget to click the red bar so all your changes take effect.</p>
<p>Read More : <a href="http://www.voip-info.org/wiki" rel="nofollow"  target="_blank">voip-info.org</a></p>
<script type="text/javascript" class="owbutton" src="http://www.onlywire.com/btn/button_2543" title="Making a Two Step Dialing Route and Trunk" url="http://becouz.net/making-a-two-step-dialing-route-and-trunk.html"></script>

<p>Related posts:<ol><li><a href='http://becouz.net/tips-to-use-the-phone-line-from-between-two-different-servers-freepbx.html' rel='bookmark' title='Permanent Link: Tips to Use The Phone Line from Between Two Different Servers FreePBX'>Tips to Use The Phone Line from Between Two Different Servers FreePBX</a></li>
<li><a href='http://becouz.net/how-to-setup-ip-phone-spa901-and-spa921.html' rel='bookmark' title='Permanent Link: How to Setup IP Phone SPA901 and SPA921'>How to Setup IP Phone SPA901 and SPA921</a></li>
<li><a href='http://becouz.net/problem-with-no-trunks-in-fop.html' rel='bookmark' title='Permanent Link: Problem with No trunks in FOP'>Problem with No trunks in FOP</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/making-a-two-step-dialing-route-and-trunk.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enjoy Your Live with Funny Linux Command</title>
		<link>http://becouz.net/enjoy-your-live-with-funny-linux-command.html</link>
		<comments>http://becouz.net/enjoy-your-live-with-funny-linux-command.html#comments</comments>
		<pubDate>Tue, 22 Sep 2009 19:15:08 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Personal Note]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[computer networking]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[internet information]]></category>
		<category><![CDATA[linux command]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[technology news]]></category>
		<category><![CDATA[tips computer]]></category>
		<category><![CDATA[wireles radio]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=2292</guid>
		<description><![CDATA[Do you like linux or are u linux mania ? If the answer yes, may be u want to try use some funny linux command. May be u can used in your t-shirt or may be u write in ur car  
This is funny linux command i get from site frank mash
% cat &#8220;food [...]


Related posts:<ol><li><a href='http://becouz.net/linux-command-handling.html' rel='bookmark' title='Permanent Link: Linux Command Handling'>Linux Command Handling</a></li>
<li><a href='http://becouz.net/information-scipts-to-customise-your-linux.html' rel='bookmark' title='Permanent Link: Information Scipts to Customise Your Linux'>Information Scipts to Customise Your Linux</a></li>
<li><a href='http://becouz.net/10-tips-to-make-linux-networking-easier.html' rel='bookmark' title='Permanent Link: 10 Tips to Make Linux Networking Easier'>10 Tips to Make Linux Networking Easier</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbecouz.net%2Fenjoy-your-live-with-funny-linux-command.html"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbecouz.net%2Fenjoy-your-live-with-funny-linux-command.html" height="61" width="51" /></a></div><p>Do you like<strong> linux</strong> or are u linux mania ? If the answer yes, may be u want to try use some funny <strong>linux command</strong>. May be u can used in your t-shirt or may be u write in ur car <img src='http://becouz.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>This is funny linux command i get from site <a href="http://frankmash.blogspot.com" rel="nofollow" title="funny linux command"  target="_blank">frank mash</a><span id="more-2292"></span></p>
<blockquote><p>% cat &#8220;food in cans&#8221;<br />
cat: can&#8217;t open food in cans</p>
<p>% nice man woman<br />
No manual entry for woman.</p>
<p>% &#8220;How would you rate Quayle&#8217;s incompetence?<br />
Unmatched &#8220;.</p>
<p>% Unmatched &#8220;.<br />
Unmatched &#8220;.</p>
<p>% [Where is Jimmy Hoffa?<br />
Missing ].</p>
<p>% ^How did the sex change operation go?^<br />
Modifier failed.</p>
<p>% If I had a ( for every $ the Congress spent, what would I have?<br />
Too many (&#8217;s.</p>
<p>% make love<br />
Make: Don&#8217;t know how to make love. Stop.</p>
<p>% sleep with me<br />
bad character</p>
<p>% got a light?<br />
No match.</p>
<p>% man: why did you get a divorce?<br />
man:: Too many arguments.</p>
<p>% !:say, what is saccharine?<br />
Bad substitute.</p>
<p>% %blow<br />
%blow: No such job.</p>
<p>% \(-<br />
(-: Command not found.</p>
<p>$ PATH=pretending! /usr/ucb/which sense<br />
no sense in pretending!</p>
<p>$ drink matter<br />
matter: cannot create</p></blockquote>
<script type="text/javascript" class="owbutton" src="http://www.onlywire.com/btn/button_2543" title="Enjoy Your Live with Funny Linux Command" url="http://becouz.net/enjoy-your-live-with-funny-linux-command.html"></script>

<p>Related posts:<ol><li><a href='http://becouz.net/linux-command-handling.html' rel='bookmark' title='Permanent Link: Linux Command Handling'>Linux Command Handling</a></li>
<li><a href='http://becouz.net/information-scipts-to-customise-your-linux.html' rel='bookmark' title='Permanent Link: Information Scipts to Customise Your Linux'>Information Scipts to Customise Your Linux</a></li>
<li><a href='http://becouz.net/10-tips-to-make-linux-networking-easier.html' rel='bookmark' title='Permanent Link: 10 Tips to Make Linux Networking Easier'>10 Tips to Make Linux Networking Easier</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/enjoy-your-live-with-funny-linux-command.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Fix Problem Upload Music on Hold in FreePBX</title>
		<link>http://becouz.net/how-to-fix-problem-upload-music-on-hold-in-freepbx.html</link>
		<comments>http://becouz.net/how-to-fix-problem-upload-music-on-hold-in-freepbx.html#comments</comments>
		<pubDate>Tue, 16 Jun 2009 02:05:31 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Other Tecnology]]></category>
		<category><![CDATA[Personal Note]]></category>
		<category><![CDATA[dedicated voip server]]></category>
		<category><![CDATA[freepbx music on hold]]></category>
		<category><![CDATA[home voip server]]></category>
		<category><![CDATA[music on hold]]></category>
		<category><![CDATA[pbx server]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[virtual pbx server]]></category>
		<category><![CDATA[voip pbx server]]></category>
		<category><![CDATA[voip server]]></category>
		<category><![CDATA[voip server software]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=2114</guid>
		<description><![CDATA[I was install Asterisk now 1.5 with Freepbx 2.5.1.5.
I try upload mp3 file to music on hold.
I choose file and click upload, after some second my web page say some reason:
Error Processing: &#8220;sh: mpg123: command not found
sox: Can&#8217;t open input file &#8216;/var/lib/asterisk/mohmp3/orig_november_rain.mp3&#8242;: No such file or directory&#8221; for
november_rain.mp3!
This is not a fatal error, your Music [...]


Related posts:<ol><li><a href='http://becouz.net/tips-default-asterisk-manager-password-used.html' rel='bookmark' title='Permanent Link: Tips Default Asterisk Manager Password Used'>Tips Default Asterisk Manager Password Used</a></li>
<li><a href='http://becouz.net/tips-to-use-the-phone-line-from-between-two-different-servers-freepbx.html' rel='bookmark' title='Permanent Link: Tips to Use The Phone Line from Between Two Different Servers FreePBX'>Tips to Use The Phone Line from Between Two Different Servers FreePBX</a></li>
<li><a href='http://becouz.net/how-to-setup-ip-phone-spa901-and-spa921.html' rel='bookmark' title='Permanent Link: How to Setup IP Phone SPA901 and SPA921'>How to Setup IP Phone SPA901 and SPA921</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbecouz.net%2Fhow-to-fix-problem-upload-music-on-hold-in-freepbx.html"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbecouz.net%2Fhow-to-fix-problem-upload-music-on-hold-in-freepbx.html" height="61" width="51" /></a></div><p><span class="postbody">I was install Asterisk now 1.5 with Freepbx 2.5.1.5.<br />
I try upload mp3 file to music on hold.<br />
I choose file and click upload, after some second my web page say some reason:</span></p>
<h5>Error Processing: &#8220;sh: mpg123: command not found<br />
sox: Can&#8217;t open input file &#8216;/var/lib/asterisk/mohmp3/orig_november_rain.mp3&#8242;: No such file or directory&#8221; for</h5>
<h5>november_rain.mp3!</h5>
<h5>This is not a fatal error, your Music on Hold may still work.</h5>
<p>and to fix this problem, i tryto make a directory :<span id="more-2114"></span></p>
<p>/var/lib/asterisk$ mkdir mohmp3<br />
/var/lib/asterisk$ chown asterisk.asterisk mohmp3<br />
/var/lib/asterisk$ chmod 775 mohmp3</p>
<p>after that, i can upload my music file to freepbx</p>
<script type="text/javascript" class="owbutton" src="http://www.onlywire.com/btn/button_2543" title="How to Fix Problem Upload Music on Hold in FreePBX" url="http://becouz.net/how-to-fix-problem-upload-music-on-hold-in-freepbx.html"></script><h4>Popular Tags for the article:</h4><a href="http://becouz.net/how-to-fix-problem-upload-music-on-hold-in-freepbx.html" title="Error Processing: sh: mpg123: command not found">Error Processing: sh: mpg123: command not found</a>, <a href="http://becouz.net/how-to-fix-problem-upload-music-on-hold-in-freepbx.html" title="sh: mpg123: command not found">sh: mpg123: command not found</a>, <a href="http://becouz.net/how-to-fix-problem-upload-music-on-hold-in-freepbx.html" title="freepbx music on hold">freepbx music on hold</a>, <a href="http://becouz.net/how-to-fix-problem-upload-music-on-hold-in-freepbx.html" title="asterisknow mpg123">asterisknow mpg123</a>, <a href="http://becouz.net/how-to-fix-problem-upload-music-on-hold-in-freepbx.html" title="Do not understand format type: mp3">Do not understand format type: mp3</a>, <a href="http://becouz.net/how-to-fix-problem-upload-music-on-hold-in-freepbx.html" title="sox: Failed reading Do not understand format type: mp3">sox: Failed reading Do not understand format type: mp3</a>, <a href="http://becouz.net/how-to-fix-problem-upload-music-on-hold-in-freepbx.html" title="trixbox Error Processing: sh: mpg123: command not found">trixbox Error Processing: sh: mpg123: command not found</a>, <a href="http://becouz.net/how-to-fix-problem-upload-music-on-hold-in-freepbx.html" title="trixbox Do not understand format type: mp3">trixbox Do not understand format type: mp3</a>, <a href="http://becouz.net/how-to-fix-problem-upload-music-on-hold-in-freepbx.html" title="sox: Failed reading /var/lib/asterisk/mohmp3">sox: Failed reading /var/lib/asterisk/mohmp3</a>, <a href="http://becouz.net/how-to-fix-problem-upload-music-on-hold-in-freepbx.html" title="Error Processing: High Performance MPEG 1 0/2 0/2 5 Audio Player for Layers 1 2 and 3">Error Processing: High Performance MPEG 1 0/2 0/2 5 Audio Player for Layers 1 2 and 3</a>, <a href="http://becouz.net/how-to-fix-problem-upload-music-on-hold-in-freepbx.html" title="sox: Failed reading : Do not understand format type: mp3">sox: Failed reading : Do not understand format type: mp3</a>, <a href="http://becouz.net/how-to-fix-problem-upload-music-on-hold-in-freepbx.html" title="Cant open input file /var/lib/asterisk/mohmp3/">Cant open input file /var/lib/asterisk/mohmp3/</a>, <a href="http://becouz.net/how-to-fix-problem-upload-music-on-hold-in-freepbx.html" title="sox Do not understand format type: mp3">sox Do not understand format type: mp3</a>, <a href="http://becouz.net/how-to-fix-problem-upload-music-on-hold-in-freepbx.html" title="uploads = /var/lib/asterisk/uploads">uploads = /var/lib/asterisk/uploads</a>, <a href="http://becouz.net/how-to-fix-problem-upload-music-on-hold-in-freepbx.html" title="freepbx mpg123">freepbx mpg123</a></p><!-- SEO SearchTerms Tagging 2 plugin took 10.074 ms -->

<p>Related posts:<ol><li><a href='http://becouz.net/tips-default-asterisk-manager-password-used.html' rel='bookmark' title='Permanent Link: Tips Default Asterisk Manager Password Used'>Tips Default Asterisk Manager Password Used</a></li>
<li><a href='http://becouz.net/tips-to-use-the-phone-line-from-between-two-different-servers-freepbx.html' rel='bookmark' title='Permanent Link: Tips to Use The Phone Line from Between Two Different Servers FreePBX'>Tips to Use The Phone Line from Between Two Different Servers FreePBX</a></li>
<li><a href='http://becouz.net/how-to-setup-ip-phone-spa901-and-spa921.html' rel='bookmark' title='Permanent Link: How to Setup IP Phone SPA901 and SPA921'>How to Setup IP Phone SPA901 and SPA921</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/how-to-fix-problem-upload-music-on-hold-in-freepbx.html/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Indoor Playground, Where the Children Get Happiness</title>
		<link>http://becouz.net/indoor-playground-where-the-children-get-happiness.html</link>
		<comments>http://becouz.net/indoor-playground-where-the-children-get-happiness.html#comments</comments>
		<pubDate>Tue, 02 Dec 2008 01:14:02 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Default]]></category>
		<category><![CDATA[Personal Note]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=1382</guid>
		<description><![CDATA[




The period when children are very beautiful time. For children this is the time to play and grow. Both the growth of physical or mental growth. Unfortunately, if children can not enjoy the fun time. Kids Indoor Playgrounds can be a place of choice for children to have a fun time, especially for those who [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbecouz.net%2Findoor-playground-where-the-children-get-happiness.html"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbecouz.net%2Findoor-playground-where-the-children-get-happiness.html" height="61" width="51" /></a></div><div class="mceTemp">
<dl id="attachment_1383" class="wp-caption alignleft" style="width: 160px;">
<dt class="wp-caption-dt"><a href="http://becouz.net/wp-content/uploads/2008/12/balls-of-fun-1.jpg"><img class="size-thumbnail wp-image-1383" title="balls-of-fun-1" src="http://becouz.net/wp-content/uploads/2008/12/balls-of-fun-1-150x150.jpg" alt="Kid Indoor Playgrounds" width="150" height="150" /></a></dt>
</dl>
</div>
<p>The period when children are very beautiful time. For children this is the time to play and grow. Both the growth of physical or mental growth. Unfortunately, if children can not enjoy the fun time. Kids <a href="http://http://www.kidsindoorplayground.ca/"title="Indoor Playgrounds" rel="nofollow"  target="_blank">Indoor Playgrounds</a> can be a place of choice for children to have a fun time, especially for those who are in Toronto, Mississauga, Oakville, Brampton, Milton.<span id="more-1382"></span></p>
<p>For example, for children who live in Toronto, they can play in the playground where the vast Indoor Playgrounds in Toronto in 1500 that the Royal York rd. <a href="http://www.kidsindoorplayground.ca/indoor-playground-toronto.html" rel="nofollow" title="Indoor Playground Toronto"  target="_blank">Indoor Playgrounds Toronto</a> wider when compared with other playground. So the children can do fun activities. It also can be used as a place to party for the children such as birthday parties.</p>
<p>Not far from Toronto, in the City of Mississauga there a place for children called <a href="http://www.kidsindoorplayground.ca/balls-of-fun-mississauga.html" rel="nofollow" title="Indoor Playground Mississauga"  target="_blank">Indoor Playgrounds Mississauga</a>. There are a place to play ball wich name Ball of Fun, which will be very enjoyable for the children. They can play and have fun with friends at the playground. They can also show gaiety and vivacity that they possess</p>
<script type="text/javascript" class="owbutton" src="http://www.onlywire.com/btn/button_2543" title="Indoor Playground, Where the Children Get Happiness" url="http://becouz.net/indoor-playground-where-the-children-get-happiness.html"></script><h4>Popular Tags for the article:</h4><a href="http://becouz.net/indoor-playground-where-the-children-get-happiness.html" title="indoor playground brampton">indoor playground brampton</a></p><!-- SEO SearchTerms Tagging 2 plugin took 0.835 ms -->

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/indoor-playground-where-the-children-get-happiness.html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Definition of IP Address in My Version</title>
		<link>http://becouz.net/definition-of-ip-address-in-my-version.html</link>
		<comments>http://becouz.net/definition-of-ip-address-in-my-version.html#comments</comments>
		<pubDate>Sun, 23 Nov 2008 20:23:07 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Personal Note]]></category>
		<category><![CDATA[computer networking]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[internet information]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[technology new]]></category>
		<category><![CDATA[tips computer]]></category>
		<category><![CDATA[wireles radio]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=1336</guid>
		<description><![CDATA[IP address is a numerical identification (logical address) that is assigned to devices participating in a computer network utilizing the Internet Protocol for communication between its nodes. The role of the IP address has been characterized as follows:

A name indicates what we seek.
An address indicates where it is.
A route indicates how to get there.


The original [...]


Related posts:<ol><li><a href='http://becouz.net/assigning-an-ipv6-address-to-an-interface.html' rel='bookmark' title='Permanent Link: Assigning an IPv6 Address to an Cisco Interface'>Assigning an IPv6 Address to an Cisco Interface</a></li>
<li><a href='http://becouz.net/little-think-about-ipv6.html' rel='bookmark' title='Permanent Link: Little Think About IPv6'>Little Think About IPv6</a></li>
<li><a href='http://becouz.net/sekilas-dan-sedikit-tentang-domain-name-system.html' rel='bookmark' title='Permanent Link: Sekilas dan Sedikit tentang Domain Name System'>Sekilas dan Sedikit tentang Domain Name System</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbecouz.net%2Fdefinition-of-ip-address-in-my-version.html"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbecouz.net%2Fdefinition-of-ip-address-in-my-version.html" height="61" width="51" /></a></div><p>IP address is a numerical identification (logical address) that is assigned to devices participating in a computer network utilizing the Internet Protocol for communication between its nodes. The role of the IP address has been characterized as follows:</p>
<ul>
<li>A name indicates what we seek.</li>
<li>An address indicates where it is.</li>
<li>A route indicates how to get there.</li>
</ul>
<p><span id="more-1336"></span><br />
The original designers of TCP/IP defined an IP address as a 32-bit number and this system named Internet Protocol Version 4 (IPv4). But a new addressing system (IPv6), using 128 bits for the address, was developed. IPv4 uses 32-bit (4-byte) addresses, which limits the address space to 4,294,967,296 possible unique addresses. IPv4 addresses are usually represented in dot-decimal notation. Each part represents 8 bits of the address, and is therefore called an octet. It is possible, although less common, to write IPv4 addresses in binary or hexadecimal. When converting, each octet is treated as a separate number. (So 255.255.0.0 in dot-decimal would be FF.FF.00.00 in hexadecimal.)<br />
<br /></br><br />
Network administrators interpreted an IP address as a structure of network number and host number. The highest order octet were designating the network number, and the rest of the bits were called the rest field or host identifier and used for host numbering within a network. This method soon proved inadequate as local area networks developed that were not part of the larger networks already designated by a network number.<br />
<br /></br><br />
The IP address is divided into two parts: the network address and the host identifier. The subnet mask (in IPv4 only) prefix determine how the IP address is divided into network and host parts. The term subnet mask is only used within IPv4. the IP address is followed by a slash and the number (in decimal) of bits used for the network part, also called the routing prefix.<br />
<br /></br><br />
The Internet addressing specification was revised with the introduction of classful network architecture. Classful network design allowed for a larger number of individual assignments. The first three bits of the most significant octet of an IP address was defined as the &#8220;class&#8221; of the address, instead of just the network number and, depending on the class derived, the network designation was based on octet boundary segments of the entire address.<br />
<br /></br><br />
Although classful network design was a successful developmental stage, it proved unscalable in the rapid expansion of the Internet and was abandoned when Classless Inter-Domain Routing (CIDR) was introduced (RFC 1517, RFC 1518, RFC 1519) to define a new concept for the allocation of IP address blocks and new rules of routing protocol packets using IPv4 addresses.<br />
<br /></br><br />
Computers not connected to the Internet, such as office computer that communicate only with each other via TCP/IP, need not have globally-unique IP addresses. These addresses are not routed on the Internet, and thus need not be coordinated with an IP address registry.<br />
<br /></br><br />
The next generation of the Internet Protocol, aimed to replace IPv4 on the Internet, was eventually named Internet Protocol Version 6 (IPv6)[3] The address size was increased from 32 to 128 bits (16 bytes), which, even with a generous assignment of network blocks, is deemed sufficient for the foreseeable future. Mathematically, the new address space provides the potential for a maximum of 2128, or about 3.403 × 1038 unique addresses.<br />
<br /></br><br />
The new design also provides the opportunity to separate the addressing infrastructure of a network segment&#8211;that is the local administration of the segment&#8217;s available space&#8211;from the addressing prefix used to route external traffic for a network. The new design is not based on the goal to provide a sufficient quantity of addresses alone, but rather to allow efficient aggregation of subnet routing prefixes to occur at routing nodes. As a result, routing table sizes are smaller, and the smallest possible individual allocation is a subnet for 264 hosts, which is the size of the square of the size of the entire IPv4 Internet.<br />
<br /></br><br />
IPv6 has facilities that automatically change the routing prefix of entire networks should the global connectivity or the routing policy change without requiring internal redesign or renumbering. The large number of IPv6 addresses allows large blocks to be assigned for specific purposes and, where appropriate, to be aggregated for efficient routing.</p>
<script type="text/javascript" class="owbutton" src="http://www.onlywire.com/btn/button_2543" title="Definition of IP Address in My Version" url="http://becouz.net/definition-of-ip-address-in-my-version.html"></script>

<p>Related posts:<ol><li><a href='http://becouz.net/assigning-an-ipv6-address-to-an-interface.html' rel='bookmark' title='Permanent Link: Assigning an IPv6 Address to an Cisco Interface'>Assigning an IPv6 Address to an Cisco Interface</a></li>
<li><a href='http://becouz.net/little-think-about-ipv6.html' rel='bookmark' title='Permanent Link: Little Think About IPv6'>Little Think About IPv6</a></li>
<li><a href='http://becouz.net/sekilas-dan-sedikit-tentang-domain-name-system.html' rel='bookmark' title='Permanent Link: Sekilas dan Sedikit tentang Domain Name System'>Sekilas dan Sedikit tentang Domain Name System</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/definition-of-ip-address-in-my-version.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sekilas dan Sedikit tentang Domain Name System</title>
		<link>http://becouz.net/sekilas-dan-sedikit-tentang-domain-name-system.html</link>
		<comments>http://becouz.net/sekilas-dan-sedikit-tentang-domain-name-system.html#comments</comments>
		<pubDate>Thu, 09 Oct 2008 23:37:11 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Personal Note]]></category>
		<category><![CDATA[computer networking]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[domain name server]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[internet information]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[technology new]]></category>
		<category><![CDATA[tips computer]]></category>
		<category><![CDATA[wireles radio]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=1087</guid>
		<description><![CDATA[DNS adalah singkatan dari Domain Name System, yang berfungsi menerjemahkan alamat ip komputer dengan alamat yang lebih kita mengerti. Dimana setiap komputer yang terhubung ke internet harus punya ip address. Ip addres bisa diibaratkan sebagai nama dari komputer namun tentu kita kesulitan bila menghapal 202.168.29.105 dan lebih mudah menghapal cobaaja.co.id karena hal tersebut DNS diperlukan [...]


Related posts:<ol><li><a href='http://becouz.net/membuat-hotspot-dengan-mikrotik.html' rel='bookmark' title='Permanent Link: Membuat Hotspot dengan Mikrotik'>Membuat Hotspot dengan Mikrotik</a></li>
<li><a href='http://becouz.net/instalasi-squid-di-red-hat-fedora-core-1.html' rel='bookmark' title='Permanent Link: Instalasi Squid di Red Hat Fedora Core 1'>Instalasi Squid di Red Hat Fedora Core 1</a></li>
<li><a href='http://becouz.net/install-dd-wrt-linksys-wrt54gl.html' rel='bookmark' title='Permanent Link: Ayo Install DD-WRT pada Linksys WRT54GL'>Ayo Install DD-WRT pada Linksys WRT54GL</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbecouz.net%2Fsekilas-dan-sedikit-tentang-domain-name-system.html"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbecouz.net%2Fsekilas-dan-sedikit-tentang-domain-name-system.html" height="61" width="51" /></a></div><p>DNS adalah singkatan dari Domain Name System, yang berfungsi menerjemahkan alamat ip komputer dengan alamat yang lebih kita mengerti. Dimana setiap komputer yang terhubung ke internet harus punya ip address. Ip addres bisa diibaratkan sebagai nama dari komputer namun tentu kita kesulitan bila menghapal 202.168.29.105 dan lebih mudah menghapal cobaaja.co.id karena hal tersebut DNS diperlukan untuk membuat kita lebih mudah menghapal dengan bahasa kita dan bukan bahasa komputer. <span id="more-1087"></span></p>
<p>Kecil kemungkinan kita mampu untuk mengingat semua alamat IP yang berupa angka tersebut yang jumlahnya sangat banyak. Kita akan lebih mudah mengingat nama daripada angka untuk mengenali identitas suatu komputer/server.</p>
<p>Nama domain (domain name) adalah nama unik yang diberikan untuk mengidentifikasi nama server komputer seperti web server atau email server di jaringan komputer ataupun internet. Nama domain<br />
berfungsi untuk mempermudah pengguna di internet pada saat melakukan akses ke server, selain juga dipakai untuk mengingat nama server yang dikunjungi tanpa harus mengenal deretan angka yang rumit<br />
yang dikenal sebagai IP address. DNS menyediakan servis yang cukup penting untuk Internet, bilamana perangkat keras komputer dan jaringan bekerja dengan alamat IP untuk mengerjakan tugas seperti pengalamatan dan penjaluran (routing), manusia pada umumnya lebih memilih untuk menggunakan nama host dan nama domain</p>
<p>Salah satu pengguna DNS adalah pengakses internet, tapi pengakses internet tidak perlu membuat DNS Server karena bisa menggunakan DNS server yang disediakan oleh ISP. Pengguna DNS selanjutnya tentu saja adalah ISP, dan mereka yang mengelola domain dan webserver. Salah satu nya adalah PANDI.</p>
<p>Beberapa data yang disimpan di dalam DNS diantaranya:</p>
<ul>
<li>A record atau catatan alamat memetakan sebuah nama host ke alamat IP 32-bit (untuk IPv4).</li>
<li>AAAA record atau catatan alamat IPv6 memetakan sebuah nama host ke alamat IP 128-bit (untuk IPv6).</li>
<li>PTR record atau catatan penunjuk memetakan sebuah nama host ke nama kanonik untuk host tersebut. Pembuatan rekod PTR untuk sebuah nama host di dalam domain in-addr.arpa yang mewakili sebuah alamat IP menerapkan pencarian balik DNS (reverse DNS lookup) untuk alamat tersebut.</li>
<li>CNAME record atau catatan nama kanonik membuat alias untuk nama domain. Domain yang di-alias-kan memiliki seluruh subdomain dan rekod DNS seperti aslinya.</li>
<li>&#8216;[MX record]] atau catatan pertukaran surat memetakan sebuah nama domain ke dalam daftar mail exchange server untuk domain tersebut.</li>
<li>SOA record atau catatan otoritas awal (Start of Authority) mengacu server DNS yang mengediakan otorisasi informasi tentang sebuah domain Internet.</li>
<li>NS record atau catatan server nama memetakan sebuah nama domain ke dalam satu daftar dari server DNS untuk domain tersebut. Pewakilan bergantung kepada rekod NS.</li>
<li>SRV record adalah catatan lokasi secara umum.</li>
</ul>
<script type="text/javascript" class="owbutton" src="http://www.onlywire.com/btn/button_2543" title="Sekilas dan Sedikit tentang Domain Name System" url="http://becouz.net/sekilas-dan-sedikit-tentang-domain-name-system.html"></script><h4>Popular Tags for the article:</h4><a href="http://becouz.net/sekilas-dan-sedikit-tentang-domain-name-system.html" title="DNS BERFUNGSI">DNS BERFUNGSI</a>, <a href="http://becouz.net/sekilas-dan-sedikit-tentang-domain-name-system.html" title="tentang domain name system">tentang domain name system</a>, <a href="http://becouz.net/sekilas-dan-sedikit-tentang-domain-name-system.html" title="domain name sistem">domain name sistem</a>, <a href="http://becouz.net/sekilas-dan-sedikit-tentang-domain-name-system.html" title="info tentangdomain name system">info tentangdomain name system</a>, <a href="http://becouz.net/sekilas-dan-sedikit-tentang-domain-name-system.html" title="singkatan alamat domain">singkatan alamat domain</a>, <a href="http://becouz.net/sekilas-dan-sedikit-tentang-domain-name-system.html" title="tentang domain">tentang domain</a>, <a href="http://becouz.net/sekilas-dan-sedikit-tentang-domain-name-system.html" title="tips aktifkan otoritas hp">tips aktifkan otoritas hp</a></p><!-- SEO SearchTerms Tagging 2 plugin took 4.528 ms -->

<p>Related posts:<ol><li><a href='http://becouz.net/membuat-hotspot-dengan-mikrotik.html' rel='bookmark' title='Permanent Link: Membuat Hotspot dengan Mikrotik'>Membuat Hotspot dengan Mikrotik</a></li>
<li><a href='http://becouz.net/instalasi-squid-di-red-hat-fedora-core-1.html' rel='bookmark' title='Permanent Link: Instalasi Squid di Red Hat Fedora Core 1'>Instalasi Squid di Red Hat Fedora Core 1</a></li>
<li><a href='http://becouz.net/install-dd-wrt-linksys-wrt54gl.html' rel='bookmark' title='Permanent Link: Ayo Install DD-WRT pada Linksys WRT54GL'>Ayo Install DD-WRT pada Linksys WRT54GL</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/sekilas-dan-sedikit-tentang-domain-name-system.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
