프로그래밍공부(Programming Study)/네트워크(Network)

[컴퓨터네트워크]1.What is Internet?

Chaany 2023. 3. 25.
728x90

목표

  • 컴퓨터 네트워크의 계층적인 프로토콜 구조 이해
  • 인터넷에서 사용되고 있는 응용 프로그램, 트랜스포트 프로토콜, 라우팅 알고리즘과 프로토콜 이해
  • 네트워크 자원 활용율을 높이고 사용자에 대한 서비스를 향상시킬 수 있는 네트워크 프로토콜 설계 및 분석 능력 배양

What is the Internet?

  • 가장자리 - hosts = end systems
    • 애플리케이션을 실행함(host)
    • 네트워크의 가장자리(end system)
  • 중앙 - 라우터/스위치 : 목적지까지 가게 유도함
  • 링크 - 물리적인 연결
  • Internet = network of networks
  • protocols = 메시지 송/수신을 제어하는 일련의 규칙들(표준화)
    • IETF(Internet Engineering Task Force) - RFC(Request for comments)표준안 발표
    • 메시지 송/수신 형식, 순서, 어떤 행위를 해야하는 지 규정함
  • Access network
    • Bandwidth(bits per second)
    • shared or dedicated
    • digital subscriber line(DSL)
      • 전화회사(SKT, KT, LGU+)에서 제공하는 네트워크 -> dedicated access network
      • DSLAM
        • data는 DSL phone line to Internet
        • voice는 DSL phone line to telephone net
      • 10Mbps(down), 1Mbps(up)
    • cable network
      • 케이블회사에서 제공하는 액세스 네트워크
      • cable modem, splitter, coax cable, fiber CMTS(cable modem termination system)
      • shared access network
      • HFC(Hybrid Fiber coax)
      • 30Mbps(down), 2Mbps(up)
    • home network
      • router, access point
    • Enterprise access networks(Ethernet)
      • Ethernet switch, router, ISP(Internet Service Provider)
      • dedicated line
      • 10Mbps(초기), 100Mbps, 1Gbps, 10Gbps
    • Wireless access networks
      • wireless LANs
        • Wifi
        • 802.11b/g : 11.54Mbps
      • wide-area wireless access
      • shared 
        • 3G, 4G, LTE

 

출처 : 이화여자대학교 컴퓨터 네트워크(이미정 교수님)

728x90

댓글