SlideShare a Scribd company logo
1 of 1
Download to read offline
Data Communication assignment 2
Submission Deadline: - Nov 10 2011 MidNight.

Q1. Given the message M = 1010001101 (10 bits)
and Divisor as 110101(6 bits)
What would be the CRC?




Q2.

The data traveling speed is equal to the speed of light.

(a) Calculate the transmission delay
    1. if host A sends a frame of size 500 bytes to host B.
    2. if host B sends a frame of size 125 bytes to host D.

(b) Calculate the propagation delay
    1. if host A sends a frame of size 500 bytes to host B.
    2. if host B sends a frame of size 125 bytes to host D.

c) What would be the end-to-end delay for a frame of size 500 bytes going from host A to
host D through host B. The host B will first receive the whole frame, store it, and then
transmit it in the direction of host D.

d) Host A has a file of size 5 MB to send to host B. But, the maximum size of the file that
the host A can send at one time is 500 bytes.
   1. How many frames should host A send to host B to complete the transmission?
   2. How many maximum number of frames can be on the link at the maximum?
   3. After how many frames, that host A has send, will host B start receiving the first
       frame?

e) Host A has a file of size 5 MB to send to host D. But, the maximum size of the file that
the host A can send at one time is 500 bytes.
      1. What is the total end-to-end delay?

Hint for question 2
Question 2 above is meant to revise what you have studied about Transmission delay,
propagation delay, bandwidth delay and end-to-end delay. If you can solve this exercise, it
would be easier for you to understand Flow Control algorithms that we are going to start
from next week. If you cannot answer these questions, you should see me and discuss
with me before we begin the Flow Control.
Few equations that you will need to solve the assignment are

Transmission delay (td) = size of frame / transmission speed
Propagation delay (pd)= distance/speed of light.
End-to-end delay (ed) = td + pd + qd
queuing delay is the time that a frame spend waiting for a busy host.
Queuing delay at B for a frame traveling from A to C is defined as follows.
queuing delay = (1-(BB->C/BA->B)) * tdB->C
Before using the queuing delay equation, think if the 1 st frame will wait for busy host B or
subsequent frame will wait for busy host B.

More Related Content

What's hot

communication among tasks in advanced system architecture
communication among tasks in advanced system architecturecommunication among tasks in advanced system architecture
communication among tasks in advanced system architectureRoslinJoseph
 
Text book 2 computer networks_a systems approach_peterson solution manual
Text book 2 computer networks_a systems approach_peterson solution manualText book 2 computer networks_a systems approach_peterson solution manual
Text book 2 computer networks_a systems approach_peterson solution manualgopivrajan
 
Ch 6 data and computer communicationwilliam stallings (1)
Ch 6 data and computer communicationwilliam stallings (1)Ch 6 data and computer communicationwilliam stallings (1)
Ch 6 data and computer communicationwilliam stallings (1)bheemsain
 
parallel programming in tthe PVM-advanced system architecture
parallel programming in tthe PVM-advanced system architectureparallel programming in tthe PVM-advanced system architecture
parallel programming in tthe PVM-advanced system architectureRoslinJoseph
 
Distributed Video Streaming over Internet
Distributed Video Streaming over InternetDistributed Video Streaming over Internet
Distributed Video Streaming over InternetVideoguy
 
about message coalescing
about message coalescingabout message coalescing
about message coalescingyyooooon
 
Introduction to storm
Introduction to stormIntroduction to storm
Introduction to stormVinoth Kannan
 
Pcgrid presentation qos p2p grid
Pcgrid presentation   qos p2p gridPcgrid presentation   qos p2p grid
Pcgrid presentation qos p2p gridmarcuswac
 
ExOR Multihop Routing in Wireless Networks
ExOR Multihop Routing in Wireless NetworksExOR Multihop Routing in Wireless Networks
ExOR Multihop Routing in Wireless NetworksYatindra shashi
 
