Skip to content

Commit

Permalink
obsidian(gyunseo laptop): A src/assets/image/data-communications-and-…
Browse files Browse the repository at this point in the history
…networking-chapter-4-lans-part2-1696220119713.jpeg, M src/content/blog/data-communications-and-networking-chapter-4-lans-part2.md 2023-10-02 13:16:25

Affected files:
src/assets/image/data-communications-and-networking-chapter-4-lans-part2-1696220119713.jpeg
src/content/blog/data-communications-and-networking-chapter-4-lans-part2.md
  • Loading branch information
Gyunseo Lee authored and Gyunseo Lee committed Oct 2, 2023
1 parent e208468 commit ef51508
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,10 @@ Maximum은 왜 있냐? 만약 1GB가 frame length라고 하면, 1GB를 보내는

각 station은 Ethernet Network에서 자신들만의 Network Interface Card (NIC)를 갖는다.
우리는 NIC 주소를 MAC Address, Ethernet Address, Hardware Address라고 부른다.

`4A:30:10:21:10:1A` 와 같이 6B로 나타낸다.

앞의 3B는 Vendor Address (제조사)

![](/src/assets/image/data-communications-and-networking-chapter-4-lans-part2-1696220119713.jpeg)
전송은 left-to-rigth byte-to-byte. 하지만 각 byte에서는 LSB가 먼저 보내지고, MSB가 가장 나중에 보내진다.

0 comments on commit ef51508

Please sign in to comment.