• LF몰 이벤트
  • 파일시티 이벤트
  • 서울좀비 이벤트
  • 탑툰 이벤트
  • 닥터피엘 이벤트
  • 아이템베이 이벤트
  • 아이템매니아 이벤트
  • 통합검색(2,277)
  • 리포트(2,046)
  • 시험자료(79)
  • 자기소개서(48)
  • 이력서(29)
  • ppt테마(28)
  • 논문(20)
  • 방송통신대(20)
  • 서식(7)

"server" 검색결과 321-340 / 2,277건

  • 워드파일 [영문essay] 경영정보시스템/ 서비스로서의 소프트웨어(Software-as-a-Service, SaaS) 관련 논문 과제물입니다.
    of equipment, such as servers and laptops for development, integration and testing purposes. ... ) since 2001. ... for government agencies, multi-national corporations (MNCs) and small or medium-sized enterprises (SMEs
    논문 | 19페이지 | 4,000원 | 등록일 2022.02.08 | 수정일 2022.02.11
  • 한글파일 시스템프로그래밍 Lecture13. Select
    Check if the server can handle multiple clients. ... 1. server 창에서 보면 client를 기다림을 볼 수 있다. 2. ... The server relays conversations between two clients.
    리포트 | 14페이지 | 1,000원 | 등록일 2015.01.04 | 수정일 2015.01.25
  • 한글파일 통계적시뮬레이션(Simulation) - 기말고사 필기 정리본
    both at server 1 and at server 2. ... _{2} (n)-A _{1} (n) server 1에서 보낸 시간 D(n)-A _{2} (n) server2에서 보낸 시간 - Algorithm ################### ... value in time interval [0,T] # s: Current time { Z =f time that a customer spends both at server1&server2
    리포트 | 12페이지 | 2,000원 | 등록일 2015.08.13
  • 워드파일 현대사회와정보보호6장
    Why is an application layer firewall sometimes called a proxy server? ... What is stateful inspection? ... What is a sacrificial host? What is a bastion host? 두 말은 동의어 입니다.
    리포트 | 2페이지 | 1,000원 | 등록일 2018.07.17
  • 워드파일 [시스템프로그래밍실습] fork() and Signal Processing
    (server_fd, (struct sockaddr *)&server_addr, sizeof(server_addr)); /* Listen on the socket, with 5 max ... */ char buff[BUF_SIZE]; int n; struct sockaddr_in server_addr, client_addr; int server_fd, client_fd ... = socket(AF_INET, SOCK_STREAM,0); /* Configure settings of the server address struct */ memset(&serv_addr
    리포트 | 11페이지 | 2,500원 | 등록일 2015.06.19 | 수정일 2016.03.12
  • 워드파일 [시스템프로그래밍실습] Split Connection
    Data connection을 설정하기 위해, client는 임의 포트번호를 생성하고 명령어 PORT를 server에게 전달한다. ... Program Introduction1.1 overall description본 프로그램은 Client가 명령어 ‘ls’ 입력시, server는 처리결과를 data connection을
    리포트 | 16페이지 | 2,500원 | 등록일 2015.06.19
  • 한글파일 시스템프로그래밍 Lecture11. network programming
    먼저 vi인 텍스트에디터를 이용하여 다음과 같이 server1.c와 client1.c를 수정한다. server와 client 모두 fork()를 2번 이용하여 1번 자식은 상대편으로부터 ... 먼저 vi인 텍스트에디터를 이용하여 다음과 같이 server1.c와 client1.c를 수정한다. ... 소스파일을 컴파일하고 실행하면 다음과 같이 출력됨을 볼 수 있다. 3) Modify the code such that the client and the server can talk
    리포트 | 8페이지 | 1,000원 | 등록일 2015.01.04 | 수정일 2015.01.25
  • 한글파일 12조 통네최종보고서
    if (bind(s, (SOCKADDR *)&server, sizeof(server)) == SOCKET_ERROR) { printf("bind error"); WSACleanup( ... = 0) { printf("winsocket error"); scanf("%c", &buffer); return 1; } server.sin_family = AF_INET; server.sin_addr.s_addr ... 서론 Stop and wait 프로토콜과 TCP echo server, client 프로그램을 제작한다.
    리포트 | 22페이지 | 2,500원 | 등록일 2015.09.12
  • 워드파일 [시스템프로그래밍실습] Socket을 사용하여 FTP command "ls"를 수행하는 프로그램
    / serv_addr.sin_port = htons(atoi(argv[1])); /* set to server address */ serv_addr.sin_addr.s_addr = ... \n"); exit(1); } /* Configure settings of the server address struct */ /* initiallize */ memset(&serv_addr ... \n"); exit(1); } /* Receive the result from server */ if((n=read(sockfd,rcv_buff,RCV_BUFF-1)) < 0) {
    리포트 | 14페이지 | 2,500원 | 등록일 2015.06.19 | 수정일 2016.03.12
  • 파일확장자 FTP Server 서버 리눅스 기반 C언어 구현
    . ▪ Server UNIX/Linux 용 FTP server를 IETF 표준에 맞추어 설계하여 구현한다. ... Android를 이용한다면 동시에 하나의 client만 지원해도 무방하다 최소한의 User command에 따른 FTP Server command response를 구현하여 FTP server
    리포트 | 35페이지 | 4,000원 | 등록일 2012.06.28
  • 워드파일 [시스템프로그래밍실습] User Authentication, Access Control
    - 만약 server로부터 “OK”를 받으면 → “** Success to log-in **”메시지를 보여준다. ... /cli 127.0.0.1 10000)- standard input으로부터 user name과 password를 입력 받는다.- user name과 password를 sever로 보낸다 ... /srv 10000) - “access.txt”file을 사용하여 client의 IP와 연결 가능성을 확인한다.
    리포트 | 16페이지 | 2,500원 | 등록일 2015.06.19 | 수정일 2016.03.12
  • 한글파일 Apache를 이용한 HTTP Server 열기
    Apache httpd.conf을 다음과 같이 수정 # ServerAdmin: Your address, where problems with the server should be # ... This address appears on some server-generated pages, such # as error documents. e.g. admin@your-domain.com ... # ServerAdmin yshm724@naver.com # # ServerName gives the name and port that the server uses to identify
    리포트 | 4페이지 | 1,500원 | 등록일 2010.11.07
  • 한글파일 시스템프로그래밍 Lecture2. Basic linux commands
    Basic Linux commands 과 목 명 : 시스템 프로그래밍 1) Log in to a Linux server. ... Linux server에 로그인을 한 후 pwd 명령어를 입력하게 되면 아래와 같이 /home/linuxer2가 출력되고 이것은 current directory이며 home directory ... s 의 경우 출력은, ‘현재 directory(.)는 32블록을 사용합니다.’라고 해석합니다. $ du ?sh 는 사람들이 더 알기 쉬운 형식을 위해 ?
    리포트 | 20페이지 | 1,000원 | 등록일 2015.01.04 | 수정일 2015.01.25
  • 파일확장자 기본 Server / Client
    윗부분은 서버 구동.스샷의 아랫부분은 클라이언트 구동.실험환경은 한 서버에서 했지만, 서로 다른 서버에서도 접속이 되었으며,IP주소로도, Domain name으로도 client에서 server
    리포트 | 5,000원 | 등록일 2010.06.03
  • 워드파일 이력서/입사지원서/경력기술서/자기소개서 양식 (영업분야 경력기술서 및 자기소개서 내용 포함)
    영업 분야별 인원신규 충원 및 업무재교육 (신규영업팀, 영업관리팀, 영업지원팀) 한국시장에 맞는 주요 고객사 target 영업(외투법인 및 대형법인) - Bridge server ... 뿐만 아니라 중장기 전략 및 전술 등 큰 그림을 그릴 줄 아는 Sales Management skill을 가지고 있습니다 외국계 회사 영업 임원으로 근무하여 각종 영업회의, 사업계획 ... 지사장 20**년 4월 ~ 20**년 8월 ▪ 한국 판매법인 설립 및 총괄 외투법인 설립 및 통신 사업자 등록 국내 법인 부서별 인원충원 및 교육 (영업1, 2팀, C/S,
    이력서 | 5페이지 | 1,000원 | 등록일 2021.02.03
  • 한글파일 리눅스 TCP wrapper(방화벽)의 이해와 telnet 실습
    telnet-server 를 설치해보자 2. ... 클라이언트(윈도우) : 시작 -> 제어판 ->프로그램추가 제거 -> telnet 클아이언트 설치 서버(페도라11) : #yum install -y telnet-server 명령을 통해 ... -데몬의 실행모드(유형)은 크게 inetd(the internet service daemon)과 standalone 두가지 방식이 있다. standalone 방식은 데몬이 시작되면
    리포트 | 6페이지 | 2,500원 | 등록일 2015.06.05
  • 한글파일 FTP 서버 와 클라이언트 구현
    // int fp; struct sockaddr_in ServerAddr1; pthread_mutex_t mutx; char server_file[50][20];??? ... printf("%d sever file succsess!!\n",server_file_num);? ??? ??? } ??? ??? ??? ??? //put ????// ??? ... // int server_file_num=0; int main(int argc, char **argv){ ??? pthread_t thread,read_thread; ???
    리포트 | 29페이지 | 2,500원 | 등록일 2013.10.29
  • 파워포인트파일 Echo Server Client Program
    *Server struct sockaddr_in server_addr ; memset ( server_addr , 0, sizeof ( server_addr ); server_addr.sin_family ... *Client struct sockaddr_in server_addr ; memset ( server_addr , 0, sizeof ( server_addr )); server_addr.sin_family ... *Server if( -1 == bind( server_socket , ( struct sockaddr *) server_addr , sizeof ( server_addr ) ) )
    리포트 | 21페이지 | 3,000원 | 등록일 2012.07.03
  • 워드파일 탁구경기규칙 및 용어
    서버(server) 랠리에서 공을 먼저 치게 되어있는 선수를 말한다. 리시버(receiver)란 랠리에서 공을 두 번째로 치게 되어있는 선수를 말한다. 7. ... 선수가 경기 중에 손에 쥔 라켓이나 라켓 핸드의 손목 아래 부분으로 공을 건드리면 이는 공을 친 것(strikes)이 된다. ... 밖으로 향해있는 고무(ordinary pimpled rubber) 를 씌우거나 또는 돌기가 안으로 향한 것이든 밖으로 향한 것이든 접착제를 포함하여 4mm 이하의 샌드위치식 고무(sandwich
    리포트 | 8페이지 | 1,000원 | 등록일 2018.11.19
  • 파일확장자 4.4 Iterative Server or Echo Server
    );Clnt_sock=accept(serv_sock, (struct sockaddr*)&clnt_addr, &clnt_addr_size);If(clnt_sock==-1){Error_handling ... (“accept() error”);Break;}Write(clnt_sock, message, sizeof(message));Close(clnt_sock); ... - 연결 상태 대기 큐에 저장되어 있다가 하나씩 처리한다.Iterative Server Code TemplateFor( ; ; ){Clnt_addr_size=sizeof(clnt_addr
    리포트 | 7페이지 | 1,000원 | 등록일 2011.10.28
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업
AI 챗봇
2024년 06월 03일 월요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
7:56 오전
New

24시간 응대가능한
AI 챗봇이 런칭되었습니다. 닫기