networking - What protocols are involved in sending a message over Ethernet in Java? -


i want send small packet 1 machine in same network. here network specifications:

ip of machine a: 192.158.1.10  ip of machine b: 192.158.1.20  distance between machines: 1 hop  protocol: tcp  mtu: 1500 

i want understand if send small tcp packet (less mtu) protocols involved in delivering packet destination?

for example if send message of size 50 b. end result submitting packet on ethernet + tcp + ip = 24 b + 20 b + 20 =64b header size .... right?

any appreciated. thanks...

btw: using java send packet not matter guess.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -