answersLogoWhite

0

Mail packets are typically made from lightweight, durable materials like paper, cardboard, or plastic. The outer packaging often consists of a combination of these materials to provide protection and maintain the integrity of the contents during transport. For added security, some mail packets may also feature padded or bubble-lined interiors. The choice of materials can vary depending on the type of item being shipped and the level of protection required.

User Avatar

AnswerBot

1mo ago

What else can I help you with?

Continue Learning about Engineering

What is the ping command to send 8 packets as a test?

ping -n 8 destination


Which device in pstn willl convert analog to digital?

You would utilize a VoIP adapter in the conversion of analog voice signals into digital IP packets. These adapters also have the ability to convert digital IP packets into analog voice streams.


How can we implement Leaky bucket algorithm in c?

//here is a simple implementation of leaky bucket. #include<stdio.h> #include<stdlib.h> #include<dos.h> void main() { int i,packets[10],content=0,newcontent,time,clk,bcktsize,oprate; for(i=0;i<5;i++) { packets[i]=rand()%10; if(packets[i]==0) --i; } printf("\n Enter output rate of the bucket: \n"); scanf("%d",&oprate); printf("\n Enter Bucketsize\n"); scanf("%d",&bcktsize); for(i=0;i<5;++i) { if((packets[i]+content)>bcktsize) { if(packets[i]>bcktsize) printf("\n Incoming packet size %d greater than the size of the bucket\n",packets[i]); else printf("\n bucket size exceeded\n"); } else { newcontent=packets[i]; content+=newcontent; printf("\n Incoming Packet : %d\n",newcontent); printf("\n Transmission left : %d\n",content); time=rand()%10; printf("\n Next packet will come at %d\n",time); for(clk=0;clk<time && content>0;++clk) { printf("\n Left time %d",(time-clk)); sleep(1); if(content) { printf("\n Transmitted\n"); if(content<oprate) content=0; else content=content-oprate; printf("\n Bytes remaining : %d\n",content); } else printf("\n No packets to send\n"); } } } }


What does E-mail stands for?

Electronic Mail If you use a translator and do English to Dutch, type in mail and it will be e-mail in Dutch. That was my theory until I heard of electronic mail...or maybe a Dutchman created email? Or maybe it is just electronic mail, though you would think it would be internet mail like most things on the computer have an i.


What is a teardrop in computer terms?

A DoS attack where fragmented packets are forged to overlap each other when the receiving host tries to reassemble them.

Related Questions

How is chips packets made?

By plastic bags.


What are walkers crisp packets made of?

fin metal foil


What is Filtering in computer networking?

Filtering is the act of deciding which data packets are allowed to be sent and which packets should not be sent.Packets that are not sent are said to be filtered.Filtering decisions can be made by any device that routes, generates, or receives packets, but generally packets are filtered by firewalls.HTH,Gdunge


What is information made of?

data, packets, 1's an 0's.


What are the small packets in sealed boxes used as dehydrators made of?

silicon


How many packets weighing 480g can be made from a quantity weighing 60kg?

To find out how many packets weighing 480g can be made from a quantity of 60kg, first convert 60kg to grams: 60kg = 60,000g. Then, divide the total weight by the weight of each packet: 60,000g ÷ 480g = 125. Therefore, 125 packets weighing 480g can be made from 60kg.


How many packets each containing 100 cards can be made from thirteen thousand cards?

To determine how many packets containing 100 cards can be made from 13,000 cards, divide the total number of cards by the number of cards per packet. This calculation is ( 13,000 \div 100 = 130 ). Therefore, 130 packets can be made from 13,000 cards.


Data is transmitted on a network in pieces called?

Packets Words


Is there zinc in crisp packets?

Crisp packets are typically made of a combination of materials like plastic, aluminum, and paper. These materials do not naturally contain zinc.


What do you call a coat made from mail?

a coat made from mail is called a mailcoat


What materials are walkers crisp packets made from?

Walkers crisp packets are primarily made from a combination of layers of metallized polyester film, oriented polypropylene film, and low-density polyethylene film. These materials help to keep the crisps fresh and maintain their crunchiness.


What are data packets?

data packets is a kind of packets of data. a groop of bits that is together in a groop.