본문 바로가기
CS/Computer Networking

[Computer Networking] 1. Chapter 1 : Roadmap

2021. 7. 17.
반응형

http://www.kocw.net/home/cview.do?mty=p&kemId=1046412 

 

컴퓨터 네트워크

컴퓨터 네트워크의 계층적인 프로토콜 구조를 이해하고 특히 인터넷에서 사용되고 있는 응용 프로그램, 트랜스포트 프로토콜, 라우팅 알고리즘과 프로토콜, 데이터센터, 무선모바일 네트워크

www.kocw.net

이화여자대학교 이미정 교수님께서 강의하신 컴퓨터 네트워크 수업

강의를 들으면서 정리한 내용을 업로드할 계획

이번 글은 첫 번째 강의인 Chapter 1 : Roadmap을 들으면서 필기한 것임

 

 

<교재>

Computer Networking: A Top-Down Approach Featuring the Internet, 6th Ed., James F. Kurose and Keith W. Ross, Addison Wesley

 

교과목 목표

  • 컴퓨터 네트워크의 계층적인 프로토콜 구조 이해
  • 프로토콜 : 통신과 관련된 규약. source와 destination이 커뮤니케이션을 하려고 할 때 어떤 절차/정해진 규약에 따라서 통신을 해야 함.
  • 여러 네트워크가 있지만, 인터넷에서 사용되고 있는 프로토콜을 살펴볼 것임
  • 아래 계층으로 내려갈 수록 물리적

인터넷 가장자리에는 host = end systems

중앙에는 router or switch

커뮤니케이션 링크가 호스트, 라우터 or 스위치 연결

 

같은 방식으로 통신이 가능해야 하므로 표준화가 중요함

RFC : IETF에서 발표하는 표준안 IETF : 표준화 기관

 

access networks : 유저 호스트들을 네트워크에 연결시킴

  • access networks의 종류
  • access networks의 특징
    • bandwidth = transmission rate (bits per second)
    • shared or dedicated?
      • shared는 보안 취약

전화 회사에서 access network 제공함 = digital subscriber line (DSL)

집에서 전화 회사의 central office로 별도로 연결 (이웃과 공유 X) → dedicated

집에서 전화 회사 access network 쓸 때는 DSL modem에 연결해서 사용 → central office에 DSLAM (DSL access multiplexer) 각 집에 있는 회선들을 multiplex 함, voice인지 data인지에 따라 telephone net, internet 쪽으로 뽑아줌

 

cable network

케이블 회사를 통해서 인터넷에 access 할 때는 cable modem

CMTS (cable modem termination system) 멀티플렉싱 장치

한 회선을 공유(shared) : 방송은 동일한 시간에 같은 내용이 나옴, bandwidth가 큰 회선을 하나 연결하여 그 link를 여럿이 share함

HFC (hybrid fiber coax)

여러 cable headend를 묶어서 연결함, 굉장히 큰 bandwidth의 fiber로 연결함

CMTS 전에 각 집 연결한 것들은 coax cable

 

데스크톱 - home network - 전화 회사 network or cable network - ISP

wifi access point - 라우터 - cable modem/DSL modem - headend/central office

라우터 : 여러 end system들을 묶어서 전화/cable 회사 network에 연결

 

Enterprise access networks (Ethernet)

Ethernet switch - institutional router - ISP (internet server provider)

전화나 케이블 회사를 통하지 않고, 학교나 기관을 대표하는 라우터가 ISP에 dedicated line을 통해서 직접 연결

이 dedicated line은 ISP가 직접 깔아줌

 

스마트폰 - wifi access point - ethernet switch - router - 학교:ISP / 집-cable network

wifi와 cellular network(wide-area wireless access)는 shared임

반응형

댓글