Protocol :
In IT industry between two computer they can communicate via network protocol.
What this network protocol : it is standard set of rules. Network Protocol
- Standard and polices made up rules
- Procedure and format defined the communication
between two device over network. In another term protocol is the digital communication between 2 devices. In practical we can consider protocol as the spoken language, if two people know their language grammar and its preposition they can communicate properly. If 2 hardware device support the same protocol even they are 2 different manufacture device(like MAC and Linux) they can communicate one another using SMTP and pop3.
Network Protocol in Detail: https://www.interserver.net/tips/kb/common-network-protocols-ports/
Network Protocol in Detail: https://www.interserver.net/tips/kb/common-network-protocols-ports/
What are the Layers of OSI Model?
OSI Model (Open System Interconnection Model) it has 7 Layer.
- Application Layer
- Presentation Layer
- Session Layer
- Transport Layer
- Network Layer
- Data Link
- Physical
Real time world(Particle it order of layer will come in bidirectional)
Remember : AP- ST - ND - P
Source : http://teachweb.milin.cc/images/datacommunicatie/introduction_to_networks/6.1.1.1_the_network_layer_small.gif
Characteristics Behaviour of OSI 7 Layer
![]() |
Source https://static.javatpoint.com/tutorial/computer-network/images/osi-model.png |
Data Packets -> contain Segment , IP
What is Packet: (Packet will go through layer 3 – Network Layer)- Source IP Address
- Destination IP Address
- Data
- CRC
- Type
What is Data Frame: (Network Layer Packet + MAC Address)
- Source IP + MAC Address
- Destination IP + MAC Address
- Data
- CRC
- TYPE
- This adding MAC Address consider as the Header(H1) + Tail(T1) to the packet and become Frame.
- Depends on the medium these Header/Tail will be added and alter the frame later also, Because when it is Moving from wireless to the satellite New satellite header(H2)/tail(T2) will be added.
- Refer : https://www.youtube.com/watch?v=vv4y_uOneC0 (13:00 - Get clear details)
Transport Layer | Network Layer | Data Link Layer | Physical Layer
- Gateway act as “gate” between two network.
- Act as router,firewall(block/allow)
- Enable traffic to flow in and out of the network.
- Proxy server is another type of gateway.
- Inside the gateway Hardware,it contains the software.But, Router providing function of routing IP packets between networks.
Gateway and router both are not same.
Router and Gateway is intelligent than switch, Because it send the packet exactly to the destination rather than multicast.
Further Studies Focus on :
How This TCP/IP fundamental apply in the real time world.
1)Create the firewall 2)Setup the network/net mask
Study ;
Whether TCP header/tail is included (I hope it is in Data link then why physical layer).
0 Comments