Which of the following terms best describes the process of adding headers and possibly trailers to information for transit?

A) Encapsulation
B) Packets
C) Frames
D) Data Linking

A
Explanation: A) Encapsulation is the process of putting headers (and sometimes trailers) around data for transmission. Packets and frames are defined by the data included in them. Data link is a layer in the OSI model.

Computer Science & Information Technology

You might also like to view...

The following pair can be used to begin and end a method declaration:

a) Sub, End Sub b) Open Sub, Close Sub c) Pro, End Pro d) Procedure, End Procedure

Computer Science & Information Technology

The tab order is determined by the number stored in each control's ____ property.

A. TabStop B. Tab C. TabIndex D. TabOrder

Computer Science & Information Technology