An open API service indexing awesome lists of open source software.

https://github.com/arasgungore/round-robin-dns

A C++ project which implements a round-robin Domain Name System (DNS) using a tree structure.
https://github.com/arasgungore/round-robin-dns

cache cache-storage client-request client-server client-side dns dns-client dns-record domain-name domain-name-search domain-name-system load-balancer request-handler request-response round-robin round-robin-scheduler round-robin-scheduling roundrobin server-client tree-structure

Last synced: 2 months ago
JSON representation

A C++ project which implements a round-robin Domain Name System (DNS) using a tree structure.

Awesome Lists containing this project

README

        

# round-robin-DNS

A C++ project which implements a round-robin Domain Name System (DNS) using a tree structure.

## Run on Terminal

```sh
g++ Header/*.cpp main.cpp -std=c++11 -o test
test
```

## Screenshots


Screenshot
Screenshot

## Author

👤 **Aras Güngöre**

* LinkedIn: [@arasgungore](https://www.linkedin.com/in/arasgungore)
* GitHub: [@arasgungore](https://github.com/arasgungore)