Transferring data speed of Fast EthernetLimit Internal LAN Traffic and Internet Traffic - Managed Switch?Calculating total time and end to end delay for datagram packet switchingCisco 2900 Default Fast Ethernet Port SpeedTCP - ack and retransmissions - Is this scenario possible?Network bandwidth management and prioritySpeed benefits when switching from 1Gb copper LAN to Fiber OpticCan TCP session be closed by the server depending on the packet content?What is the relationship between throughput and latency

find not returning expected files

How do I tell my supervisor that he is choosing poor replacements for me while I am on maternity leave?

"Fīliolō me auctum scito, salva Terentia"; what is "me" role in this phrase?

What does i386 mean on macOS Mojave?

"Right on the tip of my tongue" meaning?

Understanding basic photoresistor circuit

Why was this sacrifice sufficient?

Why in a Ethernet LAN, a packet sniffer can obtain all packets sent over the LAN?

Should these notes be played as a chord or one after another?

The lexical root of the perfect tense forms differs from the lexical root of the infinitive form

Cropping a message using array splits

Why use steam instead of just hot air?

International Code of Ethics for order of co-authors in research papers

Ex-manager wants to stay in touch, I don't want to

How could we transfer large amounts of energy sourced in space to Earth?

Does the 500 feet falling cap apply per fall, or per turn?

How to make a Lich look like a human without magic in 5e?

How does Howard Stark know this?

Why was the Ancient One so hesitant to teach Dr. Strange the art of sorcery?

As programers say: Strive to be lazy

How to select certain lines (n, n+4, n+8, n+12...) from the file?

How did Thanos not realise this had happened at the end of Endgame?

The lexical root of the past tense forms differs from the lexical root of the infinitive form

How are one-time password generators like Google Authenticator different from having two passwords?



Transferring data speed of Fast Ethernet


Limit Internal LAN Traffic and Internet Traffic - Managed Switch?Calculating total time and end to end delay for datagram packet switchingCisco 2900 Default Fast Ethernet Port SpeedTCP - ack and retransmissions - Is this scenario possible?Network bandwidth management and prioritySpeed benefits when switching from 1Gb copper LAN to Fiber OpticCan TCP session be closed by the server depending on the packet content?What is the relationship between throughput and latency













2















I am wondering that between 2 hosts in LAN, when i send one file which weights 1Mb versus 1 file weights 0.3Mb from the first host to the second host using TCP/IP protocol, would the latter come first?

IMO, data will be truncated to many small ones, and therefore, 0.3Mb will be divided in a number of packets less than the case of 1Mb => it takes smaller time to be sent to the other host.










