Chapter 1. Introduction to TCP/IP Basics
개 요- TCP/IP를 기반으로 하여 물리적 구성, 라우팅, Application의 상호연관성을 이해
TCP/IP Features- 특정 하드웨어나 운용체제에 의존하지 않는 Open Protocol- 물리적 네트워크에 독립적- 전세계에 유일한 주소체계를 사용- 표준화되어 있으며, 널리 사용됨
TCP/IP Protocol Architecture
Application Layer
UserProcess
User Process
↕ ↕
Transport Layer
TCP
UDP
↕ ↕
Internet Layer
ICMP
↔
IP
ARP
RARP
↕ ↕ ↕
Datalink Layer
Hardware interface(Ethernet,FDDI,SLIP,PPP)
TCP/IP Protocol Suite 특징 - TCP(Transmission Control Protocol) * 연결지향 프로토콜 * 사용자프로세스에 신회성있는 Full-duples,Byte stream service를 지원 * 대부분의 인터넷 응용들은 TCP를 사용- UDP(User Data Protocol) * 비연결 프로토콜 * UDP datagram의 목적지 도달을 보장 못함- ICMP(Internet Control Message Protocol) * 호스트와 게이트웨이간의 에러 및 제어정보를 제어- IP(Internet Protocol) * TCP,UDP 및 ICMP를 위한 패킷 전달 서비스를 제공 * 경로 설정- ARP(Address Resolution Protocol) * IP주소를 Hardware 주소로 매핑- RARP(Reverse ARP) * Hardware주소를 IP주소로 매핑
Network - 컴퓨터의 연결에 단일의 전송기술을 이용한 시스템.
Internet - network에 연결된 컴퓨터들 사이의 traffic전달, router를 통해 연결된 일련의 network들.
Internet의 역사 - Arpanet - 1969년 군사용으로 시작 - ETHERNET 표준(1985년, IEEE 802.3발표) - TCP/IP기반의 internetworking 활성화
Chapter 2. Link Layer
TCP/IP layering - OSI 7-layer 모델과 TCP/IP layer모델의 비교
OSI model
TCP/IP model
What to Cover?
Application
Application
SMTP
FTP
TFTP
DNS
HTTP
.......
BOOTP
Presentation
Session
Transport
Transport
TCP
UDP
Network
Internet
IGMP
ICMP
IP
Routing Protocol
ARP
RARP
Data Link(SDLC,HDLC,PPP,Frame-relay,etcs)
Network Interface
IEEE 802.2
Ethernet
FDDI
IEEE 802.5
IEEE 802.3
Physical(RS-232C,V.35,HSSI,etcs)
Physical
OSI Model Layer 기능- OSI 7 Layer 개념도
- Physical Layer : 물리적 매체를 통해 비트 흐름을 데이터 링크층으로 전송 * 물리적인 매체의...
첫댓글 감사합니다. 잘 쓰겠습니다.