Gom3rye

Chapter 9] WAN Technology and Protocols 본문

정보통신공학

Chapter 9] WAN Technology and Protocols

Gom3rye 2022. 5. 15. 11:54

Softswitch의 두 가지 모듈

  • Media gateway (MG) : physical switching function
  • Media gateway controller (MGC) : call processing logic

- 전통적인 전화망 스위치에서 수행되던 기능들이 softswitch에서는 두 개의 모듈로 나누어졌다. (기능과 비용 면에서)

Packet switching에서 virtual circuit vs datagram

Virtual circuit

- Logical connection is established before packets are sent (circuit switching에서는 dedicated path)

- Network can provide sequencing and error control (미리 설정된 길을 통해서 전송하기 때문에)

 

Datagram

- Packets may arrive out of order (packet들을 independent하게 다루기 때문에)

- No call setup phase, More flexible, More reliable

- Each packet is treated independently

ATM의 핵심적인 두 계층

  • ATM layer (다양한 traffic에 맞는 서비스들을 제공하며 53Byte로 cell 만들어서 보내준다.)
    • Common to all services
    • Provides packet transfer capabilities
    • Defines the use of logical connections
  • ATM adaptation layer (다양한 traffic들을 적응하는 계층)
    • Service dependant
    • Maps higher-layer information into ATM cells
    • Collects information from ATM cells for delivery to higher-layer
    • CS와 SAR이라는 sub layer을 만들어 기능 수행

중요!

- internally, 즉 인터넷 망 내에서는 패킷들이 independently하게 전달된다. 따라서 IP는 internal datagram, TCP는 external virtual circuit으로 이루어진 프로토콜이다.

- Internal과 External 모두 datagram을 사용하는 경우, 패킷이 out of order로 도착하는 문제를 destination station에서 해결해준다. (Internal datagram이고 external virtual circuit인 경우, 안에서는 순서가 바뀌지만 나갈 때는 순서대로 나가야 하기 때문에 exit node에서 해결)

- ATM에서 switching의 가장 기본적인 단위는 VCC이며, 같은 end point를 갖는 VCC를 묶어 VPC를 형성하며 connection을 설정하므로 여러 이점을 얻을 수 있다.

- ATM cell header 중 HEC field는 header에 single-bit error가 발생하면 correct하고, 두 개 이상의 error가 발생하면 detect하여 discard하기 위하여 사용된다. (ATM에서는 header에서만 error control 해준다.)

- ATM에서 CLP=1인 cell이 도착하면 이는 망내에 congestion이 발생하지 않았음을 의미한다. (CLP=0 => high priority, 어떤 상황에서도 CLP bit이 0으로 되어있는 경우 전달이 되어야 한다.)

728x90
반응형