일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 피보나치 수
- Sequential Search
- 수 정렬하기
- matrixElementsSum
- 파이썬머신러닝완벽가이드
- almostIncreasingSequence
- Daily Commit
- Numpy
- markdown
- 2750
- cpp
- baekjun
- codesingal
- centuryFromYear
- data_structure
- C++
- shapeArea
- codesignal
- adjacentElementsProduct
- recursion
- 백준
- All Longest Strings
- 2015 봄학기 알고리즘
- til
- 파이썬 포렌식
- collections.deque
- 10953
- flask
- Python
- Counting cells in a blob
Archives
- Today
- Total
Introfor
Ethernet Frame Structure 본문
The LAN consists of the synchronization signal, the MAC address (destination) of the other party, the MAC address (source) of the sender, the packet type (next protocol), and the IP header and TCP header according to the protocol type.
LAN은 통신의 시작을 알리 동기신호와 상대방의 MAC 주소(목적지), 송신자의 MAC 주소(발신지), 패킷유형(다음에 올 프로토콜) 그리고 프로토콜 종류에 따라 IP헤더, TCP헤더로 구성로 구성된다.
Data including application mail contents such as mail, and CRC checksum to check whether an error occurred during transmission and reception.
메일과 같은 어플리케이션은 메일내용 등이 포함된 DATA, 송 수신 중에 에러가 발생됐는지 확인하기 위해서 CRC 체크섬이 있다.
'Doing > Network' 카테고리의 다른 글
ARP(Address Resolution Protocol) (0) | 2017.01.09 |
---|
Comments