플랫 네트워크(flat network) - 비용, 유지 관리, 관리를 줄이기 위한 컴퓨터 네트워크 설계 방식으로서 장치를 별도의 스위치 대신 단일 스위치에 연결하여 컴퓨터 네트워크의 라우터와 스위치 개수를 줄이는 방식이다. 즉 중간 단계 없이 직접 통신할 수 있는 방식을 말한다. 따라서 계층적 네트워크(hierarchy network)와 달리 플랫 네트워크는 스위치를 사용해 물리적으로 분리되지 않는다
플랫 네트워크의 예로 도커의 브릿지(bridge)를 예로 들 수 있다.
도커의 브릿지는 컨테이너 간의 플랫 네트워크(flat network)를 생성하고 요청을 외부에 외부 연결로 전달한다.
NOTE:The plugins are currentlynot compatible to Gradle 5+and have not been tested with a JDK higher than 1.8. Currently a lot of issues arise related to using the plugins with Gradle 5+. There are plans to adopt the plugins to the newest Gradle API but time is lacking. Help is pretty much appreciated. Please seehttps://github.com/ewerk/gradle-plugins/milestone/1.
jdk 10+, gradle 5+를 써도 컴파일되긴 한다... 다만 안정성은 보장 못하니.. 조심하게 사용할 필요가 있다.
댓글을 달아 주세요