What is meant by Concatenation?

1 Answer

Answer :

The size of the data unit belonging to single sessions are so small that several can fit together into  a single datagram or frame, the transport protocol combines them into a single data unit. The combining  process is called concatenation.

Related questions

Description : I should concatenate a PDF. There are paid programs for it, but is there a free solution that works well?

Last Answer : I use a program called PDFStapler for this, which is completely free and can be downloaded HERE. You will download a compressed file that needs to be extracted and you can start the program. The ... the name of the concatenated file, which is created. Then click STAPLE MUSHROOMS and you're done.   

Description : Which of the following statement is not true? a) The union and concatenation of two context-free languages is context-free b) The reverse of a context-free language is context-free, but the ... it can be described by a regular grammar d) The intersection two context-free languages is context-free

Last Answer : d) The intersection two context-free languages is context-free

Description : Which of the following statement is not true? a) The union and concatenation of two context-free languages is context-free b) The reverse of a context-free language is context-free, but ... a regular language is always context-free e) The intersection two context-free languages is context-free

Last Answer : e) The intersection two context-free languages is context-free

Description : Write a program using concept of pointers to string for performing following operations: (i) String concatenation (ii) String comparisons

Last Answer : (i) Program to implement String Concatenation: #include #include void main() { char s1[50],s2[30],*p,*q; clrscr(); couts1>>s2; p=s1; q=s2; while(*p!=NULL) { p++; } while(*q!=NULL) { *p=*q; p++; q++; } *p='\0'; cout

Description : The statements s1 and s2 are given as: s1: Context sensitive languages are closed under intersection, concatenation, substitution and inverse homomorphism. s2: Context free languages are closed under complementation, ... is not correct and s2 is correct. (D) Both s1 and s2 are not correct.

Last Answer : (B) s1 is correct and s2 is not correct.

Description : In .............., the bodies of the two loops are merged together to form a single loop provided that they do not make any references to each other. (A) Loop unrolling (B) Strength reduction (C) Loop concatenation (D) Loop jamming

Last Answer : (D) Loop jamming

Description : The process of combining strings is known as (1) compiling (2) Combining (3) Attaching (4) Concatenation

Last Answer : Concatenation

Description : What is meant by a dedicated computer? a. Which is used by one person only b. Which is assigned one and only one task c. Which uses one kind of software d. Which is meant for application software

Last Answer : Which is assigned one and only one task

Description : A modern electronic computer is a machine that is meant for a. Doing quick mathematical calculations b. Input, storage, manipulation and outputting of data c. Electronic data processing d. Performing repetitive tasks accuratel

Last Answer : Input, storage, manipulation and outputting of data

Description : What is meant by quality of service? What are the two categories of it?

Last Answer : The quality of service defines a set of attributes related to the performance of the connection. For each connection, the user can request a particular attribute each service class is associated with a set of attributes. The two main categories are, ∙ User Oriented ∙ Network Oriented

Description : What is meant by segment? What is meant by segmentation?

Last Answer : At the sending and receiving end of the transmission, TCP divides long transmissions into smaller data units and packages each into a frame called a segment. When the size of the data ... , the transport protocol divides it into smaller usable blocks. The dividing process is called segmentation.

Description : What is meant by congestion? Why the congestion occurs in network?

Last Answer : Congestion in a network occurs if user sends data into the network at a rate greater than that allowed by network resources. Congestion occurs because the switches in a network have a limited buffer size to store arrived packets.

Description : What is meant by bridge?

Last Answer : It is a collection of LANs connected by one or more bridges is usually said to form an extended LAN. In their simplest variants, bridges simply accept LAN frames on their inputs and forward them out on all other outputs.