ISP Interview Question
ISP Interview Question
There are 7 OSI layers: Physical Layer, Data Link Layer, Network Layer, Transport
Layer, Session Layer, Presentation Layer and Application Layer.
2) What is a LAN?
LAN is short for Local Area Network. It refers to the connection between computers
and other network devices that are located within a small physical location.
A subnet mask is combined with an IP address in order to identify two parts: the
extended network address and the host address. Like an IP address, a subnet mask is
made up of 32 bits.
NAT is Network Address Translation. This is a protocol that provides a way for
multiple computers on a common network to share single connection to the Internet.
There are four layers: the Network Layer, Internet Layer, Transport Layer and
Application Layer.
Private IP addresses are assigned for use on intranets. These addresses are used
for internal networks and are not routable on external public networks. These
ensures that no conflicts are present among internal networks while at the same
time the same range of private IP addresses are reusable for multiple intranets
since they do not "see" each other.
8) What is DoS?
Tracert is a Windows utility program that can used to trace the route taken by data
from the router to the destination network. It also shows the number of hops taken
during the entire transmission route.
DHCP is short for Dynamic Host Configuration Protocol. Its main task is to
automatically assign an IP address to devices across the network. It first checks
for the next available address not yet taken by any device, then assigns this to a
network device.
The main task of ARP or Address Resolution Protocol is to map a known IP address to
a MAC layer address.
Default gateways provide means for the local networks to connect to the external
network. The default gateway for connecting to the external network is usually the
address of the external router port.
Ping is a utility program that allows you to check connectivity between network
devices on the network. You can ping a device by using its IP address or device
name, such as a computer name.
DNS is Domain Name System. The main function of this network service is to provide
host names to TCP/IP address resolution.
SMTP is short for Simple Mail Transfer Protocol. This protocol deals with all
Internal mail, and provides the necessary mail delivery services on the TCP/IP
protocol stack.