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

"client-server" 검색결과 81-100 / 412건

  • [C] 엘리베이터 관리 프로토콜 소켓프로그래밍
    , 0);//소켓생성if(server_sock == -1)//소켓생성 오류처리printf("socket creation error\n\n");memset(&server_addr, 0 ... sockaddr *)&server_addr, sizeof(server_addr));if(ret == -1)printf("bind error\n\n");ret = listen(server_sock ... , 5);//연결요청 대기상태 및 오류처리if(ret == -1)printf("listen error\n\n");client_addr_size = sizeof(client_addr)
    리포트 | 13페이지 | 2,000원 | 등록일 2010.12.25
  • [e-비즈니스 공통] 1. 컴퓨터 통신 프로토콜 중에서 실제로 사용된 적은 없으나, 규범적으로 프로토콜의 역할과 기능을 잘 설명한 모형으로 OSI 7 Layer 모델이 있다. OSI 7 Layer 모델의 각 프로토콜 계층의 명칭을 기술하고, 그 역할에 대하여 간략히 설명하시오.
    사용하는 기반의 이진(Binary) 데이터로 변환한다.(2) 역할운영체제, file system과 관련이 있으며 server와 client간의 상이한 data 표현방식 및 부호체계를 ... MAC주소를 이용하여 정확한 장치로 정보 전달3계층에서 정보를 받아 주소와 제어정보를 시작(헤더)와 끝(테일)에 추가1계층Physical물리계층 프로토콜 : Ethernet.RS-232C장비 ... [방통대 경영학과 3학년 e-비즈니스 공통] 1.
    방송통신대 | 9페이지 | 5,000원 | 등록일 2015.04.09 | 수정일 2016.10.16
  • 소켓프로그래밍을 활용한 TCP/UDP를 이용한 Client-Server 구현(c언어, sniff, wireshark)
    Write echo client-server examples using TCP and using UDP, respectively and write a echo server and a ... 대입*/int len; /* 메세지의 길이*/unsigned int flag;char msg[MAX_LEN]; /* server로 부터 받을 메시지를 저장*/if (-1 == SocketFD ... 0;send(ConnectFD, msg, len, flag); /*메세지를 client로 보내기*/recv(ConnectFD, msg, len, flag); /*메세지를 client에서
    리포트 | 13페이지 | 1,000원 | 등록일 2012.03.01
  • 1대1 통신 TCP/IP (서버/클라이언트)
    1:1 통신 - server/client - 동기화 함수(recv, accept) 입니다.MFC를 이용한 프로그램 짠거구요 기본적인 1대1 통신을 이용한 기본적인 채팅프로그램입니다.
    리포트 | 5,000원 | 등록일 2012.03.19
  • DNS system
    server 간 전송.3) 구현과정java programming을 통한 socket 기술을 사용한다.4) wireshark을 이용한 packet 분석client의 ip요청 query에 ... : NS (Authoritative name server)TTL : 1 dayData length : 22Name server : ns1.onlinepowers.com(3 n s ... 1 FF o n l I n e p o w e r s 3 c o m NULL)Name server : ns2.onlinepowers.com(3 n s 2 192 62)additional
    리포트 | 32페이지 | 3,000원 | 등록일 2012.04.17 | 수정일 2015.03.02
  • 가위바위보게임과 개선된 인터넷 채팅
    sockaddr *)&client_addr, &clilen);client2 = accept(server_fd,(struct sockaddr *)&client_addr, &clilen ... );}}write(client1,buf2,strlen(buf2));write(client2,buf1,strlen(buf1));close(server_fd);close(client1) ... ;listen(server_fd, 2);/* 클라이언트 연결요청 수락 */clilen = sizeof(client_addr);client1 = accept(server_fd,(struct
    리포트 | 13페이지 | 1,000원 | 등록일 2010.10.17
  • WireShark를 통한 통신 프로그램 분석 다큐먼트
    연결이 되고 메시지를 주고받는다.전송된 메시지는 server를 통하여 client들에게 전달이 된다.현재는 server와 같은IP를 가진 client와 다른 주소를 가진client가 ... 접속하기 전 server와 TCP통신을 통하여 Tree-Way-HandShaking을 통한 연결 지향적 통신을 하게 된다. client에서 server로 메시지를 전송 할 경우 server에서는 ... 통신을 하기 때문에 하나밖에 보내지 않지만 다른 client또한 들어와있다면 server는 동시에 모든 client에게 메시지를 전송하게 된다.Server 종료client종료 시에는
    리포트 | 17페이지 | 2,500원 | 등록일 2011.04.26
  • daytime client&server 분석
    용실습 1) daytime server와 client를 수행한 캡쳐 화면Daytime server 코드 화면 캡쳐, 결과화면 캡쳐-코드화면-결과화면Daytime client 코드 ... 화면 캡쳐, 결과화면 캡쳐-코드화면-결과화면실습 2) 각각 수행에 대한 분석(line by line)-client 소스코드 & 주석-server 코드 & 주석개선사항TCP / IP를 ... 2010년 4 월 8 일데이터 통신 실습 보고서보고서 번호 :작성자학번 : 200801784 성명 : 신 재 명제 목Daytime server와 client를 수행하고, 이를 분석하시오.내
    리포트 | 5페이지 | 1,000원 | 등록일 2010.12.24
  • go - back - n (ARQ gbn완벽 구현 코드) 네트워크/데이터통신
    client에게 전송해주는 server와 server에 접속한 뒤, 사용자의 입력에 따라 명령어를 server로 전송해주고 그에 해당하는 결과를 받아들이는 client로 구성되어져있다.server와 ... client는 두 개의 채널로 연결되어져 있으며, server는 첫 번째 client의 접속(command channel)을 받고 새로운 port를 bind 하여 client의 두 ... 코드 + 보고서까지 있습니다- 프로그램 설명이 프로그램은 cleint의 접속을 기다리다가 cleint가 접속하여 명령어(list, get, put)를 전송하면 그에 해당하는 내용을
    리포트 | 9페이지 | 3,500원 | 등록일 2010.11.23 | 수정일 2020.06.11
  • 운영체제 연습문제1장
    일반적으로 자원을 가지고 있는 컴퓨터인 서버(server)와 서버에게 요청하여 자원을 사용하는 것인 클라이언트(client)가 있다. ... 작업 스케줄러(job scheduler)는 제시된 모든 작업 중 하나를 선택하여 자원을 할당해 주며, 다중 프로그래밍 시스템일 경우에는 프로세스 스케줄러(process scheduler ... 연습문제 풀이과 목 명운영체제(COM306-02)담당교수학 과컴퓨터공학과학 년3 학년학 번이 름제 출 일2014. 09. 119.
    리포트 | 7페이지 | 2,000원 | 등록일 2015.11.11
  • IVEF(the Inter-VTS Exchange Format Service) - VTS상호간 교환 형식 서비스
    and also to relevant other users and authorities.The IVEF Service is client/server-based . ... being exchanged; Physical security – this concerns access to the server- and client systems and the interconnecting ... a, so-called, Virtual Private Network (VPN) for clients.
    리포트 | 28페이지 | 3,000원 | 등록일 2011.10.02
  • APC CERTI3. 2 term ASSESSMENT customer service
    * Schedule work hours for servers and kitchen staff.Chef* Keep kitchen clean at all times.* Think ahead ... customer information to anyone, in any form, except the named account holder, client or customer.* Using ... *Account and Customer Information – Employees are prohibited from distributing account, client, and/or
    리포트 | 9페이지 | 1,000원 | 등록일 2013.07.18
  • operating system concepts 1장 연습문제
    a system of nodes that share cooking recipes.Under the client-server model, all recipes are stored with ... Ifa client wishes to access a recipe, it must request the recipe from thespecified server. ... Noticehow each peer may act as both a client (i.e. it may request recipes) andas a server (it may provide
    리포트 | 12페이지 | 3,000원 | 등록일 2011.10.26
  • Accenture_Knowledge Management
    of the SharePoint is capable of supporting multiple organizations on a single 'server farm'. ... clients for at least five years, and 92 have been clients for at least 10 years.This is a special time ... Their commitment to client satisfaction strengthens and extends relationships.
    리포트 | 16페이지 | 2,000원 | 등록일 2012.02.19 | 수정일 2014.10.23
  • [통신경영] 중간고사 정리
    StandardsSMTP : TCP/IP 프로토콜 Suite의 일부분오직 텍스트로만 쓰여진다.오늘날 사용되는 이메일 전송 표준Two-tier client-server 구조에서 주로 ... agentThree-tier : client’s web browser/web server/mail serverSMTPTCP/IP 메일 전송의 표준으로서 RFC 821에 정의되어 있다.Addressing ... 엔터티는 엔터티 영역에 있는 내용과 엔터티 헤더의 형태로 되어 있는 메타정보로 구성되어 있다.- 클라이언트(client)HTTP 프로토콜 규약에 맞추어 요구를 보내고 서버가 보내오는
    리포트 | 16페이지 | 1,000원 | 등록일 2011.03.01
  • 사이버문화에 관한 고찰 리포트 할인자료
    이 때, 제공하는 자가 server이고 정보를 얻는 자가 client이다. ... 그러나 정보를 얻은 자가 다시 server가 되는 연쇄, 그리고 이 연쇄가 마치 그물처럼 파생된다는 점에서 사이버 문화는 탈선형적(post-linear)이라고도 할 수 있다. ... 다양성과 다원성은 통제로부터 자유로우며 일단 하나의 정보가 공개되면 이 정보는 공개한 server의 의지와는 무관하게 퍼져나간다.
    리포트 | 10페이지 | 1,800원 (30%↓) 1260원 | 등록일 2013.11.07
  • 카이스트 전자공학실험3 실험1 Cross Development Environment 결과보고서
    Problem statement본 실험에서는 다음과 같은 문제를 설계 구현하여 embedded board에서 실행시킨다.Problem 1A: Command server and client.Assume ... The first program Command Server is to be run on the EZ-X5 board performing as the command server. ... The second program Command Client is to be run on the PC performing as the command client.
    리포트 | 11페이지 | 2,500원 | 등록일 2011.11.06
  • 전자 디자인 랩 Lab6 (GUI) 소스코드 리포트
    아래 Fig. 6.1을 참조하면 그 연결 관계를 이해하기 쉽다. 1) Software - Lab1은 server/client application이었다. ... Client는 GUI관련 code들이 들어가야 하기 때문에 Glade로 작성된 4개의 code들(callback.c, interface.c, main.c, support.c)이 client를 ... 우리는 기존 실험들에서 새롭게 server program을 작성하지 않고, Lab1에서 작성한 server를 바탕으로 계속 add/modify를 하였기 때문에, server측면에서는
    리포트 | 16페이지 | 10,000원 | 등록일 2010.06.03
  • 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
  • 아이템매니아 이벤트
  • 유니스터디 이벤트
AI 챗봇
2024년 09월 15일 일요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
10:57 오후
문서 초안을 생성해주는 EasyAI
안녕하세요. 해피캠퍼스의 방대한 자료 중에서 선별하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 목차부터 본문내용까지 자동 생성해 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
9월 1일에 베타기간 중 사용 가능한 무료 코인 10개를 지급해 드립니다. 지금 바로 체험해 보세요.
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감
방송통신대학 관련 적절한 예)
- 국내의 사물인터넷 상용화 사례를 찾아보고, 앞으로 기업에 사물인터넷이 어떤 영향을 미칠지 기술하시오
5글자 이하 주제 부적절한 예)
- 정형외과, 아동학대