Find Interview Questions for Top Companies
Jardine matheson Interview Questions and Answers
Ques:- How to configure DHCP and what is benefit ?
Right Answer:
To configure DHCP (Dynamic Host Configuration Protocol), follow these steps:

1. **Install DHCP Server**: On your server, install the DHCP server software.
2. **Configure DHCP Scope**: Define a range of IP addresses (scope) that the DHCP server can assign to clients.
3. **Set Lease Duration**: Specify how long a client can use an assigned IP address before it needs to renew.
4. **Configure Options**: Set additional options like default gateway, DNS servers, and subnet mask.
5. **Activate the Scope**: Enable the DHCP scope to start assigning IP addresses to clients.

**Benefits of DHCP**:
- Automates IP address assignment, reducing manual configuration.
- Minimizes IP address conflicts.
- Simplifies network management and configuration changes.
Ques:- What is usage of Sequence Number in Relaible Transmission?
Right Answer:
The sequence number in reliable transmission is used to keep track of the order of packets sent over the network, ensuring that they are reassembled in the correct order at the destination and to detect any lost packets that need to be retransmitted.
Ques:- How is Ntework Testing carried out?
Comments
Admin May 17, 2020

Network testing is carried to check the health status and
address the problems fased by the network such as low
bandwidth , delay ,jitter ,congestion etc.
It is carried on nodes facing issue or noded that are
expected to give better results.
checking the hardware requirments.
policys on the node ,ACLs
misconfiguration , and proper allocation of resources are
common task to be handeled.
checking IDS and IPS are also major task

Ques:- what are the raw sockets?
Comments
Admin May 17, 2020

A raw socket is a socket that takes packets, bypasses the
normal TCP/IP processing, and sends them to the application
that wants them.

Admin May 17, 2020

Raw mode is basically there to allow you to bypass some of
the way that your computer handles TCP/IP. Rather than going
through the normal layers of encapsulation/decapsulation
that the TCP/IP stack on the kernel does, you just pass the
packet to the application that needs it. No TCP/IP
processing -- so it's not a processed packet, it's a raw
packet. The application that's using the packet is now
responsible for stripping off the headers, analyzing the
packet, all the stuff that the TCP/IP stack in the kernel
normally does for you.
A raw socket is a socket that takes packets, bypasses the
normal TCP/IP processing, and sends them to the application
that wants them.
Unless you're a programmer, a kernel hacker, or really
really into security, you will most likely not need to deal
much with these. But it's good to know what they are, in
case you find yourself in one of the above scenarios.

Ques:- Define TDM?
Right Answer:
TDM, or Time Division Multiplexing, is a method of transmitting multiple signals over a single communication channel by dividing the time into slots, allowing each signal to use the channel in its designated time slot.
AmbitionBox Logo

What makes Takluu valuable for interview preparation?

1 Lakh+
Companies
6 Lakh+
Interview Questions
50K+
Job Profiles
20K+
Users