Apache Kafka

Apache Kafka is a free and open-source distributed streaming platform which is capable of handling trillions of events a day. Kafka is used for building real-time data pipelines and streaming apps. It is an integral part of an ecosystem which is used for data processing, analytics, and machine learning. What is Apache Kafka in simple … Read more

W3C log

The W3C log is a log file format used by the World Wide Web Consortium (W3C) to store log data. The format is based on the Common Log Format (CLF) and uses a space-separated format. The W3C log format is used by a number of web servers, including the Apache HTTP Server. The W3C log … Read more

Network Node Manager i (NNMi)

Network Node Manager i (NNMi) is a network management software application from HPE. It is used to manage networked devices, such as routers, switches, and servers. NNMi provides a graphical user interface (GUI) for managing network devices, as well as a command-line interface (CLI) for advanced users. NNMi can be used to manage devices on … Read more

Apache HTTP Server

The Apache HTTP Server, commonly referred to as Apache, is a free and open-source web server software released under the terms of the Apache License 2.0. Apache is developed and maintained by an open community of developers under the auspices of the Apache Software Foundation. The Apache HTTP Server is a project of the Apache … Read more

Proxy server

A proxy server is a computer that acts as an intermediary between a client computer and a server computer. The client computer makes a request to the proxy server which then forwards the request to the server computer. The server computer then processes the request and sends the response back to the proxy server which … Read more

Network socket

A network socket is a software structure within a network node that represents one endpoint of a connection between two nodes. A socket is bound to a port number on the node’s network interface, and it is uniquely identified by the node’s network address and port number. A network socket may be used to communicate … Read more