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 ? Computer Networks computer-networks ethernet + – Nisha Bharti 2.1k views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
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. nameaman2170 answered Sep 26, 2022 nameaman2170 comment Share Follow See 1 comment 1 1 comment reply Pranavpurkar commented Sep 26, 2022 reply Follow flag nameaman2170 Number of frames destroyed = (data rate of given ethernet * noice) / average frame size can you explain it more? 0 0 replyShare Please log in or register to add a comment.