본 포스트는 개인 스터디 용으로 작성된 Ian Sommerville의 Software Engineering, 8/E의 요약본입니다.
1. Inter-organisational computing
- suport communication among different nodes in different organisation which implemented in distributed system architectures

2. Peer to peer architectures
- Computations are carried out by any node in the network
- Computing resources are decentralised and distributed at overall networked computers

3. P2P architectural models
- The logical network architecture
    1) Decentralised architectures
    2) Semi-centralised architectures
- Application architecture : The generic organisation of componets making up a P2P application.

4. SOA : Service - Oriented architecture
- based around the notion of externally provided services(Web services)
- A web service is a standard approach
- Services ar based on agreed, XML-based standards : support any platform, any programming language.
- Key standards : SOAP, WSDL, UDDI

* Services and distributed object characteristics
- Provider independence
- Public advertising of service availability
- Potentially, run-time service binding
- Opportunisic construction of new services through composition
- Pay for use of services(??)
- Smaller, more compact applications
- Reactive and adaptive applications
2008/03/30 16:57 2008/03/30 16:57
TAG ,

트랙백 주소 :: http://anyflow.net/trackback/375

댓글을 달아 주세요

PMI : Privliege Management Infrastructure

reference :
PMI: Privilege Management Infrastructure 개요. (주)퓨쳐시스템 강명희
Privilege Management Infrastructure. ASTM E31.20 Working Draft 0.9j
국방망에서의 AC 및 PMI 모델에 관한 연구.연세대 대학원 윤희승
PMI의 정의
- 권한 관련 자원과 이의 소유자간의 관계를 신뢰기관이 보증하고 유지하는 구조. PMI에서 사용되는 인증서를 가리켜 PMI 인증서 또는 속성 인증서(AC: attribute certificate)라 칭함.

PMI의 등장배경
- 임무, 지위 역할 등의 다양한 속성을 인증하기 어려운 PKI의 한계
- X.509 인증서의 확장 필드를 이용하여 PKI 체계 내에 표현은 가능하나, 일반적으로 신원과 속성은 유효기간이 달라지기 마련. 또한 공개키 인증서 발급 기관과 속성 관리 기관은 일반적으로 다름.

more..

2007/11/12 22:16 2007/11/12 22:16

트랙백 주소 :: http://anyflow.net/trackback/298

댓글을 달아 주세요

EIP(Excute In Place) : Flash Memory 중에
- XIP와 동일. 83회 응용의 XIP 참고.

Zero Day Attack, Zero Day Exploit : TMS(Threat Management System) 중에
    - 시스템의 보안상 문제가 발견되기 전까지의 무방비 시간을 Zero Day라고 함. 바로 이 기간을 노린 공격을 가리켜 Zero Day Attack, Zero Day Exploit라고 함. 안 취약점이 발견된 뒤 이를 이용한 악성코드가 나타나 확산되는데는 보통 수개월에서 1년 정도가 걸렸으나, 최근에는 이틀만에 나오는 경우도 감지되고 있다고.
: Zero Day Exploit과 그 대책, 제로데이 공격(Zero-Day Attak) 참조

EDA(Event Driven Architecture) : ESB(Enterprise Service Bus) 중에
    - 이벤트에 대한 생성, 탐지, 소비(comsumption), 그리고 반응을 추구하는 소프트웨어 아키텍처 패턴. 이 아키텍처 패턴은 loosely coupled 소프트웨어 컴포넌트와 서비스들 사이로 이벤트를 전달하는 애플리케이션과 시스템을 설계하고 구현할 때 적용되곤 한다. 또한 EDA는 SOA(Service Oriented Architecture)의 보충물(complements)이 되는데, 서비스는 이벤트와 같은 트리거(trigger)를 통해 시작될 수 있기 때문이다.
    이전의 분산 시스템은 동기 전송/수신 패러다임에 의존하여 통신 주체들은 언제나 연결되어있어야만 했으며 이로 인해 오버해드와 이벤트에 대한 둔감성이 증가했다. 비동기 푸시 또는 EDA는 통신 주체의 변화(이벤트)시에만 메시지를 보냄으로써 효율성을 증가시킬 수 있다. 이와 같은 EDA의 특징은 RTE(Real Time Enterprise) 구현에 적합.
: Event-driven Architecture(Wikipedia)  Event Driven Architecture(CSS) 참조.
2007/10/31 03:28 2007/10/31 03:28

트랙백 주소 :: http://anyflow.net/trackback/286

댓글을 달아 주세요