Posts

Showing posts from August, 2018

How to find ip address of the computer

Image
    It is easy to find the ip address of a computer. Just type "cmd" at the start button. Next click on the command prompt. Type "ipconfig" and press enter. The command will run and it will show something like this Some computer shows only IPv4 only while some will show both IPv4 and IPv6. the IPv4 of most computer will not change even though the LAN cable is switched. This is because the IPv4 is already set into the computer. Only old model of computers have IPv4 cause during when the computer was made, IPv4 was still sufficient,now newer model comes only with IPv6 as IPv4 is already not enough for the whole world.

Database and everything in between

Image
Database     A  database  is an organized collection of  data , stored and accessed electronically. Database designers typically organize the data to model aspects of reality in a way that supports  processes  requiring information, such as (for example) modelling the availability of rooms in hotels in a way that supports finding a hotel with vacancies Database management system     A database management system (DBMS) is a  software   application  that interacts with  end users , other applications, and the database itself to capture and analyze data. A general-purpose DBMS allows the definition, creation, querying, update, and administration of databases. A database is generally stored in a DBMS-specific format which is not  portable , but different DBMSs can share data by using  standards  such as  SQL  and  ODBC  or  JDBC . Sometimes a DBMS is loosely referred to as a "database".     Computer scientists may classify database-management systems according to the