ISO Model -Computer Networking Tccicomputercoaching.com The Open System Interconnection (OSI) model defines a networking framework to implement protocols in seven layers. In the OSI model, control is passed from one layer to the next, starting at the application layer in one station, and proceeding to the bottom layer, over the channel to the next station and back up the hierarchy. It is a conceptual model that characterizes and standardizes the communication functions of a telecommunication or computing system without regard to their underlying internal structure and technology. The OSI model takes the task of internetworking and divides that up into what is referred to as a vertical stack that consists of the following 7 layers: Physical (Layer 1) Physical layer is the only layer of OSI network model which actually deals with the physical connectivity of two different stations. This layer defines the hardware equipment, cabling, wiring, frequencies, pulses used to represent binary signals etc. Physical layer provides its services to Data-link layer. Layer 1 Physical examples include Ethernet, FDDI, B8ZS, V.35, V.24, and RJ45. Data Link (Layer 2) At OSI Model, Layer 2, data packets are encoded and decoded into bits. The data link layer or layer 2 is the second layer of the seven-layer OSI model of computer networking course. This layer is the protocol layer that transfers data between adjacent network nodes in a wide area network (WAN) or between nodes on the same local area network (LAN) segment. Layer 2 Data Link examples include PPP, FDDI, ATM, IEEE 802.5/ 802.2, IEEE 802.3/802.2, HDLC, Frame Relay. Network (Layer 3) The main aim of this layer is to deliver packets from source to destination across multiple links (networks). If two computers (system) are connected on the same link then there is no need for a network layer. It routes the signal through different channels to the other end and acts as a network controller. It also divides the outgoing messages into packets and to assemble incoming packets into messages for higher levels. Layer 3 Network examples include AppleTalk DDP, IP, IPX. Transport (Layer 4)