Development (128) 썸네일형 리스트형 DHCP란? DHCP (Dynamic Host Configuration Protocol) - DHCP는 Dynamic Host Configuration Protocol의 약자입니다. DHCP란 호스트의 IP주소와 각종 TCP/IP 프로토콜의 기본 설정을 클라이언트에게 자동적으로 제공해주는 프로토콜을 말합니다. DHCP에 대한 표준은 RFC문서에 정의되어 있으며, DHCP는 네트워크에 사용되는 IP주소를 DHCP서버가 중앙집중식으로 관리하는 클라이언트/서버 모델을 사용하게 됩니다. DHCP지원 클라이언트는 네트워크 부팅과정에서 DHCP서버에 IP주소를 요청하고 이를 얻을 수 있습니다. 네트워크 안에 컴퓨터에 자동으로 네임 서버 주소, IP주소, 게이트웨이 주소를 할당해주는 것을 의미하고, 해당 클라이언트에게 일정 기간.. [기타] CMD 에서 TELNET 사용하기 보호되어 있는 글입니다. 원격 데스크톱 포트(3389) 변경 m.blog.naver.com/kangyh5/221531088824 원격 데스크톱 포트(3389) 변경하기 데스크톱 PC는 윈도우에서 기본적으로 원격 데스톱 포트로 3389 포트를 사용하도록 설정되어 있다. 이... blog.naver.com 열려있는 포트 확인하는 CMD명령어 보호되어 있는 글입니다. WebRTC Issues and How to Debug Them WebRTC is an amazing and rather ground-breaking technology pioneered by those geniuses at Google. Enabling plugin-free connectivity between browsers, the typical application for WebRTC is that of video chat applications. However, WebRTC is not just for audio and video; it's also capable of transmitting other high-speed data. In short, envision a future of peer-to-peer gaming, file transfer, and .. Session Description Protocol The Session Description Protocol (SDP) is a format for describing multimedia communication sessions for the purposes of session announcement and session invitation.[1] Its predominant use is in support of streaming media applications, such as voice over IP (VoIP) and video conferencing. SDP does not deliver any media streams itself but is used between endpoints for negotiation of network metrics.. WebSocket.close() WebSocket.close() The WebSocket.close() method closes the WebSocket connection or connection attempt, if any. If the connection is already CLOSED, this method does nothing. Syntax WebSocket.close();WebSocket.close(code);WebSocket.close(reason);WebSocket.close(code, reason); Parameters code OptionalA numeric value indicating the status code explaining why the connection is being closed. If this p.. Web APIs - CloseEvent 보호되어 있는 글입니다. 이전 1 ··· 9 10 11 12 13 14 15 16 다음