This document discusses network models and addressing in computer networks. It describes the OSI model, which defines seven layers of network functionality: physical, data link, network, transport, session, presentation, and application. It also discusses the TCP/IP protocol suite and how it maps to the OSI layers. There are four levels of addressing in TCP/IP: physical, logical, port, and specific. Physical addresses are used to deliver frames between directly connected nodes, while logical addresses are used to route packets from source to destination hosts across multiple hops. Port addresses further allow multiple processes on a host to communicate.