2022학년도 2학기에 수강한 컴퓨터 네트워크 내용을 정리한 내용입니다!
앞으로 하루에 하나씩 꾸준히 업로드하려고 합니다🎈
정의 : 컴퓨터로 연결하여 TCP/IP Protocol을 이용해 정보를 주고 받는 컴퓨터 네트워크
즉, 인터넷은 '네트워크와 네트워크'를 연결한 것이다.
OSI = Open System Interconnection
ISO = International Standards Organization
즉, OSI는 ISO 단체에서 만든 Model이다.
Layer 7 : Application
Layer 6 : Presentation
Layer 5 : Session
Layer 4 : Transport
Layer 3 : Network
Layer 2 : Data Link
Layer 1 : Physical
1) Circuit Switching Network : 중앙제어 전달 방식
2) Packet Switching Network : 목적지 주소 전달 방식
1) Application
의사소통 단위 : message
주소 : Application-Specific addresses
2) Transport
의사소통 단위 : segment(TCP), user datagram (UDP), packet (일반적)
하는 일 : process to process message delivery, error recovery
주소 : Port Addresses (= application을 구별하는 번호)
3) Network
의사소통 단위 : datagram
하는 일 : move packets from source to destination
주소 : Logical Addresses (IP 주소 = 한 컴퓨터의 고유 번호)
4) Data Link
의사소통 단위 : frame
하는 일 : hop to hop delivery
주소 : Physical Addresses (Mac 주소)
5) Physical
의사소통 단위 : Bit
하는 일 : 복변조에 필요한 일을 담당
1) Repeater : Lan선과 Lan선을 연결하는 장치 (1:1)
2) HUB : multiport repeater (1:N)
3) Bridge : filtering 기능이 잇는 repeater
4) Switch : multiport Bridge (필터 기능이 있는 HUB)