a network is a structure in which information and services are shared among devices known as nodes of hosts.
A host can be any device that is capable of sending or receiving data electronically.
desktop computers, laptops, tablets, mobile phones, and printer
Server is a host that provides information or a service to other devices on the network.
Client is the device that receives these services.
Local Area Network = LAN : 근거리 통신망
Wide Area Network = WAN : 광역 통신망
The largest WAN in existence is the Internet
The biggest obstacle to effectively using the Internet is the network's sheer scope and size.
-> solution: Timothy Berners-Lee and other researchers needed an information system that would make it easy for their researchers to locate and share data on the CERN network.
Documents on the web are stored on web servers in the form of web pages and accessed through a software program called a web browser.
A web page is a simple text file written in HTML (Hypertext Markup Language)
A markup language is a language that describes the content and structure of a document by "marking up" or tagging, different document elements.
I organized in Korean as it is too difficult in English.
하 너무 헷갈려서 일단 한국어로 좀 정리했다;;
구분 | 마크업 언어 (Markup) | 마크다운 언어 (Markdown) |
---|---|---|
정의 | 문서의 구조와 의미를 태그로 표현하는 언어 | 간단한 기호로 문서 서식을 표현하는 경량 마크업 언어 |
대표 예시 | HTML, XML | Markdown |
작성 방식 | <h1>제목</h1> , <p>단락</p> 처럼 태그를 사용 | # 제목 , - 목록 , **강조** 처럼 간단한 문법 |
복잡성 | 상대적으로 복잡하고 엄격한 문법 필요 | 매우 단순하고 직관적, 사람이 읽기 편함 |
주 사용처 | 웹 페이지 제작, 문서 구조 정의 | README 파일, 블로그 글, 문서 초안, GitHub 문서 등 |
출력 목적 | 브라우저에서 구조화된 문서 표시 | 사람이 읽고 쓰기 편한 문법 → 변환기 통해 HTML 등으로 변환 |
출처: