Dynamic Host Configuration Protocol or DHCP assigns the network configuration of an Operating System to allow clients to connect a server. DHCP is regulated by Internet Assigned Numbers Authority, the assigned UDP ports are 67 and 68. With DHCP automatic inclusion of a computer in an existing network without any manual configuration possible. This made DHCP suitable for the Internet Connection … [Read more...]
Publishing WordPress Plugin : Step by Step Guide
Publishing Wordpress Plugin can be a big obstructive factor for an average Plugin developer as it involves the knowledge needed to upload it through SVN. The process of Publishing Wordpress Plugin is quite complicated if the developer is not sure what is SVN or have never used Git. But, with good easy to use Softwares with a Graphical Interface, Publishing Wordpress Plugin has been quite … [Read more...]
SVN or Apache Subversion : What is SVN and How it Works
SVN or Apache Subversion is a free software for version control of files and directories for Open Source Software distribution and used by hosts like WordPress. If you are a WordPress user, you must have seen in plugin download pages this SVN link. We previously wrote about Git, SVN is done for versioning. The versioning is done on a central repository (like WordPress) in the form of a simple … [Read more...]
Biomedical Engineering and Scope of AI
Biomedical Engineering is the application of engineering principles and rules in the field of medical science for diagnostic, therapeutic reasons and for rehabilitation. As the approach of science is to make a better quality of human life and medical science human can not progress, many decades ago, a doctor thought after watching a big roomful desktop that, if this machine can be used for our … [Read more...]
Computational Complexity Theory : Basics
Computational complexity theory theoretically deals with problems to be treated in mathematically defined computer models,like use of resources or storage space. Computational Complexity is the attempt to define the set of efficiently solvable ways for inherently difficult problems. Basics of Computational Complexity Theory Computational Complexity Theory differs from computability … [Read more...]
Run Ubuntu Live Using External SATA Hard Disk
Run Ubuntu Live Using External SATA Hard Disk. You need not to purchase an external hard disk, even a desktop SATA or PATA Hard Disk will work for this project. Ubuntu right now is one of the most advanced and well supported Operating System. Let us do some fun work. Preface : Run Ubuntu Live Using External SATA Hard Disk There is an official Windows installer for Ubuntu. This … [Read more...]
Node in Cloud Computing : What this Node Means ?
Node in Cloud Computing is a connection point, either a redistribution point or an end point for data transmissions in general. Node in Cloud Computing is not a neologism. Node is actually a terminology that is derived from Networking. From Networking it was used in Grid Computing, then Virtualization and from from Virtualization in Cloud Computing. Node in Cloud Computing can be … [Read more...]
Ethernet : An Elaborated Article
Ethernet is a technology for wired data networks similar to LAN and enables data exchange in the form of data packets between LAN connected devices. At present rates of 10 megabits / sec, 100 Mbit / s (Fast Ethernet), 1000 megabits / s (Gigabit Ethernet) to 10 Gb / s are available. In traditional expression, the LAN extends only over a building; Ethernet operates by fiber and also has a limited … [Read more...]
Scalability in Cloud Computing
Scalability is a feature of Cloud Computing, But what is this terminology Scalability actually means ? We wrote in the previous detailed article on Cloud Computing that Cloud Computing's one of the feature is "Scalability by decoupling the use of swings and infrastructure limitations". This is an explanatory article in details on Scalability in Cloud Computing. What Scalability actually … [Read more...]
Best WiFi Apps for Android
Best WiFi Apps for Android lists some Free and Paid Android WiFi Apps which enhances the usefulness of WiFi more than provided by usually factory installed one. Previously we published how to use portable Wifi Hotspot Devices to Share Your Internet Connection, with some of these Apps listed on Best WiFi Apps for Android, you can do more. How we have listed the Apps on this list of Best … [Read more...]
Using wget Command Natively on Windows PC
Using wget Command Natively on Windows PC has the advantage of downloading content quite fast through the command line. Here is guide on using wget on Windows. You might like to read the guide on how to use cURL in Windows to Run cURL Commands Natively, although using wget command is more useful for any level of users. Points to Know Before Using wget Command Natively on Windows … [Read more...]