물리적 포트에 특정 ip를 할당하는게 어떤 기술일까 하고 찾아보는데

이걸 기반으로 포트에 꽂히면 인증을 해주어서 DHCP option 82를 설정해주고

그럼 그 값에 따라 DHCP 서버에서 특정 ip를 주도록 구성을 해둔 듯?

 

[링크 : https://www.netmanias.com/ko/post/blog/5394/dhcp-ip-allocation-network-protocol/what-is-dhcp-option-82]

[링크 : http://nstco.co.kr/sub/view.php?idx=95]

[링크 : https://patents.google.com/patent/KR20140062387A/ko]

[링크 : https://serverfault.com/questions/350446/how-to-bind-an-ip-to-a-specific-switch-port-with-dhcp]

 

+

2026.03.13

[링크 : https://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol#Relay_agent_information_sub-options]

 

하나만 설정하면 되는게 아니라 4개의 옵션이 다 설정되어야 DHCP option 82 relay 가 적용되나 보다.

       option agent.circuit-id string;

         The circuit-id suboption encodes an agent-local identifier of the circuit from which a DHCP  client-to-
         server  packet  was  received.  It is intended for use by agents in relaying DHCP responses back to the
         proper circuit.  The format of this option is  currently  defined  to  be  vendor-dependent,  and  will
         probably  remain  that  way, although the current draft allows for the possibility of standardizing the
         format in the future.

       option agent.remote-id string;

         The remote-id suboption encodes information about the remote host end of a circuit.  Examples  of  what
         it  might  contain include caller ID information, username information, remote ATM address, cable modem
         ID, and similar things.  In principal, the meaning is not well-specified, and it  should  generally  be
         assumed  to be an opaque object that is administratively guaranteed to be unique to a particular remote
         end of a circuit.

       option agent.DOCSIS-device-class uint32;

         The DOCSIS-device-class suboption is intended to convey information about the host endpoint,  hardware,
         and  software,  that  either the host operating system or the DHCP server may not otherwise be aware of
         (but the relay is able to distinguish).  This is implemented as a 32-bit field  (4  octets),  each  bit
         representing  a  flag describing the host in one of these ways.  So far, only bit zero (being the least
         significant bit) is defined in RFC3256.  If this bit is set to  one,  the  host  is  considered  a  CPE
         Controlled Cable Modem (CCCM).  All other bits are reserved.

       option agent.link-selection ip-address;

         The  link-selection  suboption  is provided by relay agents to inform servers what subnet the client is
         actually attached to.  This is useful in those cases where the giaddr (where responses must be sent  to
         the relay agent) is not on the same subnet as the client.  When this option is present in a packet from
         a  relay  agent,  the DHCP server will use its contents to find a subnet declared in configuration, and
         from here take one step further backwards to any shared-network the subnet may be defined  within;  the
         client may be given any address within that shared network, as normally appropriate.

[링크 : https://manpages.ubuntu.com/manpages/bionic/man5/dhcp-options.5.html#relay%20agent%20information%20option]

'이론 관련 > 네트워크 관련' 카테고리의 다른 글

uart 9bit multidrop  (0) 2026.03.17
DHCP option  (0) 2026.03.13
multicast  (0) 2023.08.26
cobs  (0) 2023.05.25
PAM4  (0) 2023.01.16
Posted by 구차니

합성저항

Rsum = (R1 * R2) / (R1 + R2)

 

 

R1이 고정되어 있고 R2가 가변저항일때 합성저항을 달성하기 위한 가변 저항의 목표저항값 계산

R2 = (R1 * Rsum) / (R1 - Rsum)

 

수식이 원래의 형태에서 부호만 바뀐 형태라는게 참.. 신기한 느낌을 받는다.

'이론 관련 > 전기 전자' 카테고리의 다른 글

ntc r/t-tol  (0) 2025.04.29
전자로드 사용법  (0) 2025.04.28
edge detector  (0) 2024.11.15
택 스위치(TACTILE SWITCH)  (0) 2024.09.03
spi 통신 cpol cpha  (0) 2024.08.28
Posted by 구차니
이론 관련2024. 12. 19. 12:09

'이론 관련' 카테고리의 다른 글

가속도계로 각도계산하기  (0) 2016.04.06
Posted by 구차니

'이론 관련 > 3D 그래픽 관련' 카테고리의 다른 글

BSDF, BRDF, BTDF  (0) 2024.08.29
3D영상 종류 sbs tab  (2) 2017.06.12
path tracing - rendering  (0) 2016.12.14
visual SLAM - Simultaneous Localization and Mapping  (0) 2016.03.10
극좌표계, 구면좌표계...  (0) 2015.07.22
Posted by 구차니

가혹조건을 적용해서 고장을 촉진하고, 정상조건의 수명을 예측하는 기법

[링크 : https://m.blog.naver.com/ksagma/221084896652]

'이론 관련 > 하드웨어 관련' 카테고리의 다른 글

ik - inverse kinematics  (0) 2024.08.27
PCB 동박 두께 oz  (0) 2021.11.22
cyclocopter - 사이클로콥터  (0) 2016.11.23
adc - single ended / differential  (0) 2015.11.17
adc - 시그마델타 / SAR  (0) 2015.11.16
Posted by 구차니
이론 관련/전기 전자2024. 11. 15. 22:23

버퍼를 이용해서 딜레이 시키고

자기 자신과 딜레이된 신호를 AND (rising edge detector)

NOR (falling edge detector) 해서 검출한다.

 

[링크 : http://www.ktword.co.kr/test/view/view.php?no=4785]

'이론 관련 > 전기 전자' 카테고리의 다른 글

전자로드 사용법  (0) 2025.04.28
합성저항, 목표저항 계산  (0) 2025.01.07
택 스위치(TACTILE SWITCH)  (0) 2024.09.03
spi 통신 cpol cpha  (0) 2024.08.28
NPN TR.... 2?  (0) 2024.08.20
Posted by 구차니

대충 환산하면 1/25 성인 1/50 유아

본원의 경우 (모델명: DXG5125)   (D=촬영거리 m)
-------------------------------------------------------------------
어른 
Chest PA 85KVP  0.04초  (D:1.8m)  (뚱뚱이:+5KVP, 마른:-5KVP)  관전류 : 250mA
  8-12세 서서 65KVP 0.04초  (D:1.8m)                       ,  5-8세 서서   60KVP 0.04초 (D:1.8m)
  2~4세  서서 55KVP 0.02초 (D:1.8m) * Nongrid 가능 , <2세 서서    53KVP 0.02초 (D:1.8m) * 

[링크 : https://www.physician.or.kr/kpaSeoul/plaza/index.php?Action=View&Gubun=pds&Idx=1329]

'이론 관련 > 사진 광학 관련' 카테고리의 다른 글

빔 프로젝터 오프셋  (0) 2023.01.17
wavelength, wavenumber  (0) 2022.08.09
DFB / DBR laser  (0) 2022.08.09
modulated laser  (0) 2022.08.03
lock-in amplifier (LIA)  (0) 2022.07.11
Posted by 구차니

하드웨어 하시는 분 왈 : 대각선으로 찍으면 대개 확인이 쉽다고

 

1,2가 같고 3,4가 같은줄 알았는데 (붙는 같은 면이니..)

1,3이 같고 2,4가 같네? (흐르는 전기에서 따서 한다고 하면 머...)

[링크 : https://www.mouser.kr/datasheet/2/670/ts04-2586192.pdf]

[링크 : https://www.mouser.kr/ProductDetail/CUI-Devices/TS04-66-70-BK-260-SMT?qs=A6eO%252BMLsxmRC7sCjYvfBWA%3D%3D&mgh=1&utm_id=17722985420&gad_source=1&gclid=CjwKCAjwxNW2BhAkEiwA24Cm9CW0UxbyFn-ihsXWiFPH7L8wh4mBUnEvUHeE6NUl8voMlG8ndfDObRoCx98QAvD_BwE]

 

 

통상 택 스위치라고 하는데

tactile(촉각) switch 가 원래 명칭인 듯.

'이론 관련 > 전기 전자' 카테고리의 다른 글

합성저항, 목표저항 계산  (0) 2025.01.07
edge detector  (0) 2024.11.15
spi 통신 cpol cpha  (0) 2024.08.28
NPN TR.... 2?  (0) 2024.08.20
BJT - bipolar junction transistor  (0) 2024.08.13
Posted by 구차니

blender의 shader에서 BSDF 라는 용어가 나와서 찾아보니

 

BRDF와 BTDF는 BSDF의 하위개념 인듯?

BSDF는 양방향 산란 분포 함수의 약자로, 표면에서 빛이 산란되는 방식을 특징짓는 수학적 함수입니다. Bidirectional Scattering Distribution Function의 줄임말입니다.

실제로 이 현상은 일반적으로 반사 및 투과로 구분되며, BRDF와 BTDF로 별도로 고려됩니다.

BRDF (Bidirectional Reflectance Distribution Function, 양방향 반사율 분포 함수)
BTDF (Bidirectional Transmittance Distribution Function, 양방향 투과율 분포 함수)

[링크 : https://www.synopsys.com/ko-kr/glossary/what-is-bidirectional-scattering-distribution-function.html]

[링크 : https://pjessesco.tistory.com/49]

 

'이론 관련 > 3D 그래픽 관련' 카테고리의 다른 글

Structure from Motion  (0) 2024.12.16
3D영상 종류 sbs tab  (2) 2017.06.12
path tracing - rendering  (0) 2016.12.14
visual SLAM - Simultaneous Localization and Mapping  (0) 2016.03.10
극좌표계, 구면좌표계...  (0) 2015.07.22
Posted by 구차니
이론 관련/전기 전자2024. 8. 28. 16:25

CPOL은 CLK에 연관된것으로 클럭이 없을때 high면 1, low면 0

CPHA는 데이터를 읽을때 CLK의 edge를 보는 것으로 rising edge에서 읽으면 1, falling edge에서 읽으면 0

[링크 : https://blog.naver.com/specialist0/220645228159]

 

cpol과 cpha가 2가지 씩 이니 총 4가지 방식이 존재하고, 그걸 설정해서 통신하면 된다.

Most microcontroller SPI peripherals can operate with the ADS1118. The interface operates in SPI mode 1
where CPOL = 0 and CPHA = 1. In SPI mode 1, SCLK idles low and data are launched or changed only on
SCLK rising edges; data are latched or read by the master and slave on SCLK falling edges. Details of the SPI
communication protocol employed by the ADS1118 can be found in the Timing Requirements: Serial Interface
section.

[링크 : https://www.ti.com/lit/ds/symlink/ads1118.pdf]

 

'이론 관련 > 전기 전자' 카테고리의 다른 글

edge detector  (0) 2024.11.15
택 스위치(TACTILE SWITCH)  (0) 2024.09.03
NPN TR.... 2?  (0) 2024.08.20
BJT - bipolar junction transistor  (0) 2024.08.13
clock is gated  (0) 2024.07.19
Posted by 구차니