Presentation - Dynamic Tuning of RTS Threshold
Presentation - Dynamic Tuning of RTS ThresholdPresentation - Dynamic Tuning of RTS Threshold
Presentation - Dynamic Tuning of RTS ThresholdMohammad Saiful Islam
 
Content aware packet scheduling in peer-to-peer video streaming
Content aware packet scheduling in peer-to-peer video streamingContent aware packet scheduling in peer-to-peer video streaming
Content aware packet scheduling in peer-to-peer video streamingVideoguy
 
Chapter 1 - Computer Networks and the Internet 2
Chapter 1 - Computer Networks and the Internet 2Chapter 1 - Computer Networks and the Internet 2
Chapter 1 - Computer Networks and the Internet 2Andy Juan Sarango Veliz
 

What's hot (17)

communication among tasks in advanced system architecture
communication among tasks in advanced system architecturecommunication among tasks in advanced system architecture
communication among tasks in advanced system architecture
 
Text book 2 computer networks_a systems approach_peterson solution manual
Text book 2 computer networks_a systems approach_peterson solution manualText book 2 computer networks_a systems approach_peterson solution manual
Text book 2 computer networks_a systems approach_peterson solution manual
 
Ch 6 data and computer communicationwilliam stallings (1)
Ch 6 data and computer communicationwilliam stallings (1)Ch 6 data and computer communicationwilliam stallings (1)
Ch 6 data and computer communicationwilliam stallings (1)
 
parallel programming in tthe PVM-advanced system architecture
parallel programming in tthe PVM-advanced system architectureparallel programming in tthe PVM-advanced system architecture
parallel programming in tthe PVM-advanced system architecture
 
04 physical
04 physical04 physical
04 physical
 
Cn mid feb 2014
Cn mid feb 2014Cn mid feb 2014
Cn mid feb 2014
 
Distributed Video Streaming over Internet
Distributed Video Streaming over InternetDistributed Video Streaming over Internet
Distributed Video Streaming over Internet
 
about message coalescing
about message coalescingabout message coalescing
about message coalescing
 
Intake 37 12
Intake 37 12Intake 37 12
Intake 37 12
 
Chapter 6
Chapter 6Chapter 6
Chapter 6
 
Introduction to storm
Introduction to stormIntroduction to storm
Introduction to storm
 
Unit 4 bandwidth utilization
Unit 4 bandwidth utilizationUnit 4 bandwidth utilization
Unit 4 bandwidth utilization
 
Pcgrid presentation qos p2p grid
Pcgrid presentation   qos p2p gridPcgrid presentation   qos p2p grid
Pcgrid presentation qos p2p grid
 
ExOR Multihop Routing in Wireless Networks
ExOR Multihop Routing in Wireless NetworksExOR Multihop Routing in Wireless Networks
ExOR Multihop Routing in Wireless Networks
 
Presentation - Dynamic Tuning of RTS Threshold
Presentation - Dynamic Tuning of RTS ThresholdPresentation - Dynamic Tuning of RTS Threshold
Presentation - Dynamic Tuning of RTS Threshold
 
Content aware packet scheduling in peer-to-peer video streaming
Content aware packet scheduling in peer-to-peer video streamingContent aware packet scheduling in peer-to-peer video streaming
Content aware packet scheduling in peer-to-peer video streaming
 
Chapter 1 - Computer Networks and the Internet 2
Chapter 1 - Computer Networks and the Internet 2Chapter 1 - Computer Networks and the Internet 2
Chapter 1 - Computer Networks and the Internet 2
 

Viewers also liked

The mccumberexperience
The mccumberexperienceThe mccumberexperience
The mccumberexperienceJosh McCumber
 
Coaching for cds combined defense services 2012 february exam at cheap rat...
Coaching for  cds combined defense services 2012 february  exam  at cheap rat...Coaching for  cds combined defense services 2012 february  exam  at cheap rat...
Coaching for cds combined defense services 2012 february exam at cheap rat...Tanay Kumar Das
 
