본문 바로가기
공부/네트워크

hidden problem & exposed-terminal problem(숨겨진 문제와 노출된 문제)

by 사당동호랭이 2011. 1. 19.

 

무선 네트워크 상에서 발생할 수 있는 문제로 hidden-terminal problem과 exposed-terminal problem이 있다.

 
 왼쪽의 사진이 hidden-terminal problem이고 오른쪽이 exposed-terminal problem이다.
 
 hidden-terminal problem은 보다시피 A에서 B로 전송을 시작했는데 C도 B로 전송을 시작해서 발생하는 문제이다.
 
 C로선 A가 전송을 하는지 알 수가 없기때문에 매체가 free하는 것으로 감지하고 전송을 하게 되는 것이다.(CS실패)
 
 B에서는 A와 C가 서로 충돌을 하는데, A는 충돌을 검출 못하고 계속해서 전송을 하게 된다.(CD실패)
 
 exposed-terminal problem은 B가 A로 송신을 하고 있고, C는 A와 B의 간섭 영역 밖에 있는 D로 송신을 원하고 있다.
 
 C는 B의 신호로 인한 캐리어를 감지하여 매체가 사용 중인 busy 상태로 인식을 하게 되면서 문제가 발생한다.
 
 그래서 매체가 idle상태가 될 때까지 기다리게 된다. 
 
 이것이 hidden problem과 exposed problem이다.

 

=======================================================

There are hidden-terminal problem and exposed-terminal problem as problems that can occur on a wireless network.

 
  The picture on the left is the hidden-terminal problem and the picture on the right is the exposed-terminal problem.
 
  As you can see, the hidden-terminal problem is a problem that occurs when transmission from A to B starts, but C also starts transmission to B.
 
  Since C does not know whether A is transmitting, it detects that the medium is free and transmits (CS failure).
 
  In B, A and C collide with each other, but A does not detect the collision and continues transmission. (CD failure)
 
  The exposed-terminal problem is that B is transmitting to A, and C wants to transmit to D, which is outside the interference area of A and B.
 
  C detects the carrier caused by B's signal and recognizes that the medium is in a busy state, causing a problem.
 
  So it waits until the medium becomes idle.
 
  These are the hidden problem and the exposed problem.

'공부 > 네트워크' 카테고리의 다른 글

5. Link Layer and LANs  (0) 2011.01.11
4. Network layer  (0) 2010.12.23
3. Transport layer  (0) 2010.12.23
2. Application layer  (0) 2010.12.23
1. 컴퓨터 네트워크와 인터넷  (0) 2010.12.23