WEB •Web page는 보통 HTML, JEPG, java applet, audio file…로 구성되어 있다. •Html파일은 각각 url의 주소를 갖고 있다. •www.105.com/minkai/pic.gif •호스트 이름 경로 이름 HTTP •HyperText Transfer Protocol •Web 어플리케이션 계층 프로토콜이다. •Client/Server 모델 •TCP(전송계층)에 기초를 두고 있다. http response codes 200 : OK 301 : Move Permanently 400 : Bad Request 404 : Not found 505 : HTTP Version Not supported REST(REpresentational State Transfer)의 특징 클라이언..