Wednesday, June 25, 2014

"Who Wants Must Dare Pearl Waterfall in the Ocean" (Sukarno)

"Who Wants Must Dare Pearl Waterfall in the Ocean" (Sukarno)



"Whoever wants pearls,
must dare to jump in the deep ocean "
(Mr. Sukarno)

Lasting power is simply the power of the People (Soekarno)

Lasting power is simply the power of the People (Soekarno)

quote said President Sukarno - the people's power is lasting and god - akinini fb
Power a president has its limits though. Because power lasting just a power of the people. And above all is the Power of God Almighty.
Quote the words of Ir. Sukarno, Indonesia's first president.

Tuesday, June 24, 2014

How to Speed ​​up Windows Performance 8

How to Speed ​​up Windows Performance 

 

 In this discussion I will pass on How to Speed ​​up Windows performance 8 . In the case of booting Windows 8 is much faster when compared to Windows 7, in addition, in the case of Windows 8 memory usage is much less than previous versions of Windows. In terms of the look of Windows 8 is better and sharper, than that there are many more differences from the previous version of windows, even on Windows 8 there are still some drawbacks.
Cara Mempercepat Kinerja Windows 8

You should know that Windows 8 can be set quickly and easily, On this occasion I will deliver a way to speed up Windows 8. If you are a user of Windows 8 and can not enjoy it due to slow. Maybe the solution is to read this article.
Here is How to Speed ​​up Windows 8 Performance :
1. Disable / Turn off Windows Animations. By way of disabling the Windows animation will save memory otherwise it will make Windows faster and lighter. Although not significant but this will help a little. To disable animated uncheck the Performance Options as shown in the picture below.
2. Then you set the Startup Program. When the computer is turned on there will certainly directly running programs, in general, is a program that runs the program Drivers, Avast, Dropbox, and there are many more. The programs that run on startup is a startup program that can be set, so you can enable it or disable it when the computer is turned on. With the way the program is set to run at startup in Windows 8 then you'll be faster. To set it up you can go through the Task Manager and click Disable.
Cara Mempercepat Kinerja Windows 8

If you do not want to disable happen on every startup, you can set it in MSConfig.
3. Advantage of standard application called Disk Defragmenter to Optimize Optimize Drives HDD in Windows 8. With the application, it can help you to optimize your disk performance. In previous Windows versions also has a disk defragmenter. To run the application you just need to type in the Start Screen and then Defragment, Then select the Settings category in Charm Bar. If you've found it click on it, it will be directed to the Desktop Drives along with the Optimize window. If you want to start a defrag disks you just select and click Analyze.
Cara Mempercepat Kinerja Windows 8

4. The Windows Control Index. When you're looking for something in Windows 8, whether it's through a search in the Start Screen or in quest of Windows File Explorer, it can be found quickly. That is because Windows automatically talah index so you do not wait long at the time penncarian. The activity index is a great CPU process especially if you continue to use the search feature.
If you are more often doing a search on the Start Screen compared with Windows Explorer, you can disable the Windows Explorernya Index. So when you search for a file in Windows Explorer, you will not get anything. Below is how to turn off Windows Search, the first press Start after that type in services.msc then press Enter. After that find Windows Search right click and then select Properties.
Cara Mempercepat Kinerja Windows 8

Next you set the Startup type to Disabled, click Stop to stop the service. Then click OK.
Cara Mempercepat Kinerja Windows 8

5. Windows 8 has a new look to the Task Manager, you can see the programs that use too much memorynya so dark and small memory usage program will be brightly colored. With the display will make it easier for you to find and disable applications that result in your computer becoming slow.
Cara Mempercepat Kinerja Windows 8

 

Monday, June 23, 2014

Selection of Path Routing

Selection of Path Routing

Routing is a mechanism of delivery of data packets transmitted from one network to another network. In a router, usually has a routing table that stores information or routing path to be used when there is data transmission through the router. In certain cases to get to a destination, the router has only one gateway, such as a router must have a network that connects many different segments. A simple example can be seen in the following topology:
Then how the router determines its route selection?. Which Gateway Router 1 will be used to get to the server? When there is more than one routing rule, the router has a routing path calculation mechanisms that will be used routers for data transmission. Routing path selection is based on several parameters: dst-address and the distance of each routing rule.

  • First, the router will choose the rule dst-address routing to the most specific.
  • Then the router will see the value in the Distance parameter in each routing rule, the smaller the Distance, then the rule will be used.
  • If there are multiple routing rule with the same dst-address-specific and the same distance, then the router will choose the Random (round robin).
From the previous topology, routing rule obtained as images.
How does the order of priority lanes that will be used Router 1?. We will try to discuss route selection mechanism based router. Keep in mind, traffic is traffic that will be transmitted from Router 1 to the server with the IP address to 192.168.30.3. Take a look at the routing rule above, for the purpose of IP 192.168.30.3 dst-address = 192.168.30.0/29 more specific than dst-address = 192.168.30.0/24, so the rule B will be used as a first priority. Then the rule which will be a priority 2 and 3?. Consider the rule A and C. Both have the same dst-address - the same / 24, but the value of the distance of the two different rule. Between A and C routing rule, the router will choose A, because the distance to the rule parameter value A is smaller than C. It could be concluded that the rule of the discussion was going to come answer as follows:
By default distance value is determined according to the type of routing is applied, for example to Static Route = 1, OSPF = 110, RIP = 120, and so on. However, the value of the distance parameter can also be changed, to make a simple failover mechanism. An example implementation of a simple failover is when there are two routing rules with different distance, note the following routing rule:
In these examples, the main route is to go to 192.168.30.0/24 gateway 11.11.11.2. If the gateway 11.11.11.2 end / die, it will automatically update the routing rule that will use the router for data transmission will shift to using the backup path, which is the gateway 10.10.10.2. Network admin not to bother - bother to change the routing table information manually.