-
what's the Internet? 인터넷이란네트워크 Network 2020. 4. 2. 21:04
what's the Internet? : "nuts and bolts" view
˙Millions of connected computing devices
- hosts = end systems
- running network apps
->인터넷의 가장자리 위치
-End systems are connected together by a network of communication links and packet switches.
˙Commounicaiton links
- fiber,copper,radio,statellite
- transmission rate: bandwidth
-> 인터넷의 가장자리와 중앙을 연결해주는 역할. 물리적인 회선.
- Different links can transmit data at different rates, with different rate of a link measured in bits/second.
˙ Packet switches: forward packets (chunk of data)
- one end sytem -----> another end system으로 데이터 전송시, packet 단위로 전송한다.
packet : header + data로 구성되어 있다.
- routers and link-layer switches
router : 주로 network core에 많이 사용.
link-layer switches : 주로 access network에 많이 사용
-> 인터넷 중앙 위치.
router 라우터: 사용자의 msg를 목적지를 찾아갈 수 있게 하는 역할.
source ~ dest 사이의 경로를 결정하는 역할.
* Internet : "network of networks"
* End system은 internet을 Internet Service Porviders(ISP)를 통해 접근한다.
ex. residential ISP(cable,telephone company), corporate ISP(학교, 회사) ...
* Protocols : control receiving of msgs 인터넷에서 msg를 제어하는 일련의 규칙들
-> Protocols define format, order of msgs sent and received among network entities,
and actions taken on msg transmission receipt
ex. 웹서버에게 웹 페이지 request할때, 정해진 포맷으로 해야
웹 서버가 '아 이건 웹페이지 요청이구나'를 알 수 있다.
request,reply msg처럼 행동을 취하며, 이 행동에는 순서가 있다.
∴ 인터넷의 가장자리에는 host/end system이 있고, 중앙에는 router/switch가 있다.
이들은 link로 연결이 되고, 서로 msg를 주고받을 때는 protocol를 따라야한다.