share|improve this question




























    2















    I am wondering that between 2 hosts in LAN, when i send one file which weights 1Mb versus 1 file weights 0.3Mb from the first host to the second host using TCP/IP protocol, would the latter come first?

    IMO, data will be truncated to many small ones, and therefore, 0.3Mb will be divided in a number of packets less than the case of 1Mb => it takes smaller time to be sent to the other host.










    share|improve this question


























      2












      2








      2








      I am wondering that between 2 hosts in LAN, when i send one file which weights 1Mb versus 1 file weights 0.3Mb from the first host to the second host using TCP/IP protocol, would the latter come first?

      IMO, data will be truncated to many small ones, and therefore, 0.3Mb will be divided in a number of packets less than the case of 1Mb => it takes smaller time to be sent to the other host.










      share|improve this question
















      I am wondering that between 2 hosts in LAN, when i send one file which weights 1Mb versus 1 file weights 0.3Mb from the first host to the second host using TCP/IP protocol, would the latter come first?

      IMO, data will be truncated to many small ones, and therefore, 0.3Mb will be divided in a number of packets less than the case of 1Mb => it takes smaller time to be sent to the other host.







      tcp lan bandwidth speed






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited May 1 at 8:34







      KenNG

















      asked May 1 at 8:11









      KenNGKenNG

      112




      112




















          2 Answers
          2






          active

          oldest

          votes


















          4














          You'd be correct. However I'd say that what you're referring to as a packet should be considered a file. This is because the data of the file will be truncated (as you put it) into smaller bites of data called packets. The maximum size of packets are measure in tens of bytes as opposed to megabytes.



          But yes, all things being equal the smaller file will finish transferring first for the reasons you stated.






          share|improve this answer























          • you're right! i mean a file, not a packet. thanks for your answer.

            – KenNG
            May 1 at 8:35


















          1















          I am wondering that between 2 hosts in LAN, when i send one file which weights 1Mb versus 1 file weights 0.3Mb from the first host to the second host using TCP/IP protocol, would the latter come first?




          Maybe. As with many things, the devil is in the details. For this discussion, let's presume all thing remain equal between the transfers (i.e. no congestion on the network, no packet loss, etc).



          Yes it should, if the two transfers are completed in parallel. In other words, if both are sent independently at the same time.



          No, if the transfers are completed in series. An applications may queue multiple transfer requests, and only start the second after the first has completed.



          Or there may be a limit to the number of transfers that an application would run in parallel. Many web browsers and/or servers will enforce such a limitation, for example perhaps allowing the transfer of three files concurrently, and queuing additional files until one of the first three complete.






          share|improve this answer























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "496"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            noCode: true, onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fnetworkengineering.stackexchange.com%2fquestions%2f58837%2ftransferring-data-speed-of-fast-ethernet%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            4














            You'd be correct. However I'd say that what you're referring to as a packet should be considered a file. This is because the data of the file will be truncated (as you put it) into smaller bites of data called packets. The maximum size of packets are measure in tens of bytes as opposed to megabytes.



            But yes, all things being equal the smaller file will finish transferring first for the reasons you stated.






            share|improve this answer























            • you're right! i mean a file, not a packet. thanks for your answer.

              – KenNG
              May 1 at 8:35















            4














            You'd be correct. However I'd say that what you're referring to as a packet should be considered a file. This is because the data of the file will be truncated (as you put it) into smaller bites of data called packets. The maximum size of packets are measure in tens of bytes as opposed to megabytes.



            But yes, all things being equal the smaller file will finish transferring first for the reasons you stated.






            share|improve this answer























            • you're right! i mean a file, not a packet. thanks for your answer.

              – KenNG
              May 1 at 8:35













            4












            4








            4







            You'd be correct. However I'd say that what you're referring to as a packet should be considered a file. This is because the data of the file will be truncated (as you put it) into smaller bites of data called packets. The maximum size of packets are measure in tens of bytes as opposed to megabytes.



            But yes, all things being equal the smaller file will finish transferring first for the reasons you stated.






            share|improve this answer













            You'd be correct. However I'd say that what you're referring to as a packet should be considered a file. This is because the data of the file will be truncated (as you put it) into smaller bites of data called packets. The maximum size of packets are measure in tens of bytes as opposed to megabytes.



            But yes, all things being equal the smaller file will finish transferring first for the reasons you stated.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered May 1 at 8:31









            SouthPoleElfSouthPoleElf

            412




            412












            • you're right! i mean a file, not a packet. thanks for your answer.

              – KenNG
              May 1 at 8:35

















            • you're right! i mean a file, not a packet. thanks for your answer.

              – KenNG
              May 1 at 8:35
















            you're right! i mean a file, not a packet. thanks for your answer.

            – KenNG
            May 1 at 8:35





            you're right! i mean a file, not a packet. thanks for your answer.

            – KenNG
            May 1 at 8:35











            1















            I am wondering that between 2 hosts in LAN, when i send one file which weights 1Mb versus 1 file weights 0.3Mb from the first host to the second host using TCP/IP protocol, would the latter come first?




            Maybe. As with many things, the devil is in the details. For this discussion, let's presume all thing remain equal between the transfers (i.e. no congestion on the network, no packet loss, etc).



            Yes it should, if the two transfers are completed in parallel. In other words, if both are sent independently at the same time.



            No, if the transfers are completed in series. An applications may queue multiple transfer requests, and only start the second after the first has completed.



            Or there may be a limit to the number of transfers that an application would run in parallel. Many web browsers and/or servers will enforce such a limitation, for example perhaps allowing the transfer of three files concurrently, and queuing additional files until one of the first three complete.






            share|improve this answer



























              1















              I am wondering that between 2 hosts in LAN, when i send one file which weights 1Mb versus 1 file weights 0.3Mb from the first host to the second host using TCP/IP protocol, would the latter come first?




              Maybe. As with many things, the devil is in the details. For this discussion, let's presume all thing remain equal between the transfers (i.e. no congestion on the network, no packet loss, etc).



              Yes it should, if the two transfers are completed in parallel. In other words, if both are sent independently at the same time.



              No, if the transfers are completed in series. An applications may queue multiple transfer requests, and only start the second after the first has completed.



              Or there may be a limit to the number of transfers that an application would run in parallel. Many web browsers and/or servers will enforce such a limitation, for example perhaps allowing the transfer of three files concurrently, and queuing additional files until one of the first three complete.






              share|improve this answer

























                1












                1








                1








                I am wondering that between 2 hosts in LAN, when i send one file which weights 1Mb versus 1 file weights 0.3Mb from the first host to the second host using TCP/IP protocol, would the latter come first?




                Maybe. As with many things, the devil is in the details. For this discussion, let's presume all thing remain equal between the transfers (i.e. no congestion on the network, no packet loss, etc).



                Yes it should, if the two transfers are completed in parallel. In other words, if both are sent independently at the same time.



                No, if the transfers are completed in series. An applications may queue multiple transfer requests, and only start the second after the first has completed.



                Or there may be a limit to the number of transfers that an application would run in parallel. Many web browsers and/or servers will enforce such a limitation, for example perhaps allowing the transfer of three files concurrently, and queuing additional files until one of the first three complete.






                share|improve this answer














                I am wondering that between 2 hosts in LAN, when i send one file which weights 1Mb versus 1 file weights 0.3Mb from the first host to the second host using TCP/IP protocol, would the latter come first?




                Maybe. As with many things, the devil is in the details. For this discussion, let's presume all thing remain equal between the transfers (i.e. no congestion on the network, no packet loss, etc).



                Yes it should, if the two transfers are completed in parallel. In other words, if both are sent independently at the same time.



                No, if the transfers are completed in series. An applications may queue multiple transfer requests, and only start the second after the first has completed.



                Or there may be a limit to the number of transfers that an application would run in parallel. Many web browsers and/or servers will enforce such a limitation, for example perhaps allowing the transfer of three files concurrently, and queuing additional files until one of the first three complete.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered May 3 at 3:35









                YLearnYLearn

                22.8k550108




                22.8k550108



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Network Engineering Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fnetworkengineering.stackexchange.com%2fquestions%2f58837%2ftransferring-data-speed-of-fast-ethernet%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Club Baloncesto Breogán Índice Historia | Pavillón | Nome | O Breogán na cultura popular | Xogadores | Adestradores | Presidentes | Palmarés | Historial | Líderes | Notas | Véxase tamén | Menú de navegacióncbbreogan.galCadroGuía oficial da ACB 2009-10, páxina 201Guía oficial ACB 1992, páxina 183. Editorial DB.É de 6.500 espectadores sentados axeitándose á última normativa"Estudiantes Junior, entre as mellores canteiras"o orixinalHemeroteca El Mundo Deportivo, 16 setembro de 1970, páxina 12Historia do BreogánAlfredo Pérez, o último canoneiroHistoria C.B. BreogánHemeroteca de El Mundo DeportivoJimmy Wright, norteamericano do Breogán deixará Lugo por ameazas de morteResultados de Breogán en 1986-87Resultados de Breogán en 1990-91Ficha de Velimir Perasović en acb.comResultados de Breogán en 1994-95Breogán arrasa al Barça. "El Mundo Deportivo", 27 de setembro de 1999, páxina 58CB Breogán - FC BarcelonaA FEB invita a participar nunha nova Liga EuropeaCharlie Bell na prensa estatalMáximos anotadores 2005Tempada 2005-06 : Tódolos Xogadores da Xornada""Non quero pensar nunha man negra, mais pregúntome que está a pasar""o orixinalRaúl López, orgulloso dos xogadores, presume da boa saúde económica do BreogánJulio González confirma que cesa como presidente del BreogánHomenaxe a Lisardo GómezA tempada do rexurdimento celesteEntrevista a Lisardo GómezEl COB dinamita el Pazo para forzar el quinto (69-73)Cafés Candelas, patrocinador del CB Breogán"Suso Lázare, novo presidente do Breogán"o orixinalCafés Candelas Breogán firma el mayor triunfo de la historiaEl Breogán realizará 17 homenajes por su cincuenta aniversario"O Breogán honra ao seu fundador e primeiro presidente"o orixinalMiguel Giao recibiu a homenaxe do PazoHomenaxe aos primeiros gladiadores celestesO home que nos amosa como ver o Breo co corazónTita Franco será homenaxeada polos #50anosdeBreoJulio Vila recibirá unha homenaxe in memoriam polos #50anosdeBreo"O Breogán homenaxeará aos seus aboados máis veteráns"Pechada ovación a «Capi» Sanmartín e Ricardo «Corazón de González»Homenaxe por décadas de informaciónPaco García volve ao Pazo con motivo do 50 aniversario"Resultados y clasificaciones""O Cafés Candelas Breogán, campión da Copa Princesa""O Cafés Candelas Breogán, equipo ACB"C.B. Breogán"Proxecto social"o orixinal"Centros asociados"o orixinalFicha en imdb.comMario Camus trata la recuperación del amor en 'La vieja música', su última película"Páxina web oficial""Club Baloncesto Breogán""C. B. Breogán S.A.D."eehttp://www.fegaba.com

                    Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070

                    Cegueira Índice Epidemioloxía | Deficiencia visual | Tipos de cegueira | Principais causas de cegueira | Tratamento | Técnicas de adaptación e axudas | Vida dos cegos | Primeiros auxilios | Crenzas respecto das persoas cegas | Crenzas das persoas cegas | O neno deficiente visual | Aspectos psicolóxicos da cegueira | Notas | Véxase tamén | Menú de navegación54.054.154.436928256blindnessDicionario da Real Academia GalegaPortal das Palabras"International Standards: Visual Standards — Aspects and Ranges of Vision Loss with Emphasis on Population Surveys.""Visual impairment and blindness""Presentan un plan para previr a cegueira"o orixinalACCDV Associació Catalana de Cecs i Disminuïts Visuals - PMFTrachoma"Effect of gene therapy on visual function in Leber's congenital amaurosis"1844137110.1056/NEJMoa0802268Cans guía - os mellores amigos dos cegosArquivadoEscola de cans guía para cegos en Mortágua, PortugalArquivado"Tecnología para ciegos y deficientes visuales. Recopilación de recursos gratuitos en la Red""Colorino""‘COL.diesis’, escuchar los sonidos del color""COL.diesis: Transforming Colour into Melody and Implementing the Result in a Colour Sensor Device"o orixinal"Sistema de desarrollo de sinestesia color-sonido para invidentes utilizando un protocolo de audio""Enseñanza táctil - geometría y color. Juegos didácticos para niños ciegos y videntes""Sistema Constanz"L'ocupació laboral dels cecs a l'Estat espanyol està pràcticament equiparada a la de les persones amb visió, entrevista amb Pedro ZuritaONCE (Organización Nacional de Cegos de España)Prevención da cegueiraDescrición de deficiencias visuais (Disc@pnet)Braillín, un boneco atractivo para calquera neno, con ou sen discapacidade, que permite familiarizarse co sistema de escritura e lectura brailleAxudas Técnicas36838ID00897494007150-90057129528256DOID:1432HP:0000618D001766C10.597.751.941.162C97109C0155020