IP Address

  Home  Protocols  IP Address


“Internet Protocol (IP) Address Interview Questions and Answers will guide us now that an Internet Protocol address (IP address) is a numerical label that is assigned to any device participating in a computer network that uses the Internet Protocol for communication between its nodes. An IP address serves two principal functions host or network interface identification and location addressing. Its role has been characterized as A name indicates what we seek. Learn more about IP Address here”



36 IP Address Questions And Answers

21⟩ What is a IPID?

The IPID is the Identification field of the IP protocol packet header which a;long with the source address uniquely identifies the packet. The IPID is used to reassemble the packet should it be fragmented. Every fragement of the packet will then have the same IPID for the destination device identify them all to be a simgle packet.

The IPID is primarily used in the Idle Port Scanning by a hacker where he spoofs a victims IP address to then use it to scan a target network or system. Various Operating Systems generate these IPIDs in different ways.

 277 views

22⟩ Explain difference between Static and Dynamic IP?

Static IP is also called as permanent address assigned to each device in a network, whereas Dynamic IP, a temporary address assigned to the device via DHCP software. IP address assigned to your service by your cable or DSL Internet provider is typically dynamic IP. In routers and operating systems, the default configuration for clients is dynamic IP

 207 views

23⟩ How to define IP address?

IP address or Internet Protocol address is the address of a device attached to an IP network (TCP/IP network). It is a must for every client, server and network device to have a unique IP address for each network connection (network interface). Every IP packet contains a source IP address and a destination IP address. As a device moves from one network to another, its IP address changes.

 181 views

24⟩ Categorized IP Address?

Private address: these IP addresses are used exclusively within a private network and not for public to see.

Public Address: these are registered IP addresses used for public.

Each IP address has a network address and a host address. IP addresses are expressed in four sets of three numbers, separated with dots. Each set is called as an octet because when converted to binary; it denotes eight binary.

 168 views

25⟩ Do you know what is Network Address Translation?

Network Address Translation acts as an agent between the Internet and a local network. It is a dynamic method which is used to minimize Internet connectivity needs. Network address translation describes the rewriting of the Internet Protocol (IP) addresses of data packets so that multiple transmissions require only one IP address.

 178 views

26⟩ Can you explain what is subneting?

Subnet adds one level to the way IP address is represented. It logically organizes the network. For instance, it can logically group computers belongs to the finance department.

 204 views

27⟩ Tell me what is the difference between public and private IP?

A public IP address allows equipment accessible to everyone on the internet. A private IP address is for private use within the network and allows many more PCs to be connected. If you are using a private IP and wants VOIP, you need to change to a public IP address.

 187 views

28⟩ What is IP multicast?

IP multicast technology reduces traffic by sending stream of information to many recipients at one go. Video conferencing, stock quotas are the examples based on IP multicast.

 200 views

29⟩ Can you explain how names are translated (resolved) into IP address?

Domain Name server or DNS is used to resolve names into IP addresses. When a web address is entered into the browser, the DNS client sends a request to the DNS server to find the corresponding IP address for the name. The DNS server receives this request and searches for the corresponding IP address in the database. If at this point the resolution fails, this server sends this request to the parent server. The request keeps going up the hierarchy to the parent servers or the closest authoritative of the DNS server to resolve the address. If the request times out an error is retuned to the client. If the server is able to resolve the name requested, it passes the information back to the client. The next request sent by the client is to request for a web page for the IP address.

 201 views

32⟩ Explain what is Routing Protocol and its purposes?

Routing protocol specifies how the routers communicate, disseminating the information which enables the routers to be selected between two nodes in a network.

Routing protocol interacts and informs the hardware that is needed to transmit the data between transmitter and the receiver for transmission over network.

 224 views

33⟩ What is the structure and use of internet addresses?

Each IP address is 32 bit long. In human language the IP addresses are written in dotted decimal notation. These are then converted to binary by the computer. Each IP address has two parts: Network identifier or a network ID and host ID. The current internet protocol standard is IPV4. The IP addresses are divided into three classes: a class A network, a class B network, and a class C network. Class A being the largest. The four digit numbers in an IPV4 address, each network of class A will have different first number, and then its network will be addressed by the rest of the three numbers, or three bytes. The IP addresses identify a machine to deliver packets and load web pages.

 193 views

34⟩ What is the basics of internet routing?

When a source sends a packet to a destination, this packet has a specific path or route it follows. Different routing protocols are used to find the shortest path to the destination. The protocols maintain routing tables. Routing tables consist of a set of rules used to determine where these packets will travel. When a packet is received, a network device examines the packet and matches it to the routing table entry providing the best match for its destination. The packet keeps hopping until it reaches its destination.

 207 views

35⟩ What is the core naming mechanism, Domain Name System (DNS)?

A Domain Name system is used to convert the names of the website on the internet to IP addresses. The domain names for each IP addresses are stored in a database that is distributed across different servers. A domain name space consists of a tree of domain names. The tree has zones. Zones consist of a collection of connected nodes. These nodes are served by a name server. A domain name is usually in the form of mydomain.com. Here, .com is the top level domain. Where as mydomain is the sub domain or subdivision. A host name is a domain name that has one or more IP addresses associated with it.

 217 views