2,063 views
1 1 vote

 

Q: In a Gigabit Ethernet LAN the average size of frame is 1000 bytes .If a noise of 2 ms occurs on the LAN , how many frame are destroyed ?

What will happen if Gigabit Ethernet LAN replaced by  a) Fast Ethernet LAN  b) Standard Ethernet LAN  c) 10 Gigabit Ethernet LAN ?

1 Answer

2 2 votes

Number of frames destroyed = (data rate of given ethernet  * noice) / average frame size

data rate of,
gigabit ethernet LAN = $1Gbps =$ $10^{9} bps$

Fast Ethernet LAN = $100Mbps$

standard Ethernet LAN = $10Mbps$

so Number of frames destroyed in Gigabit Ethernet LAN = $10^{9} * 2 * 10^{-3} / 8000 = 250$

for other ethernets also you can just change the data rates only.

Note: since the data rate is in bits/sec, we need to convert others in seconds or bits only.

Position:
Show:

Related questions

1 1 vote
0 0 answers
1.1k
1.1k views
Aks9639 asked Aug 24, 2018
1,143 views
Q: In a Gigabit Ethernet LAN the average size of frame is 1000 bytes .If a noise of 2 ms occurs on the LAN , how many frame are destroyed ?what will happene if Gigabit Et...
0 0 votes
0 0 answers
1.1k
1.1k views
superak96 asked Feb 19, 2019
1,068 views
“The LLC provides a single link-layer control protocol for all IEEE LANs. Thismeans LLC protocol can provide interconnectivity between different LANs because itmakes the ...
0 0 votes
0 0 answers
1.1k
1.1k views
ajaysoni1924 asked Mar 15, 2019
1,067 views
Write a program to simulate the behavior of the CSMA/CD protocol over Ethernetwhen there are N stations ready to transmit while a frame is being transmitted. Yourprogram ...
0 0 votes
2 2 answers
2.2k
2.2k views
ajaysoni1924 asked Mar 15, 2019
2,219 views
How many frames per second can gigabit Ethernet handle? Think carefully and takeinto account all the relevant cases. Hint: the fact that it is gigabit Ethernet matters.