Great video! I'm curious what happens at the intermediate steps between the sender and destination. Do they "de-encapsulate" all the way up to figure out the next destination? I guess that at least some would need the Mac Address and some the IP, but maybe not further up than that.
From what I learned, the frames are de-encapsulated at each router so that the router can view the IP address of the destination and send the message in the proper direction (usually the next router in the chain). Since routers operate at layer 3, they are concerned with IP addresses and connecting separate networks together, while switches only deal with MAC addresses, therefore, they would inspect the frame header and send the message either to the end device or to the default gateway.
Great… an OSI presentation for IT engineers rather than for school kids…. Would have been good if you explained how many bits/bytes each layer adds… presumably a frame can be 48 bits long.. but it’s a mystery..😏
So when data is sent, it starts at the application layer and moves down to the physical layer? Then when data is received it starts at the physical layer and moves to the application layer?
As I learned, In OSI Model at Application Layer, Presentation Layer and Session Layer Data is called as Data. After that at Transport Layer Data is called Segments, Network Layer Packets, Data Link Frames and Finally Physical Layer Bits or am i messing with something else?
what programe is used to encapsulate data ? after data is encapsulated it will travel to where ? in java have jnetpcap libary , is it to support encapsulate data , sr my bad english @@
my summary: data encapsulation: whenever data is transmitted between 2 devices (whenever we add a header and then send it below) each layer adds its header to the packet (control + management information) data and header tohether are called: protocol data unit (pdu) the data link layer is the only one that not only adds header but also a trailer! (except for the physical: nothing added) how does the same_layer interaction happens? it's when pc2 uses the header of pc1 on a specific layer!!
the header is not neccesarily made by 1 protocol, for exmple layer 4 header couls be ftp or http not pdu, but: segment: in transport packet: in internet layer frame: in data link layer
Don't mind just making myself some notes: - what is the purpose of each header of each layer in the OSI model: Each header has some control information
So if I'm sending an image over the network, this explanation means the image is transmitted over the wire as a sequence of bits encoding the six headers followed by a sequence of bits encoding the image and ending with the sequence of bits encoding the trailer. But this is not exactly how things work, is it? An entire image certainly doesn't fit inside a single ethernet frame, so the data must be split into multiple frames. But then where the headers go? Also, without any concrete examples it is difficult to know what these headers and data actually mean in practice, especially for the layers above the Transport Layer.
Never give up on searching on you-tube you will find the teacher that is made just for you and this one is that teacher for me
I have watched many videos related to the OSI and TCP/IP MODELS topic, but this was the most explanatory one!
This vid is so clear for me no sarcasm, good explanation and no unnecessary archaic terminologies of some kind, Thank You ♡
This is the best explanation I've seen so far, I just wonder why someone had to dislike this video...
simply superb. Actually this guy has not copied instead he knows what he is talking. keep it up bro !!!
Awesome! Perfect explanation I can recommend for others learning about tcp/ip and using correct terminology!
This is a simple and one of the best way to pas on information. I love it.
i respect you from my heart. thank you very much
Thank you, finally someone could explain it clearly
You made it clear and simple to me, thank you very much.
Thank you so much for your efforts a d tutorial , i have really learned too much from them , keep it up
Thank you so much!
You made me clear about each & every thing.
Excellent explanation. Thank you.
10:00 in case someone only cares about TCP IP encapsulation
lolol
you are a saviour, great explaination
Excellent explanation! Thank you.
Wonderful explanation, lot to take from it
Excellent job! It was explained so well that even I can understand ( - ; . Thank you.
Very good explanation thanks !
best explanation out there!
Nice explanations,,🤗🤗
Wonderful explanation
You're the best bro. Thx!😎
Man, you have made my day !
best explanation on the net
Do you have a channel? If not you should make one.
I like the way you present knowledge
Exactly........
very informative! thank you so much!
Best of the best
Great video! I'm curious what happens at the intermediate steps between the sender and destination. Do they "de-encapsulate" all the way up to figure out the next destination? I guess that at least some would need the Mac Address and some the IP, but maybe not further up than that.
From what I learned, the frames are de-encapsulated at each router so that the router can view the IP address of the destination and send the message in the proper direction (usually the next router in the chain). Since routers operate at layer 3, they are concerned with IP addresses and connecting separate networks together, while switches only deal with MAC addresses, therefore, they would inspect the frame header and send the message either to the end device or to the default gateway.
mantull om
hello, great explanation but what are some benefits from encapsulation?
Great… an OSI presentation for IT engineers rather than for school kids…. Would have been good if you explained how many bits/bytes each layer adds… presumably a frame can be 48 bits long.. but it’s a mystery..😏
which data stored in header & trailer ?
Thanks a lot! Great video.
So when data is sent, it starts at the application layer and moves down to the physical layer? Then when data is received it starts at the physical layer and moves to the application layer?
Yea exactly.
Makes sense to me. Thanks!
wow .amazing work
Where is the number 4 video?
As I learned, In OSI Model at Application Layer, Presentation Layer and Session Layer Data is called as Data. After that at Transport Layer Data is called Segments, Network Layer Packets, Data Link Frames and Finally Physical Layer Bits or am i messing with something else?
Very nice 👍 thank you for making this
perfect explanation
❤❤❤❤❤
this is so good omg!
how is the examining done what does pc2 look for
what programe is used to encapsulate data ? after data is encapsulated it will travel to where ? in java have jnetpcap libary , is it to support encapsulate data , sr my bad english @@
I wonder what happened to 4.OSI Model, seems to be missing from your RUclips channel. Any chance you can upload it?
guess am ready for my CAT now....impressive
my summary:
data encapsulation: whenever data is transmitted between 2 devices (whenever we add a header and then send it below)
each layer adds its header to the packet (control + management information)
data and header tohether are called: protocol data unit (pdu)
the data link layer is the only one that not only adds header but also a trailer! (except for the physical: nothing added)
how does the same_layer interaction happens? it's when pc2 uses the header of pc1 on a specific layer!!
the header is not neccesarily made by 1 protocol, for exmple layer 4 header couls be ftp or http
not pdu, but:
segment: in transport
packet: in internet layer
frame: in data link layer
when talking about tcp ip model, dont say pdu! the term is SEGMENT (data+header)
Thank You!!
Don't mind just making myself some notes:
- what is the purpose of each header of each layer in the OSI model:
Each header has some control information
I love you thank you
EXcellent😎
I just wanna know what is this "header" thing in reality in the physical sense
it's like what you use for a letter. where you put sender and receiver and stuff like that
Thanks so much.
1second in; DONT YELL AT ME
looking for answer of quiz week 9
I! Love! You!
That's a nice one.
thank you
So if I'm sending an image over the network, this explanation means the image is transmitted over the wire as a sequence of bits encoding the six headers followed by a sequence of bits encoding the image and ending with the sequence of bits encoding the trailer. But this is not exactly how things work, is it? An entire image certainly doesn't fit inside a single ethernet frame, so the data must be split into multiple frames. But then where the headers go? Also, without any concrete examples it is difficult to know what these headers and data actually mean in practice, especially for the layers above the Transport Layer.
came here because of online class
why the trailer is addede at data link thx sir for u re time Sir
Never heard of Internet or Network Acess Layer...
Do you mean the Network Layer a. Link Layer of the OSI Model instead?
Why does every tutorial no matter when it was made have awful mic quality, that includes my university lecture videos
Asia pacific University 🎓
Minute 12 when the Packet is passed down and becomes a Frame, you forgot to mention the MAC address.
Whole lot of gibberish.
please stop breathing and sighing in your mic, its annoying, thumbs down use an filter
Thank you for a great video!
Thank you