base knowledge of web

김시연·2025년 9월 14일
0

WEB SYSTEMS

목록 보기
1/3
post-thumbnail

What is Networks?

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 Language) vs 마크다운 언어(Markdown Language)

구분마크업 언어 (Markup)마크다운 언어 (Markdown)
정의문서의 구조와 의미를 태그로 표현하는 언어간단한 기호로 문서 서식을 표현하는 경량 마크업 언어
대표 예시HTML, XMLMarkdown
작성 방식<h1>제목</h1>, <p>단락</p> 처럼 태그를 사용# 제목, - 목록, **강조** 처럼 간단한 문법
복잡성상대적으로 복잡하고 엄격한 문법 필요매우 단순하고 직관적, 사람이 읽기 편함
주 사용처웹 페이지 제작, 문서 구조 정의README 파일, 블로그 글, 문서 초안, GitHub 문서 등
출력 목적브라우저에서 구조화된 문서 표시사람이 읽고 쓰기 편한 문법 → 변환기 통해 HTML 등으로 변환

출처:

profile
INFP 웹 개발자 지망생

0개의 댓글