B

Back-to-origin Host Header

Back-to-origin host header is a feature used to modify the Host header in HTTP requests sent from the edge server to the origin server. It allows the accelerator to send requests to the origin server using a different host header than the one originally used by the client. This can be useful in scenarios where the origin server needs to be accessed using a different hostname or IP address than the one used by the client. By modifying the Host header, the accelerator can ensure that the requests are properly routed to the origin server.

Back-to-origin Port

Back-to-origin port is the destination port number used for sending traffic back to the origin server in a load balancing or reverse proxy scenario. When a client sends a request to a load balancer or reverse proxy, the traffic is forwarded to one of the backend servers for processing. If the backend server needs to send a response back to the client, it needs to send the traffic through the load balancer or reverse proxy to ensure that the client's original request is correctly handled.The back-to-origin port is the port number on the origin server where the traffic is sent back to. The load balancer or reverse proxy will replace the destination port number in the packet header with the back-to-origin port number, so that the traffic is correctly routed to the origin server.

Bare Metal

Bare metal refers to a computer system or network architecture in which the operating system or application runs directly on the hardware without any intermediary software layer, such as a hypervisor or virtual machine manager. In other words, bare metal is a term used to describe a computer system that has not been configured with any software or operating system.Bare metal is often used in high-performance computing applications where the goal is to achieve maximum processing power and minimal latency. It can also be used in embedded systems, where the system is designed to perform a specific function and does not require a full-fledged operating system.Bare metal is different from virtualization, where multiple virtual machines share the same physical hardware resources. With bare metal, the operating system or application has exclusive access to the hardware, which can result in better performance and lower overhead compared to virtualized environments.

Bandwidth

The amount of data that can be transmitted over a network in a given period of time, typically measured in bits per second (bps) or bytes per second (Bps).

Last updated