Ethernet 환경에서 Utilization 구하는 공식

hurryon의 이미지

100MB Ethernet 환경에서 Utilization 을 구하는 공식은 다음과 같습니다.

Quote:

Utilization = (Packets * (96 + 64)) + (Octets * 8) / Interval * 100000000 * 100%

위의 공식에서 96 과 64 가 의미하는 것과 8 이 의미하는것 그리고 Interval 이 의미하는것이 무엇인지요?

책에는 다음과 같이 표시 되어 있습니다.

Quote:

The actual number of bits transmitted includes the count of octets times 8, plus, for each packet, a 64bit preamble and a 96bit interframe gap

으흠. 무슨 의미인지요? 참고로 인용한 책은 William Stallings 의 SNMP 서적입니다.

ai의 이미지

hurryon wrote:
100MB Ethernet 환경에서 Utilization 을 구하는 공식은 다음과 같습니다.

Quote:

Utilization = (Packets * (96 + 64)) + (Octets * 8) / Interval * 100000000 * 100%

위의 공식에서 96 과 64 가 의미하는 것과 8 이 의미하는것 그리고 Interval 이 의미하는것이 무엇인지요?

책에는 다음과 같이 표시 되어 있습니다.

Quote:

The actual number of bits transmitted includes the count of octets times 8, plus, for each packet, a 64bit preamble and a 96bit interframe gap

으흠. 무슨 의미인지요? 참고로 인용한 책은 William Stallings 의 SNMP 서적입니다.

그 책은 읽어보지 않았습니다만. ieee 802.3 ethernet frame 구성을 보시면 위 내용을 아마 이해하실 것 같습니다. 이렇게 구성되는데 :

MAC Preamble (7 Bytes)
Start Fram Delimiter (1 Byte)
Destination MAC Address (6 Bytes)
Source MAC Address (6 Bytes)
MAC Type or Length (2 Bytes)
PayLoad (-ge 46 bytes)
Frame Check Sequence (4 Bytes)
Interframe Gap (12 Bytes)

인용하신 글의 64bit preamble 은 MAC Preamble + SFD 가 될 것이고, 96bit interframe gap 은 IFG 입니다. 이미 알고 계시겠지만 ethernet 통신을 하려면 preamble, ifg 는 frame 전후에 반드시 붙어 나가야 합니다. 수신측에서도 frame 받을 준비는 해야 하니까요. 그렇다면 :

utilization
= total bits transfered / max bits transferable

일테니까 책에서 옮기신 공식과 유사한 모양이 됩니다. (octets*8 ) 은 ((dest mac addr)+(src mac addr)+(length)+(payload)+(fcs)) 를 bit 단위로 본 것이겠네요. (2mac, legnth, fcs 를 빼고 계산하는지는 잘 모르겠습니다.) 결국 적어놓으신 것과 같이 :

Utilization = (((Packets * (96 + 64)) + (Octets * 8 )) / (Interval * 100000000)) * 100%

interval 은 초 단위겠네요.

War doesnt determine whos right, just whos left.

hurryon의 이미지

:-) 명확한 답변 감사합니다. 저도 글을 올려 놓고 여기저기 검색을 해보니 나오더군요. TCP/IP 슈트를 공부한지 얼마나 지났다고 preamble 를 잊고 있었다니. TT

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.