Interview Questions - Networking

89.
How Gateway is different from Routers?
A gateway operates at the upper levels of the OSI model and translates information between two completely different network architectures or data formats.

90.
What is attenuation?
The degeneration of a signal over distance on a network cable is called attenuation.

91.
What is MAC address?
The address for a device as it is identified at the Media Access Control (MAC) layer in the network architecture. MAC address is usually stored in ROM on the network adapter card and is unique.

92.
Difference between bit rate and baud rate.
Bit rate is the number of bits transmitted during one second whereas baud rate refers to the number of signal units per second that are required to represent those bits.
  baud rate = (bit rate / N)
  where N is no-of-bits represented by each signal shift.