Bits in a byte question...

AMDPwred

Diamond Member
Mar 22, 2001
3,593
0
0
If anyone could explain this to me, I'd be most thankful.

"A data transfer between two communications devices takes place at 2Mbps. If we need to transfer 27 MB worth of data, what is the minimum amount of time it will take to complete the transfer?"

I'm not looking for just the answer, I'd really like it if someone could explain the conversions here.
 

NikPreviousAcct

No Lifer
Aug 15, 2000
52,763
1
0
4 bits = nibble (serious)
8 bits = byte
1024 bits = kilobit (kb)
1024 bytes = kilobyte (KB)
1024 kilobits = megabit (mb)
1024 kilobytes = megabyte (MB)

et al
 

Colt45

Lifer
Apr 18, 2001
19,721
1
0
8 bits = 1 byte

but the equation doesn't work like that. TCP/IP has overhead.
 

lavagirl669

Diamond Member
Apr 21, 2004
3,325
1
0
Originally posted by: Nik
4 bits = nibble (serious)
8 bits = byte
1024 bits = kilobit (kb)
1024 bytes = kilobyte (KB)
1024 kilobits = megabit (mb)
1024 kilobytes = megabyte (MB)

et al

/me ponders "nibble"
 

AMDPwred

Diamond Member
Mar 22, 2001
3,593
0
0
Originally posted by: Colt45
8 bits = 1 byte

but the equation doesn't work like that. TCP/IP has overhead.

Yeah, we're going at a really basic level so far.
 

SWScorch

Diamond Member
May 13, 2001
9,520
1
76
Originally posted by: lavagirl669
Originally posted by: Nik
4 bits = nibble (serious)
8 bits = byte
1024 bits = kilobit (kb)
1024 bytes = kilobyte (KB)
1024 kilobits = megabit (mb)
1024 kilobytes = megabyte (MB)

et al

/me ponders "nibble"

*psst* A nibble is half of a byte
 

mundane

Diamond Member
Jun 7, 2002
5,603
8
81
Originally posted by: AMDPwred
Is it 108 secs?

2/8 = .25 MBps
27/.25 = 108 sec

That's how long it'll take the sending device from first bit to last - but you also need to take into account the delta t on the pipe between the devices themselves. (Is latency the right term?) You tack on the latency to 108 sec, and you have the minimum time required to transfer the full 27MB.
 

NikPreviousAcct

No Lifer
Aug 15, 2000
52,763
1
0
Originally posted by: SWScorch
Originally posted by: lavagirl669
Originally posted by: Nik
4 bits = nibble (serious)
8 bits = byte
1024 bits = kilobit (kb)
1024 bytes = kilobyte (KB)
1024 kilobits = megabit (mb)
1024 kilobytes = megabyte (MB)

et al

/me ponders "nibble"

*psst* A nibble is half of a byte

Halfabyte? HB?



ByteJob, anyone? BJ? :laugh:
 

NikPreviousAcct

No Lifer
Aug 15, 2000
52,763
1
0
No, Skoorb, there isn't. The "start" and "stop" of a successful transfer are included in the packet info. It's called overhead.
 

StageLeft

No Lifer
Sep 29, 2000
70,150
5
0
Originally posted by: Nik
No, Skoorb, there isn't. The "start" and "stop" of a successful transfer are included in the packet info. It's called overhead.
How much overhead is there normally? I suppose that would depend on your connection and protocol, but is there general overhead? What's the average packet size, and if a packet is 32KB of data, how much of that would be overhead to ensure the entire packet arrived?
 

frodrick

Senior member
Sep 13, 2004
520
0
0
Originally posted by: AMDPwred
Is it 108 secs?

2/8 = .25 MBps
27/.25 = 108 sec

That would be correct, except 2Mbps != 2048bps.

27MB * 1024B * 8b = 221184b
2Mbps * 1000bps = 2000bps

221184b / 2000bps = 110.592s
 

NikPreviousAcct

No Lifer
Aug 15, 2000
52,763
1
0
Originally posted by: Skoorb
Originally posted by: Nik
No, Skoorb, there isn't. The "start" and "stop" of a successful transfer are included in the packet info. It's called overhead.
How much overhead is there normally? I suppose that would depend on your connection and protocol, but is there general overhead? What's the average packet size, and if a packet is 32KB of data, how much of that would be overhead to ensure the entire packet arrived?

Would I be correct in assuming that you're looking for an average percentage? I'm not sure. I'm not sure if you can find, isolate, and open a single packet in, say, notepad or something.
 

GroundZero

Diamond Member
Oct 17, 2002
3,669
1
0
the answer is a bunny named george, and i wil hugg him and love him and pet him and squeaze him
 

Descartes

Lifer
Oct 10, 1999
13,968
2
0
Originally posted by: Nik
Originally posted by: Skoorb
Originally posted by: Nik
No, Skoorb, there isn't. The "start" and "stop" of a successful transfer are included in the packet info. It's called overhead.
How much overhead is there normally? I suppose that would depend on your connection and protocol, but is there general overhead? What's the average packet size, and if a packet is 32KB of data, how much of that would be overhead to ensure the entire packet arrived?

Would I be correct in assuming that you're looking for an average percentage? I'm not sure. I'm not sure if you can find, isolate, and open a single packet in, say, notepad or something.

There's no average percentage. The packet header for all protocols is defined, and for TCP it's 256 bits.
 

StageLeft

No Lifer
Sep 29, 2000
70,150
5
0
Originally posted by: Descartes
Originally posted by: Nik
Originally posted by: Skoorb
Originally posted by: Nik
No, Skoorb, there isn't. The "start" and "stop" of a successful transfer are included in the packet info. It's called overhead.
How much overhead is there normally? I suppose that would depend on your connection and protocol, but is there general overhead? What's the average packet size, and if a packet is 32KB of data, how much of that would be overhead to ensure the entire packet arrived?

Would I be correct in assuming that you're looking for an average percentage? I'm not sure. I'm not sure if you can find, isolate, and open a single packet in, say, notepad or something.

There's no average percentage. The packet header for all protocols is defined, and for TCP it's 256 bits.
How big is a TCP packet?
 

NikPreviousAcct

No Lifer
Aug 15, 2000
52,763
1
0
Originally posted by: Skoorb
Originally posted by: Descartes
Originally posted by: Nik
Originally posted by: Skoorb
Originally posted by: Nik
No, Skoorb, there isn't. The "start" and "stop" of a successful transfer are included in the packet info. It's called overhead.
How much overhead is there normally? I suppose that would depend on your connection and protocol, but is there general overhead? What's the average packet size, and if a packet is 32KB of data, how much of that would be overhead to ensure the entire packet arrived?

Would I be correct in assuming that you're looking for an average percentage? I'm not sure. I'm not sure if you can find, isolate, and open a single packet in, say, notepad or something.

There's no average percentage. The packet header for all protocols is defined, and for TCP it's 256 bits.
How big is a TCP packet?

That brings up an interesting question... if a header exists, does a footer also exist? I would think it does, but I never really thought about it. Is it also 256 bits? I would think that it's smaller to just denote the end of the packet.
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |