Skip to content

Commit a219053

Browse files
fixed order of diagram and text, text was pointing to diagram "below" when diagram was above (ByteByteGoHq#69)
fixed order of diagram and text, text was pointing to diagram "below", when diagram was above
1 parent 2d5e68b commit a219053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -383,12 +383,12 @@ Note that API design is not just URL path design. Most of the time, we need to c
383383

384384
How is data sent over the network? Why do we need so many layers in the OSI model?
385385

386+
The diagram below shows how data is encapsulated and de-encapsulated when transmitting over the network.
387+
386388
<p>
387389
<img src="images/osi model.jpeg" />
388390
</p>
389391

390-
The diagram below shows how data is encapsulated and de-encapsulated when transmitting over the network.
391-
392392
Step 1: When Device A sends data to Device B over the network via the HTTP protocol, it is first added an HTTP header at the application layer.
393393

394394
Step 2: Then a TCP or a UDP header is added to the data. It is encapsulated into TCP segments at the transport layer. The header contains the source port, destination port, and sequence number.

0 commit comments

Comments
 (0)