Answer:
Frames have more information in them than bits
Frames are made up of bits but not vice-versa.
Step-by-step explanation:
In the networking world, a frame is a formatted sequence of bits that carry information in them. It is the data protocol unit of the data-link layer of the OSI model. A frame contains about 48 bits. It could be more depending on the type of frame. Groups of bits in a frame carry specific information and perform specific tasks. Some of these bits are;
(i) synchronization bits, which indicate the beginning and the end of the stream of data that is being received at the layer.
(ii) packet payload bits, which are the actual data being transferred. They also contain certain information about the data such as the source and the destination of the data.
(iii) frame sequence check, which is used for detecting errors.
A bit on the other hand is the smallest unit of the data being transmitted in the network. A single bit can hold a single information.
Therefore, a frame has more information that a bit and a frame is made up of one or more bits.