What is an edge server / router / device?

80,011

Solution 1

An edge server, in a system administration context, is any server that resides on the "edge" between two networks, typically a private network and the Internet. Edge servers can serve different purposes depending on the context of the functionality in question.

Some examples:

  • Security Context: usually a firewall, router or similar device
  • Application Context: a web load balancing server
  • Mail Context: some kind of hub server that forwards mail on to internal servers

Usually an edge server has some kind of gateway responsibility for the internal/private network.

Solution 2

It's usually a caching proxy server, located near the user accessing the data, used to improve bandwidth and latency to far away users while lessening the load on central servers.

http://en.wikipedia.org/wiki/Content_delivery_network

Solution 3

By EDGE do you mean Enhanced Data GSM Environment? It pretty much stores data files on remote servers with the specific purpose of streaming them over the internet.

Edge Server – (Enhanced Data GSM Environment) Storage of data files on remote servers specifically designed for streaming over the Internet. EDGE is a faster version of GSM wireless service. EDGE enables data to be delivered at rates up to 384 Kbps on a broadband. The standard is based on the GSM standard and uses TDMA multiplexing technology. Source

Solution 4

A Edge server can also be a element in live streaming topology. It's a server that has the role of a relay, it get the stream from the "core" server, and transmit it to the clients, this allow to bypass de bandwidth limit of the core, the clients won't use directly the core server :

[CORE] ----------> [EDGE] ----------> [Clients]
        |                  '--------> [Clients]
        |
        '--------> [EDGE] ----------> [Clients]
                           '--------> [Clients]
Share:
80,011
shgnInc
Author by

shgnInc

Updated on September 17, 2022

Comments

  • shgnInc
    shgnInc almost 2 years

    What is an edge server? We see some references to them, but we never see a definition.

  • LawrenceC
    LawrenceC over 13 years
    Thus an edge device would have a minimum of 2 interfaces, one facing an internal or known network and the other facing the Internet, or a foreign network. Usually "edge" implies the device separates a private network from the Internet, unless your network has its own AS number and you're doing stuff with BGP.
  • squillman
    squillman over 13 years
    @ultrasawblade It could be argued that a web proxy can be considered an edge device as well, in which case it's possible to only have a single interface. But in general I would agree with you.
  • Aaron Hudon
    Aaron Hudon over 11 years
    Actually the term edge - as in edge of the perimeter - is used by different products/vendors for exposed products used for filtering or interconnect. In case of Exchange it is about talking to the outside world with SMTP, spam protection is not the main focus of it.