Accessdabbler
Technical User
Thanks to those of you helping me with my understanding of TCP/IP! Here's some more questions:
1. The port number allows the transport layer to know which application to send the packet to. However, if I have 2 or more instances of IE open, how does the session layer know which IE window requested the data? I assume there is a protocol responsible...
2. One of my texts shows a listing of common TCP ports (and also suggests the list is for UDP ports). However, none of the ports are identified as UDP. Can ANY port be either TCP or UDP?
3. I've read that a security breach can occur if a port is open to TCP traffic but not set to block UDP traffic. How can UDP data slip into an open TCP port?
4. If UDP is connectionless, how does TFTP work? How can you send a file in pieces without knowing if the pieces were properly received? Does it rely on the receiving system to request a re-send of specific packets until the complete file is received?
5. Finally, does can anyone suggest a good website that shows some examples of TCP/IP packets and explains the various parts of the header?
1. The port number allows the transport layer to know which application to send the packet to. However, if I have 2 or more instances of IE open, how does the session layer know which IE window requested the data? I assume there is a protocol responsible...
2. One of my texts shows a listing of common TCP ports (and also suggests the list is for UDP ports). However, none of the ports are identified as UDP. Can ANY port be either TCP or UDP?
3. I've read that a security breach can occur if a port is open to TCP traffic but not set to block UDP traffic. How can UDP data slip into an open TCP port?
4. If UDP is connectionless, how does TFTP work? How can you send a file in pieces without knowing if the pieces were properly received? Does it rely on the receiving system to request a re-send of specific packets until the complete file is received?
5. Finally, does can anyone suggest a good website that shows some examples of TCP/IP packets and explains the various parts of the header?