ggoggo

6.1 Introduction to the link layer 본문

3-1/컴퓨터 네트워크

6.1 Introduction to the link layer

chchae01 2022. 6. 18. 04:30

Introduction

  • Link layer 채널 유형

1) 방송 채널(broadcast channel) : 예를 들어 무선LAN, 위성 네트워크, 하이브리드 광섬류 동축 케이블의 다중 호스트

2) Point -to - Point channel : 예를 들어, 장거리 링크로 연결된 두개의 라우터

 

  • 용어(Therminology)

- Node : Link layer protocol을 실행하는 모든 장치

 ex. 호스트, 라우터, 스위치 및 wifi 액세스 지점

- Link : 통신 경로를 따라 인접한 노드를 연결하는 통신채널

- Link-layer frames는 데이터그램을 캡슐화한다!

 

The services provided by the link layer

  • Framing : Frame = Header field + data filed(network-layer datagram)
  • Link access : MAC(medium access control) protocol은 프레임이 링크로 전송되는 규칙을 지정
  • Reliable delivery : 종종 무선 링크와 같이 오류율이 높은 링크에 사용됨
  • Error detection and correction

- Error detection : 수신된 프레임에 비트 오류가 있는지 확인

- Error correction(수정) : 비트 오류가 발생한 시기를 감지할 뿐만 아니라 오류가 발생한 프레임의 정확한 위치를 확인(그리고 수정)

 

Where is the link layer implemented?