• 통큰쿠폰이벤트-통합
  • 통합검색(485)
  • 리포트(450)
  • 시험자료(17)
  • 방송통신대(6)
  • 이력서(4)
  • ppt테마(4)
  • 논문(2)
  • 자기소개서(2)

"client/server" 검색결과 141-160 / 485건

  • TCP기반 concurrent echo program
    */for (start_index = 0; start_index < client_index; start_index++){FD_SET(client_fd[start_index], &readfd ... );if (client_fd[start_index] > maxfd)maxfd = client_fd[start_index];}maxfd = maxfd + 1;/* readfd구조체에서 ... (int sockfd, strucet;// 소켓번호의 최대크기를 서버소켓파일기술자로 지정client_index = 0;// 클라이언트 인덱스 초기화while(1){/*fd_set를
    리포트 | 24페이지 | 3,000원 | 등록일 2011.02.03
  • TCP 3-way handshake 피피티 레포트
    the three-way handshake that sets up the connection between the http client and server. a. ... What is the initial sequence number for the segments from the client to the server? ... Identify the ephemeral port number used by the client and confirm that the well-known port
    리포트 | 16페이지 | 1,000원 | 등록일 2010.06.05
  • 리눅스로 만든 에코프로그램 서버입니다.
    {int serv_sock; // server 디스크립터를 저장할 변수선언.int clnt_sock; // client 디스크립터를 저장할 변수선언.char message[BUFSIZE ... 저장할 구조체변수선언.struct sockaddr_in clnt_addr; // client의 주소정보를 저장할 구조체변수선언.unsigned int clnt_addr_size; ... 전송.write(1, message, str_len); // 메시지를 server에 출력 ( 표준 출력 )}close(clnt_sock); // 클라이언트 소켓 종료.return
    리포트 | 2페이지 | 1,000원 | 등록일 2010.06.10
  • 윈도우 프로그래밍 ( MFC 를 이용한 타자 게임 서버 클라이언트 소켓 프로그램 ) TCP / IP
    윈도우 프로그래밍 ( MFC 를 이용한 타자 게임 서버 클라이언트 소켓 프로그램 ) TCP / IP
    리포트 | 3,900원 | 등록일 2010.04.04
  • [네트워크 프로그래밍] TCP echo server/Client
    ■ 목표개선된 TCP echo server/Client의 작성한다.= 서버 =1. 자신의 IP주소와 port를 시스템에서 결정해주도록 한다.2.
    리포트 | 15페이지 | 2,000원 | 등록일 2003.05.22 | 수정일 2020.02.27
  • 보건의료정보 DAS(Distributed Annotation System) 발표
    indicates a bad request from the client500599 indicates some type of server errorAs you can see, the ... DAS server specifies a number of regular HTTP headers, including: the currentdate, the server software ... The second is: X-DAS-Status, indicating the status of the server response.a status code between 200299
    리포트 | 51페이지 | 2,000원 | 등록일 2011.04.27
  • OpenCV 와 TCP 를 활용한 원격영상전송
    그렇게 되면 우리는 영상으로 보이고 결국 client PC의 웹캠의 영상을 server PC 모니터에서 실시간으로 보는것이다. ... 개 요C# 언어를 이용하여 OpenCV 와 TCP 를 활용한 원격 영상전송의 원리는 간단하다. ... 연속으로 우리눈에 들어오면 영상이 되는것이다. client PC에서 사진한장을 빼내어 jpg 확장자로 압축을 한다.
    리포트 | 2페이지 | 1,000원 | 등록일 2010.11.15
  • 인터넷 정보통신 용어 정리
    )를 서비스 요구자로, 서버(server)를 서비스 제공자의 형태로 네트워킹하여 자원을 공유하는 분산처리기법. ... 컴퓨터(서버)가 제공하는 망 공유자원에 접속하는 컴퓨터.서버 시스템과 연결하여 주된 작업이나 정보를 서버에게 요청하고 그 결과를 돌려받는 컴퓨터 시스템이다.클라이언트 서버클라이언트(client ... A, B, C등급 주소의 차이점은 단지 네트워크 주소와 호스트 주소의 크기의 차이만이 있을 뿐이다. 반면, D등급의 주소는 이러한 구분없이 멀티캐스트 주소를 명시하고 있다.
    리포트 | 2페이지 | 2,000원 | 등록일 2012.11.29
  • 운영체제(공룡책)8판 연습문제 풀이-1장
    (server)의 역할이 분명히 나뉘어져 있다., 즉 클라이언트(client)는 서비스를 요청하고 서버(server)는 서비스를 제공하는 역할이다. ... and peer-to-peer models of distributed systems.= 클라이언트 서버 모델(Client-server model)은 클라이언트(client)와 서버 ... model)에서는 모든 자료가 서버(server)에 저장되어 있고 각 client들이 서버에 접속해 자료를 요청하고 서버(Server)에 의해 제공된 자료를 사용하지만 피어간 모델
    리포트 | 2페이지 | 1,000원 | 등록일 2009.08.25
  • 컴퓨터네트워크 중간고사문제입니다
    from when the client clicks on the link until the client receives the object? ... or client, not having a fixed role(c-2) TDMTime Division Multiplexing: only the slot owner has a permit ... Let RTT0 denote the RTT between the local host and the server containing the object, how much time elapses
    리포트 | 2페이지 | 2,000원 | 등록일 2011.03.21
  • 윈속2 [UDP + TCP] 에코 클라이언트/서버 프로그램
    윈도우에서 이용되는 윈속2로 가장 기본적인 echo client/server 코드를 작성해 보았습니다. ... 기법은 동일하기 때문에 이 코드를 이용하여 좀 더 복잡한 프로그램으로 발전해 나가실 수 있을 것입니다.구성은 아래와 같습니다.udp 클라이언트 / 서버tcp 클라이언트 / 싱글서버(single-thread
    리포트 | 1,000원 | 등록일 2010.11.01
  • [3-1]예제 -데이터통신
    (1);34 }●예제#31.결과창server.c1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 78 #define ... ;38 }39 }2.소스코드client.c1 #include 2 #include 3 #include 4 #include 5 #include 67 #define MAXLINE 25589 ... = 2)15 fprintf(stderr, "usage : client ");1617 if((sockfd = socket(AF_INET, SOCK_STREAM,0)) < 0)18 fprintf
    리포트 | 8페이지 | 1,000원 | 등록일 2011.11.14
  • 소프트웨어 비지니스 플랜 (사업계획)
    Users can get Online Information Manager by subscribing to the server on the internet. ... AYCY business plan is based on the business idea of operating a database server which can be accessed ... At first, online web site as well as server application is to be developed.
    리포트 | 20페이지 | 8,000원 | 등록일 2009.10.23
  • GM,자동차시장,마케팅,브랜드,브랜드마케팅,기업,서비스마케팅,글로벌,경영,시장,사례,swot,stp,4p
    serviceWeb serviceWeb service is Web server offers information to their clients in the web space. ... Ex) Naver (web server)  User (Clients) Server Clients are both PC.  but Server's OS capability is much ... serviceGM could cut costs and time.
    리포트 | 25페이지 | 3,000원 | 등록일 2012.04.25
  • 네트워크 시스템 2장연습문제
    until the client receives the object? ... Assuming zero transmission time of the object, how much time elapses from when client clicks on the link ... simplify parsing, all POP3 servers are required touse a certain format for unique-id listings.
    리포트 | 18페이지 | 1,500원 | 등록일 2010.07.17
  • 클라우드 컴퓨팅 조사 레포트.
    (servers) and service requesters (clients)[16]3.Grid computing ? ... "computer systems capable of self-management"[15]2.Client?server model ? client? ... server computing refers broadly to any distributed application that distinguishes between service providers
    리포트 | 22페이지 | 1,000원 | 등록일 2010.12.02
  • simple proxy server
    )에 근거 처리하며, 해당 사이트에 request(요청)를 보내고 받아온 메세지를 client쪽에(user나 브라우저) redirect 해준다.http/1.0 기준으로 제작되었으며 ... C언어를 이용하여 구현한 간단한 프록시 서버 (Simple Proxy Server) 입니다.웹 브라우저가 보내는 메세지 또는 user가 직접 입력하는 메세지를 RFC(인터넷 표준문서
    리포트 | 12,000원 | 등록일 2010.06.03
  • Web2.0
    client-side/web browser technologies typically used in Web 2.0 development are Asynchronous JavaScript ... Extensions - Software that makes the Web an application platform as well as a document server. ... their products sell so they can prepare a better product plan. 4.What kind of community is this?
    리포트 | 12페이지 | 1,000원 | 등록일 2012.12.13
  • Operational concept(OCD)
    Pass information to the server2. Run game modulesConnections1. User2. Main server3. ... programInformation :Mouse Click to the main server and manage P2P connection. ... stage.ObjectivesThe main objectives of this iteration on the prototype are to help our clients formulate
    리포트 | 25페이지 | 1,000원 | 등록일 2010.05.24
  • 리눅스 DNS 구축
    Client1. vi /etc/resolv.conf 설정[root@client ~]# vi /etc/resolv.confNameserver 172.16.202.1312. ... 설정[root@server131 ~]# vi /etc/named.conf// Default named.conf generated by install of bind-9.3.1-4options ... A 68.180.206.184www IN A 68.180.206.184[root@server131 ~]# vi /etc/resolv.confnameserver 172.16.202.131Com1
    리포트 | 8페이지 | 1,000원 | 등록일 2011.07.20
  • 아이템매니아 이벤트
  • 유니스터디 이벤트
AI 챗봇
2024년 09월 16일 월요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
2:42 오전
문서 초안을 생성해주는 EasyAI
안녕하세요. 해피캠퍼스의 방대한 자료 중에서 선별하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 목차부터 본문내용까지 자동 생성해 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
9월 1일에 베타기간 중 사용 가능한 무료 코인 10개를 지급해 드립니다. 지금 바로 체험해 보세요.
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감
방송통신대학 관련 적절한 예)
- 국내의 사물인터넷 상용화 사례를 찾아보고, 앞으로 기업에 사물인터넷이 어떤 영향을 미칠지 기술하시오
5글자 이하 주제 부적절한 예)
- 정형외과, 아동학대