Networking&K8S: A Layered Approach17 TLS 2024. 12. 4. tcpdump 2024. 12. 4. L4 - TCP handshake 2024. 12. 4. L4 - TCP 2024. 12. 4. L7 - HTTP 1. HTTP Simple Webserver (python)코드# HttpWebserver.pyfrom http.server import HTTPServer, BaseHTTPRequestHandlerclass SimpleHTTPRequestHandler(BaseHTTPRequestHandler): def do_GET(self): # 1. First, set the response status code self.send_response(200) # 2. Set the response headers self.send_header('Content-Type', 'text/plain; charset=utf-8') self.send_header('.. 2024. 12. 4. TCP/IP TBD 2024. 12. 4. OSI Model TBD 2024. 12. 4. Networking History Table 1-1. A brief history of networkingYearEvent1969ARPANET's first connection test1969Telnet 1969 Request for Comments (RFC) 15 drafted1971FTP RFC 114 drafted1973FTP RFC 354 drafted1974TCP RFC 675 by Vint Cerf, Yogen Dalal, and Carl Sunshine drafted1980Development of Open Systems Interconnection model begins1981IP RFC 760 drafted1982NORSAR and University College London left the ARPANET and beg.. 2024. 12. 4. 이전 1 2 3 다음