Interview Questions and Answers For IP and PSCore
Interview Questions and Answers For IP and PSCore
Interview Questions and Answers For IP and PSCore
What is the difference between a private IP address and a public IP address? Give
examples of where these two categories are applicable.
Private IP address – These are addresses which are NOT routable on the internet.
Public IP address – These are addresses which are routable on the internet.
With reference to the OSI model, at what layer would you place the following devices?
What do you understand by the term VLSM? And why is it so important in IP address
planning and management?
What is OSPF? And briefly explain why it is important do divide your OSPF network into
multiple areas?
Areas in OSPF help in reducing the routing table size and the LSDB (Link State
DataBase) size hence reducing the time required for network convergence and also
saving on system resources like the router CPU which is used to run the SPF algorithm.
Define MPLS and tell us the main difference between MPLS and the usual interior
routing protocols like OSPF?
MPLS uses labels to switch/route packets as opposed to OSPF which uses the IP
address in the packet header to route packets to the destination. When a packet enters
an MPLS domain, a label is added, this label is what is used to guide the packet
through the MPLS domain. When a packet enters an IP routing domain say (OSPF),
the routers use the IP address information contained in the packet header to guide the
packet to the next hop/destination.
What is a VLAN? And what protocol standard is used for VLAN encapsulation?
VLAN – Virtual Local Area Network
What do you understand by the technique NAT? and why is NAT so important in IP
networks?
NAT is a technique that allows multiple private addresses to use one or a few public
addresses to access the internet.
What are some of the parameters that you can use to effectively measure performance
of an IP transmission PATH?
Latency – Also known as packet delay is measured in milliseconds and it’s the time it
takes for a packet to move from a source to a destination and back to the source
(round trip)
Jitter – this is the delta in packet delay
Packet Loss – This a percentage of the number of packets received on an IP Path
(round-trip) to the total number of packets transmitted on that IP Path.
What is the difference between HTTP and HTTPS and what layer of the OSI would you
place these two protocols?
This is a real-life scenario; A business client who has a dedicated internet link with our
company (ISP Company) has called and escalated to the NOC that he/she is unable to
browse the internet! The NOC has in turn escalated to you. Briefly explain the
troubleshooting steps you would quickly go through to help the customer reconnect.
Please be brief and precise.
Gather some basic information from customer for example; Client IP address,
Gateway IP address, DNS IPs. This information can be gathered by asking the client
to run ipconfig/all on his/her computer command terminal.
Ask the client to try and ping the default gateway, this is to eliminate connectivity
issues towards the last mile.
Ask the client to try and ping a domain name for example www.google.com this is to
help rule out DNS issues.
General Radio Packet Service – is a technology used to deliver packet oriented mobile
data services over 2G/3G in GSM.
Mention at least two core network elements in the GPRS (2G/3G) domain and briefly
state their respective roles?
SGSN – Serving GPRS Support Node is used for mobility management, session
management, and authenticating mobile users to the packet network.
GGSN – Gateway GPRS Support Node is used to interface the GPRS domain with the
external IP networks. It handles the conversion from IP to GTP and GTP to IP.
APN – Access Point Name is used as a gateway between a GPRS mobile network and
another external network. It’s configured on the GGSN.
With reference to 3GPP packet core domain (IuPS), what protocol is used between
the SGSN and RNC to carry:
Define the term DNS and briefly explain the difference between the Gn DNS and Gi
DNS with reference to the 3GPP Packet core architecture.
DNS means Domain Name Service, it’s a service that translates domain names strings
like www.facebook.com into its equivalent IP address.
Gn DNS sits inside the packet core domain and is used to translate access point names
into the GGSN address.
Gi DNS sits at the edge of the packet core domain and is used to translate public
domain names into IP addresses.
With reference to 3GPP, what is a AAA server and what protocols can be used by a
client to communicate with a AAA server?
Mention at least two key performance indicators used to measure the performance of a
3G network, go ahead to briefly describe what each counter means?
GPRS attach success rate – percentage of the successful GPRS attach requests
over the total number of attach requests reaching the SGSN.
GPRS PDP success rate – percentage of the successful GPRS PDP activation
requests over the total number of GPRS PDP activation requests.
What do you understand by the term VoIP and mention at least one protocol used in
VoIP?
With reference to 3GPP, explain the technique “Direct Tunnel” and what would be the
advantages of implementing DT?