Cuidado com a falta de atenção com a sua mulher(traição)
Cuidado com a falta de atenção com a sua mulher(traição)Cuidado com a falta de atenção com a sua mulher(traição)
Cuidado com a falta de atenção com a sua mulher(traição)euu3
 
Arithmetic sequence
Arithmetic sequenceArithmetic sequence
Arithmetic sequencemaricel mas
 
ARITHMETIC MEAN AND SERIES
ARITHMETIC MEAN AND SERIESARITHMETIC MEAN AND SERIES
ARITHMETIC MEAN AND SERIESDarwin Santos
 

Viewers also liked (10)

The mccumberexperience
The mccumberexperienceThe mccumberexperience
The mccumberexperience
 
Psy 405 psy405
Psy 405 psy405Psy 405 psy405
Psy 405 psy405
 
Babyland
BabylandBabyland
Babyland
 
riaanewrules
riaanewrulesriaanewrules
riaanewrules
 
Coaching for cds combined defense services 2012 february exam at cheap rat...
Coaching for  cds combined defense services 2012 february  exam  at cheap rat...Coaching for  cds combined defense services 2012 february  exam  at cheap rat...
Coaching for cds combined defense services 2012 february exam at cheap rat...
 
Psy 360 psy360
Psy 360 psy360Psy 360 psy360
Psy 360 psy360
 
It 237 it237
It 237 it237It 237 it237
It 237 it237
 
Cuidado com a falta de atenção com a sua mulher(traição)
Cuidado com a falta de atenção com a sua mulher(traição)Cuidado com a falta de atenção com a sua mulher(traição)
Cuidado com a falta de atenção com a sua mulher(traição)
 
Arithmetic sequence
Arithmetic sequenceArithmetic sequence
Arithmetic sequence
 
ARITHMETIC MEAN AND SERIES
ARITHMETIC MEAN AND SERIESARITHMETIC MEAN AND SERIES
ARITHMETIC MEAN AND SERIES
 

Similar to Dc assignment 2

Switching Problems.pdf
Switching Problems.pdfSwitching Problems.pdf
Switching Problems.pdfSenthil Vit
 
Assignment sw solution
Assignment sw solutionAssignment sw solution
Assignment sw solutionH K
 
Notes mid uet solution
Notes mid uet solutionNotes mid uet solution
Notes mid uet solutionAli Jt
 
Data and computer communication exam i
Data and computer communication exam iData and computer communication exam i
Data and computer communication exam iAndrew Ibrahim
 
CS547 Wireless Networking and Security Exam 1 Questio.docx
CS547 Wireless Networking and Security Exam 1  Questio.docxCS547 Wireless Networking and Security Exam 1  Questio.docx
CS547 Wireless Networking and Security Exam 1 Questio.docxAbhinav816839
 
Availability Computer Communication Network .pdf
Availability Computer Communication Network .pdfAvailability Computer Communication Network .pdf
Availability Computer Communication Network .pdfYashShirude1
 
Sample calculation questions in data communications (1)
Sample calculation questions in data communications (1)Sample calculation questions in data communications (1)
Sample calculation questions in data communications (1)Mauricio Raul
 
Ch3 3 Data communication and networking
Ch3 3  Data communication and networking Ch3 3  Data communication and networking
Ch3 3 Data communication and networking Neha Kurale
 
Assignment #4-Ch5-6-7-8-Data Communications.pdf
Assignment #4-Ch5-6-7-8-Data Communications.pdfAssignment #4-Ch5-6-7-8-Data Communications.pdf
Assignment #4-Ch5-6-7-8-Data Communications.pdfSoyallRobi
 
Assignment 4 Ch5 6 7 8 Data Communications
Assignment  4 Ch5 6 7 8 Data CommunicationsAssignment  4 Ch5 6 7 8 Data Communications
Assignment 4 Ch5 6 7 8 Data CommunicationsJim Jimenez
 
computer networking a top down approach 6 th edition solutions to review ques...
computer networking a top down approach 6 th edition solutions to review ques...computer networking a top down approach 6 th edition solutions to review ques...
computer networking a top down approach 6 th edition solutions to review ques...ssuser83d26a1
 
