IPV4(2)
-
[FreeBSD] Network Layer Protocols, TCP/UDP and Bootstrapping
2.13 Network-Layer ProtocolsMost of the communication domains supported by the socket IPC mechanism provide access to network protocols. These protocols are implemented as a separate software layer logically below the socket software in the kernel. The kernel provides many ancillary services, such as buffer management, message routing, standardized interfaces to the protocols, and interfaces to ..
2024.07.06 -
[Computer Network] Chap6. Network Layer (1)
Chap 6. Network Layer (1) - 네트워크 간의 IP 기반 연결 -> inter + networking -> 인터넷 - 3계층부터는 Node 대신 host라는 용어를 활용 -> host to host -> 본인이 원하는 Destination까지 여러 줄과 장비들을 통과하여 잘 보내는 것 * 네트워크 레이어의 가장 중요한 두 가지 역할 1) Packetizing – 패킷을 만드는 것 2) Routing – destination으로 패킷을 보내는 것 – input이 destination의 IP 주소 (패킷의 정보) -> 이 키 값이 매치가 되면 -> output 어느 줄로 내보낼 지 결정 * Datagram vs Virtual Circuit 1. Datagram _ 이후 User Define..
2023.11.13