Lecture 6 Network Models
Network Model / Protocol A protocol is a set of rules and regulations that looks after computers on network like access method, allows physical topology, types of cabling, and speed of data transfer. Two well-known model that allows us to deal with various aspects of networks abstractly are OSI reference model and TCP/IP model and both are based on layering. Layering is the division of a task into sub-tasks. Each layer performs a specific task and provides services to its layer. Advantages of layering are c ode reusing , extensibility , accelerates evolution and simplifies teaching and learning and many more. Open System Interconnection Reference Model (OSI Reference Model/OSI Model) It describes layered communications and computer network protocol and transmission design. Computers transfer information across networks in the form of packet and frame. TCP/IP Model It forms the base of present-day internet. The l...