마켓 메이커

매수 및 매도 호가를 제시하여 유동성을 공급하는 주체.

Opreations: 1. Lease allocation. 2. Lease renewal. 3. Lease release. Record Management: Database of active leases, scopes, and exclusions.

        graph LR
  Center["마켓 메이커"]:::main
  Pre_liquidity["liquidity"]:::pre --> Center
  click Pre_liquidity "/terms/liquidity"
  Pre_order_book["order-book"]:::pre --> Center
  click Pre_order_book "/terms/order-book"
  Rel_automated_market_maker["automated-market-maker"]:::related -.-> Center
  click Rel_automated_market_maker "/terms/automated-market-maker"
  Rel_liquidity["liquidity"]:::related -.-> Center
  click Rel_liquidity "/terms/liquidity"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧒 5살도 이해할 수 있게 설명

내가 원할 때 언제든 사고팔 수 있도록 항상 거래 상대가 되어주는 시장의 상인 같은 사람입니다.

🤓 Expert Deep Dive

Technically, DHCP operates through a four-step process called 'DORA': 1. 'Discover' (Client broadcasts to find a server). 2. 'Offer' (Server offers an IP). 3. 'Request' (Client accepts the offer). 4. 'Acknowledge' (Server confirms the lease). DHCP uses UDP ports 67 (server) and 68 (client). An important concept is the 'Reservation' (or Static DHCP), where a specific MAC address is always assigned the same IP, useful for printers or servers. In larger networks, 'DHCP Relay' agents are used to pass requests across different subnets. Security-wise, 'DHCP Starvation' attacks occur when a hacker requests every available IP address, preventing real users from joining the network.

🔗 관련 용어

선행 지식:

📚 출처