2 IT Interview Question
2 IT Interview Question
Answer :
In a network the devices at different endpoint located at a different
location are called nodes and the physical communication medium
they using is called links.
2. Question 2. What Are The Layers Of The Osi Reference Model?
Answer :
There are 7 OSI layers:
1. Physical Layer
2. Data Link Layer
3. Network Layer
4. Transport Layer
5. Session Layer
6. Presentation Layer
7. Application Layer
12. Question 12. What Is The Difference Between Arp And Rarp?
Answer :
The address resolution protocol (ARP) is used to associate the 32
bit IP address with the 48 bit physical address, used by a host or a
router to find the physical address of another host on its network by
sending a ARP uery packet that includes the IP address of the
receiver. The reverse address resolution protocol (RARP) allows a
host to discover its Internet address when it knows only its physical
address.
24. Question 24. How Will You Check Ip Address Without Using
Network Place?
Answer :
Start ==> Run ==> Command ==>ipconfig
37. Question 37. What Are The Three Type Of Routing Tables And What
Are The Advantages And Disadvantages Of These?
Answer :
The three types of routing tables are fixed, dynamic, and fixed
central.
o A fixed table must be manually modified every time there is
a change.
o A dynamic table changes its information based on network
traffic, reducing the amount of manual maintenance.
o A fixed central table lets a manager modify only one table,
which is then read by other devices. The fixed central table
reduces the need to update each machine's table, as with
the fixed table. Usually a dynamic table causes the fewest
problems for a network administrator, although the table's
contents can change without the administrator being
aware of the change.
38. Question 38. What Is Packet Filter?
Answer :
Packet filter is a standard router equipped with some extra
functionality. The extra functionality allows every incoming or
outgoing packet to be inspected. Packets meeting some criterion
are forwarded normally. Those that fail the test are dropped.
39. Question 39. Bootp Helps A Disk Less Workstation Boot. How Does
It Get A Message To The Network Looking For Its Ip Address And
The Location Of Its Operating System Boot Files?
Answer :
BOOTP sends a UDP message with a subnet work broadcast
address and waits for a reply from a server that gives it the IP
address. The same message might contain the name of the
machine that has the boot files on it. If the boot image location is
not specified, the workstation sends another UDP message to query
the server.
40. Question 40. What Is A Dns Resource Record?
Answer :
DNS resource record is an entry in a name server's database. There
are several types of resource records used, including name-to-
address resolution information. Resource records are maintained as
ASCII files.