CategoriesBlog Administration |
Thursday, September 20. 2001TCP/IP Packet Fragmenting-The Basics: The internet backbone is made up of many different technologies. When a packet is sent across the Internet it often traverses through many different technologies, such as fiber, copper or wireless. Many of the different technologies have different requirements, some of them have a maximum packet size less than others. When a packet is sent that exceeds the size of the maximum on the line the packet must be broken, fragmented, into multiple pieces before it can traverse the line. In the following example the packet travels across three networks with three different maximum sizes:?
Computer A sends the original 512 byte packet, the next gateway knows that the line it must cross can only handle 256 bytes maximum. The packet is split in half and sent to the next gateway. This gateway knows that the next line can only handle 128 bytes, so each 256 byte packet is split in half again. Computer B receives four packets that are individual fragments of the original 512 byte packet. Computer B is responsible for reassembling these fragments. Technically the administration of fragmented packets is handled in the header so that the router does not have to open up the entire packet to know the fragmentation status. Within the header there are three bits for the fragmentation flags. Their values and meanings are as follows:
Saturday, September 15. 2001Subnetting Tutorial
[b]-The Basics:[/b] If Internet addressing remained as it was originally designed, it is likely that the number of hosts today would far exceed the available IP addresses. The problem with the standard classed addressing scheme is that the network ID length is predetermined by the class of the IP address. This also predetermines the number of hosts on each network. Below is a table of the standard classed IP address scheme:
Sunday, September 9. 2001Perl SMTP AUTH
-Introduction:
For months I have been trying to create a Perl SMTP AUTH script that would allow me to log into my mail server, that requires authentication, from a perl script and send mail. I was under the impression that the encryption was CRAM-MD5, however I found that it other encryptions are acceptable and are much easier than this. I have tried this script on a number of servers and it appears to work well. I must thank Justin Clark for sparking my interest in this again. Continue reading "Perl SMTP AUTH"
(Page 1 of 1, totaling 3 entries)
|
My Projects: My Projects - Some of my programming work. Humor: "And now Edgar's gone. . . . Something's going on around here." Quicksearch |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
