@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/load-balancing>
  a schema:TechArticle ;
  schema:headline "Load Balancing" ;
  schema:url <https://anchorfact.org/computer-science/load-balancing/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

<https://anchorfact.org/kb/computer-science/load-balancing>
  schema:citation <https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/what-is-load-balancing.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/load-balancing>
  schema:citation <https://docs.nginx.com/nginx/admin-guide/load-balancer/http-load-balancer/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/load-balancing>
  schema:citation <https://www.cloudflare.com/learning/performance/what-is-load-balancing/> ;
  af:sourceTier "B" .