Posts

Showing posts with the label Information Technology

What is a database system in information technology?

Image
Database server infrastructure - Image by Colossus Cloud from Pixabay In Information Technology (IT), a database is an infrastructure that can store collection of data. Storing data in a database makes the data more structured and can be controlled easily. Saving and retrieving data with a given set of commands or queries, that is more popularly called structured query language (SQL). Nowadays, IT database systems can be divided into two major popular different type, RDBMS         and NoSQL database. RDBMS is pretty old, meanwhile NoSQL is the new kid that is trying to get more and more attention from the developer community because it allows for high-performance, agile processing of information at massive scale. RDBMS The Relational Database Management System or Relational database is a database System that is known as an advancement version of DBMS database system. If we talk about RDBMS, we cannot separate it by its SQL language. An SQL or structured query lang...

Some Must Read RFC - A List Of Technical Documentation Behind The Internet Technology

Image
Some Must Read RFC If you are a software engineer or some IT related job, you must already know about the RFC or Request for comment. It is kind of a non formal standard for internet related things. The most popular I guess is HTTP (hypertext transfer protocol). The RFC for HTTP alone has been aged 26 years (1995), but it’s relatively new. The first Rfc is from 1969, was issued by Steve Crocker. The first RFC 1 defined the “IMP software” used in the communication between hosts on the ARPAnet, a predecessor of the internet. There’s so many RFCs, almost 10000 in number, so if you want to read some important or mostly known RFC, here’s my pick and list some of RFCs that are maybe the most well known. - RFC 2324 - Hyper Text Coffee Pot Control Protocol (HTCPCP/1.0) - RFC 3629 about  UTF-8, a transformation format of ISO 10646 Who doesn’t know about UTF-8, yes probably nobody, everyone knows it. This RFC standardised how UTF-8 must be implemented.  - RFC 2246 about Transfer Laye...

Popular posts from this blog

How to Install Microsoft Office on Your PC: A Step-by-Step Guide

Coding On Your Android Phone Using Termux

How To Create Spring Boot Project Using Netbeans