Ch6 1 Data communication and networking by neha g. kurale
Ch6 1 Data communication and networking by neha g. kuraleCh6 1 Data communication and networking by neha g. kurale
Ch6 1 Data communication and networking by neha g. kuraleNeha Kurale
 

Similar to Dc assignment 2 (20)

Switching Problems.pdf
Switching Problems.pdfSwitching Problems.pdf
Switching Problems.pdf
 
Assignment sw solution
Assignment sw solutionAssignment sw solution
Assignment sw solution
 
Networks quiz #1
Networks quiz #1 Networks quiz #1
Networks quiz #1
 
Notes mid uet solution
Notes mid uet solutionNotes mid uet solution
Notes mid uet solution
 
Data and computer communication exam i
Data and computer communication exam iData and computer communication exam i
Data and computer communication exam i
 
Unit_I - 3
Unit_I - 3Unit_I - 3
Unit_I - 3
 
CS547 Wireless Networking and Security Exam 1 Questio.docx
CS547 Wireless Networking and Security Exam 1  Questio.docxCS547 Wireless Networking and Security Exam 1  Questio.docx
CS547 Wireless Networking and Security Exam 1 Questio.docx
 
Data and signals
Data and signalsData and signals
Data and signals
 
Availability Computer Communication Network .pdf
Availability Computer Communication Network .pdfAvailability Computer Communication Network .pdf
Availability Computer Communication Network .pdf
 
Networks quiz#1 solution
Networks quiz#1 solutionNetworks quiz#1 solution
Networks quiz#1 solution
 
Sample calculation questions in data communications (1)
Sample calculation questions in data communications (1)Sample calculation questions in data communications (1)
Sample calculation questions in data communications (1)
 
Ch06
Ch06Ch06
Ch06
 
Ch3 3 Data communication and networking
Ch3 3  Data communication and networking Ch3 3  Data communication and networking
Ch3 3 Data communication and networking
 
Assignment #4-Ch5-6-7-8-Data Communications.pdf
Assignment #4-Ch5-6-7-8-Data Communications.pdfAssignment #4-Ch5-6-7-8-Data Communications.pdf
Assignment #4-Ch5-6-7-8-Data Communications.pdf
 
Assignment 4 Ch5 6 7 8 Data Communications
Assignment  4 Ch5 6 7 8 Data CommunicationsAssignment  4 Ch5 6 7 8 Data Communications
Assignment 4 Ch5 6 7 8 Data Communications
 
Cnq1
Cnq1Cnq1
Cnq1
 
5 sharing-app
5 sharing-app5 sharing-app
5 sharing-app
 
Dcn lecture 3
Dcn lecture 3Dcn lecture 3
Dcn lecture 3
 
computer networking a top down approach 6 th edition solutions to review ques...
computer networking a top down approach 6 th edition solutions to review ques...computer networking a top down approach 6 th edition solutions to review ques...
computer networking a top down approach 6 th edition solutions to review ques...
 
Ch6 1 Data communication and networking by neha g. kurale
Ch6 1 Data communication and networking by neha g. kuraleCh6 1 Data communication and networking by neha g. kurale
Ch6 1 Data communication and networking by neha g. kurale
 

More from H K

Assignment4
Assignment4Assignment4
Assignment4H K
 
Assignment3
Assignment3Assignment3
Assignment3H K
 
Induction
InductionInduction
InductionH K
 
Solution3
Solution3Solution3
Solution3H K
 
Solution2
Solution2Solution2
Solution2H K
 
Mid-
Mid-Mid-
Mid-H K
 
Assignment4
Assignment4Assignment4
Assignment4H K
 
Assignment4
Assignment4Assignment4
Assignment4H K
 
Dm assignment3
Dm assignment3Dm assignment3
Dm assignment3H K
 
Proof
ProofProof
ProofH K
 
Resolution
ResolutionResolution
ResolutionH K
 
