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.
- Host: GitHub
- URL: https://github.com/arasgungore/round-robin-dns
- Owner: arasgungore
- License: mit
- Created: 2023-10-21T07:22:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-24T05:18:03.000Z (over 1 year ago)
- Last Synced: 2023-10-24T06:24:18.653Z (over 1 year ago)
- Topics: 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
- Language: C++
- Homepage:
- Size: 626 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
![]()
![]()
## Author
👤 **Aras Güngöre**
* LinkedIn: [@arasgungore](https://www.linkedin.com/in/arasgungore)
* GitHub: [@arasgungore](https://github.com/arasgungore)