OSI 7계층
1계층 Physical
2계층 Data link
3계층 Network
4계층 Transport
5계층 Session
6계층 Presentation
7계층 Application
TCP/IP Protocol Suite
1계층 Physical - Underlying LAN and WAN 기술
2계층 Data link - Underlying LAN and WAN 기술
3계층 Network - Internet Protocol & helping Protocols
4계층 Transport - Serveral transport Protocols
5계층 Application - Serveral application Protocols
Physical Layer에서 통신 단위는 bit
Data Link Layer에서 통신 단위는 frame
Network Layer의 통신 단위는 IP datagram
Transport Layer의 통신 단위는 segment 혹은 user datagram (어떤 Protocol 사용에 따라 달라짐)
Application Layer의 통신 단위는 message
TCP/IP Protocol을 이용한 현재 인터넷에서의 4단계의 주소
- Physcial address , logical address , port address , application-specific address
TCP/IP Protocol suite
Application Layer (Message) -> Application-Specific addresses
Transport Layer (Segment) -> Port addresses
Network Layer (Datagram) -> Logical addresses
Data Link Layer (Frame) -> Phyiscal addresses
Physcial Layer (Bits)
대부분의 local area network는 48bit(6byte) 의 physical address (12 hexadecimal digits)을 사용
각각 byte는 콜론으로 구분
ex) 07:01:02:01:2C:4B
Physical address는 hop to hop으로부터 변경된다, 하지만 logical address, port address는 변경없이 그대로 유지된다.
'CS(Computer Science) > 컴퓨터 네트워크' 카테고리의 다른 글
4. IPv4 Address (0) | 2023.04.07 |
---|---|
3. Network Layer (0) | 2023.04.07 |
1. Introduction (0) | 2023.04.06 |