マーケットメイカー

流動性提供者。

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.

🔗 関連用語

前提知識:

📚 出典