Assignment description
Assignment descriptionAssignment description
Assignment descriptionH K
 
Dm assignment2
Dm assignment2Dm assignment2
Dm assignment2H K
 
Set
SetSet
SetH K
 
Dm assignment1
Dm assignment1Dm assignment1
Dm assignment1H K
 
Logic
LogicLogic
LogicH K
 
Introduction
IntroductionIntroduction
IntroductionH K
 
Violinphoenix
ViolinphoenixViolinphoenix
ViolinphoenixH K
 
Ie project
Ie projectIe project
Ie projectH K
 
Assignment cn subnetting
Assignment cn subnettingAssignment cn subnetting
Assignment cn subnettingH K
 

More from H K (20)

Assignment4
Assignment4Assignment4
Assignment4
 
Assignment3
Assignment3Assignment3
Assignment3
 
Induction
InductionInduction
Induction
 
Solution3
Solution3Solution3
Solution3
 
Solution2
Solution2Solution2
Solution2
 
Mid-
Mid-Mid-
Mid-
 
Assignment4
Assignment4Assignment4
Assignment4
 
Assignment4
Assignment4Assignment4
Assignment4
 
Dm assignment3
Dm assignment3Dm assignment3
Dm assignment3
 
Proof
ProofProof
Proof
 
Resolution
ResolutionResolution
Resolution
 
Assignment description
Assignment descriptionAssignment description
Assignment description
 
Dm assignment2
Dm assignment2Dm assignment2
Dm assignment2
 
Set
SetSet
Set
 
Dm assignment1
Dm assignment1Dm assignment1
Dm assignment1
 
Logic
LogicLogic
Logic
 
Introduction
IntroductionIntroduction
Introduction
 
Violinphoenix
ViolinphoenixViolinphoenix
Violinphoenix
 
Ie project
Ie projectIe project
Ie project
 
Assignment cn subnetting
Assignment cn subnettingAssignment cn subnetting
Assignment cn subnetting
 

Recently uploaded

2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis Usage2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis UsageNeil Kimberley
 
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607dollysharma2066
 
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckPitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckHajeJanKamps
 
Annual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesAnnual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesKeppelCorporation
 
Buy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy Verified Accounts
 
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCRashishs7044
 
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...ictsugar
 
Kenya’s Coconut Value Chain by Gatsby Africa
Kenya’s Coconut Value Chain by Gatsby AfricaKenya’s Coconut Value Chain by Gatsby Africa
Kenya’s Coconut Value Chain by Gatsby Africaictsugar
 
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCRashishs7044
 
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdfNewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdfKhaled Al Awadi
 
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptxContemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptxMarkAnthonyAurellano
 
Innovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdfInnovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdfrichard876048
 
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort ServiceCall US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Servicecallgirls2057
 
Kenya Coconut Production Presentation by Dr. Lalith Perera
Kenya Coconut Production Presentation by Dr. Lalith PereraKenya Coconut Production Presentation by Dr. Lalith Perera
Kenya Coconut Production Presentation by Dr. Lalith Pereraictsugar
 
Call Girls Miyapur 7001305949 all area service COD available Any Time
Call Girls Miyapur 7001305949 all area service COD available Any TimeCall Girls Miyapur 7001305949 all area service COD available Any Time
Call Girls Miyapur 7001305949 all area service COD available Any Timedelhimodelshub1
 
Organizational Structure Running A Successful Business
Organizational Structure Running A Successful BusinessOrganizational Structure Running A Successful Business
Organizational Structure Running A Successful BusinessSeta Wicaksana
 
Future Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted VersionFuture Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted VersionMintel Group
 
APRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfAPRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfRbc Rbcua
 
/:Call Girls In Indirapuram Ghaziabad ➥9990211544 Independent Best Escorts In...
/:Call Girls In Indirapuram Ghaziabad ➥9990211544 Independent Best Escorts In.../:Call Girls In Indirapuram Ghaziabad ➥9990211544 Independent Best Escorts In...
/:Call Girls In Indirapuram Ghaziabad ➥9990211544 Independent Best Escorts In...lizamodels9
 
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,noida100girls
 

