A file size of eleven11 Megabytes is transmitted from one co
A file size of eleven(11) Megabytes is transmitted from one computer to another computer on a local area network using Ethernet protocol (IEEE 802 3). The protocol converts the data to data frames using the frame structure shown below. How many frames are needed to transmit the file? The answer Is an Integer number; like 1000, 3500, or 4891. The Frame Structure of IEEE 802.3 used for this problem
Solution
total data to send n bytes is
11*1024*1024=11534336
for every frame it can hold the data of 1468 bytes of the data to be sent
so 11534336/1468 frames are required to send the total data i.e. 7857
