Category IT

Multiprotocol Label Switching

Multiprotocol Label Switching (MPLS) is a routing technique in telecommunications networks that directs data from one node to the next based on labels rather than network addresses. It is a multilayered protocol for computer networks. MPLS Characteristics Labels are used…

Markup Language

A markup language is a text-encoding system which specifies the structure and formatting of a document and potentially the relationships among its parts. A lightweight markup language (LML) uses a simple and unobtrusive syntax that aims on maintaining human readability…

IT Quality Assurance

IT quality assurance (QA) encompasses not only software testing but also other activities that ensure the overall quality of IT systems, including requirements analysis, process improvement, and various testing types such as system testing, integration testing, and user acceptance testing.…

Data Serialization Language

This posts explains about data serialization formats, that are markup languages that focus on data itself rather than text format. Do not confuse with document markup languages, that focused on tech format. List of Data Serialization Languages Data serialization languages…

Content Management Database

A Content Management Database, CMDB, stores an inventory of configuration items (CIs), it means, hardware, software and network components within a scope, usually an organization, that can be configured. A CI represents an item under configuration management, such as a…

IT Configuration Management

IT configuration management (ITCM) configures software and systems on already provisioned infrastructure. According to ITIL, configuration management is a process of IT Service Management (ITSM). ITCM is also a common practice within DevOps, a movement within software development industry. You…

Common Object Request Broker Architecture

Common Object Request Broker Architecture (CORBA) is based in an architecture model distribution for heterogeneous environments. It was proposed by the Object Management Group (OMG). It is based on the communication protocol GIOP (General InterORB Protocol). Its language for interface…

Microsoft Office

This post explains some aspects of the product Microsoft Office. Microsoft Office Tools Basic products within Microsoft Office Suite: Additional Microsoft Office tools, usually not deployed as default: Microsoft Office products that have a year after the name (e.g., Microsoft…

WebSocket

WebSocket is a real-time communication protocol that provides simultaneous two-way communication channels over a single Transmission Control Protocol (TCP) connection. It enable bidirectional communication between clients and servers, allowing for more interactive and real-time applications. It is standardized by the…