Recently uploaded (20)

2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis Usage2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis Usage
 
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
 
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckPitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
 
Annual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesAnnual General Meeting Presentation Slides
Annual General Meeting Presentation Slides
 
Buy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail Accounts
 
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
 
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...
 
Kenya’s Coconut Value Chain by Gatsby Africa
Kenya’s Coconut Value Chain by Gatsby AfricaKenya’s Coconut Value Chain by Gatsby Africa
Kenya’s Coconut Value Chain by Gatsby Africa
 
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
 
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdfNewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdf
 
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptxContemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
 
Innovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdfInnovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdf
 
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort ServiceCall US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
 
Kenya Coconut Production Presentation by Dr. Lalith Perera
Kenya Coconut Production Presentation by Dr. Lalith PereraKenya Coconut Production Presentation by Dr. Lalith Perera
Kenya Coconut Production Presentation by Dr. Lalith Perera
 
Call Girls Miyapur 7001305949 all area service COD available Any Time
Call Girls Miyapur 7001305949 all area service COD available Any TimeCall Girls Miyapur 7001305949 all area service COD available Any Time
Call Girls Miyapur 7001305949 all area service COD available Any Time
 
Organizational Structure Running A Successful Business
Organizational Structure Running A Successful BusinessOrganizational Structure Running A Successful Business
Organizational Structure Running A Successful Business
 
Future Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted VersionFuture Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted Version
 
APRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfAPRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdf
 
/:Call Girls In Indirapuram Ghaziabad ➥9990211544 Independent Best Escorts In...
/:Call Girls In Indirapuram Ghaziabad ➥9990211544 Independent Best Escorts In.../:Call Girls In Indirapuram Ghaziabad ➥9990211544 Independent Best Escorts In...
/:Call Girls In Indirapuram Ghaziabad ➥9990211544 Independent Best Escorts In...
 
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
 

Dc assignment 2

  • 1. Data Communication assignment 2 Submission Deadline: - Nov 10 2011 MidNight. Q1. Given the message M = 1010001101 (10 bits) and Divisor as 110101(6 bits) What would be the CRC? Q2. The data traveling speed is equal to the speed of light. (a) Calculate the transmission delay 1. if host A sends a frame of size 500 bytes to host B. 2. if host B sends a frame of size 125 bytes to host D. (b) Calculate the propagation delay 1. if host A sends a frame of size 500 bytes to host B. 2. if host B sends a frame of size 125 bytes to host D. c) What would be the end-to-end delay for a frame of size 500 bytes going from host A to host D through host B. The host B will first receive the whole frame, store it, and then transmit it in the direction of host D. d) Host A has a file of size 5 MB to send to host B. But, the maximum size of the file that the host A can send at one time is 500 bytes. 1. How many frames should host A send to host B to complete the transmission? 2. How many maximum number of frames can be on the link at the maximum? 3. After how many frames, that host A has send, will host B start receiving the first frame? e) Host A has a file of size 5 MB to send to host D. But, the maximum size of the file that the host A can send at one time is 500 bytes. 1. What is the total end-to-end delay? Hint for question 2 Question 2 above is meant to revise what you have studied about Transmission delay, propagation delay, bandwidth delay and end-to-end delay. If you can solve this exercise, it would be easier for you to understand Flow Control algorithms that we are going to start from next week. If you cannot answer these questions, you should see me and discuss with me before we begin the Flow Control. Few equations that you will need to solve the assignment are Transmission delay (td) = size of frame / transmission speed Propagation delay (pd)= distance/speed of light. End-to-end delay (ed) = td + pd + qd queuing delay is the time that a frame spend waiting for a busy host. Queuing delay at B for a frame traveling from A to C is defined as follows. queuing delay = (1-(BB->C/BA->B)) * tdB->C Before using the queuing delay equation, think if the 1 st frame will wait for busy host B or subsequent frame will wait for busy host B.