Computer Network OSI Model
Computer networking refers to interconnected computing devices (switches, routers, bridges, repeaters, and gateways) that can exchange data and share resources with each other.
First Network
- ARPANET was created by the US Department of Defense in 1969.
- The first email message was sent over Arpanet in 1971.
- Network/Internet: BOB KHAN AND VINT SERF
- Internet was officially announced in all over the world on 1st Jan, 1983 by Telnet.
- The first publically available internet was launched by state owned vides sanchar nigam limited (vsnl) on 15th Aug 1995.
A networking model is a set of guidelines and standards that define how data is transmitted and received over a network. It is also known as the networking architecture or a networking blueprint.
There are two types of models in Networking Models:
- TCP/IP MODEL (197-1983): Transmission Control Protocol and Internet Protocol =1970 (adopted as the protocol standard for ARPANET =IN 1983).
- OSI MODEL (1984) : Open System Interconnection Model =1984
OSI Model
- Physical Layer
- Data Link Layer
- Network Layer
- Transport Layer
- Session Layer
- Presentation Layer
- Application Layer
Its work on bottom up approach
Notes:
- Initially First layers i.e. Physical, Data Link and Network Layer are known as hardware layers.
- Bottom 3 layers layers application, presentation and session layer are known as software’s layers.
- Heart of the OSI model is transport Layer
- OSI is developed by International organization for standardization
- It is a Reference model or conceptual model
- This model is not practically implemented
- In OSI model Data Link Layer is divided in two sub layer i.e Logical Link Layer and Media Access layer
OSI Model =PDU (Presentation Data Unit)
- Physical Layer = Bits
- Data Link Layer = Frames
- Network Layer= Packet’s
- Transport Layer =Segments
- Session Layer= Data
- Presentation Layer= Data
- Application Layer= Data
OSI Model =Devices Works
- Physical Layer = Hub, Repeater , Modem , cables
- Data Link Layer = Switch, Bridge , Modem,
- Network Layer= Router
- Transport Layer =Gateway
- Session Layer= Gateway
- Presentation Layer= Gateway
- Application Layer= Gateway
Note:
- Gateway can work on all 7 layers of OSI Model
- Firewall works on Network and Transport Layer
- Gateway manage two different Network/topology/
OSI Model =Address used
- Physical Layer =
- Data Link Layer = MAC / Physical Address
- Network Layer= IP/Logical Address
- Transport Layer = Port Address
- Session Layer=
- Presentation Layer=
- Application Layer=
Note:
- MAC address is always fixed where IP address will changed
- MAC address is mentioned on NIC card on computer. By replacing the NIC card one can change the MAC address
- The Process of hide MAC address and IP Address is called spoofing.
Categories: computer network