Networking questions and answers

Explain hidden shares. How do they work?
hidden or administrative shares are share names with a dollar sign ($) appended to their names. Administrative shares are usually created automatically for the root of each drive letter. They do not display in the network browse list.

Name of seven layers in Open System Interconnection model.
They are Application, Presentation, Session, Transport, Network, Data link, and Physical.

What is the difference between ARP and RARP?
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.

What is Client/Server?
Clients and Servers are separate logical entities that work together over a network to accomplish a task. Many systems with very different architectures that are connected together are also called Client/Server.

What is MAC address?
It is the 48 bit hardware address of LAN card. MAC address is usually stored in ROM on the network adapter card and it is unique.

What are the perquisites to configure server?
  • LAN card should be connected:
  • Root (partition on which window is installed) should in NTFS
  • Server should be configured with a static IP address
How we will configure ADS?
Start ==> RUN ==> DCPROMO

How will you test LAN card?
Ping 127.0.0.1
If getting reply its fine

What are the difference between DOMAIN and WORKGROUP?
Workgroup:-
(i)Every PC is responsible for its security own.
(ii)No centralize administration
(iii)Main aim to save hardware recourse
(iv)Best suite in school, training institute, cyber café
Domain: -
(i)Server is responsible for data safety.
(ii)Centralize administration
(iii)Main aim is to secure data
(iv)Best suite in company environments

Which command is used to check the IP address of your system?
ipconfig

Which set wizard will run to do peer to peer networking in XP?
Small home and office setup wizard

Which command is used to check the physical connectivity between two computers?
Ping

What is map drive?
A special feature that will map network resource to my computer.

What is Proxy Server?
Most large businesses, organizations, and universities these days use a proxy server. This is a server that all computers on the local network have to go through before accessing information on the Internet. By using a proxy server, an organization can improve the network performance and filter what users connected to the network can access.

Which folder contains ADS installed on server?
NTDS

What is the full form of Internet?
International Networking

Which are the bootable files of 98 and XP ?
In windows98 it is command.com
In XP it is NTLDR

In which partition Linux is installed ?.
Linux doesn’t support windows file system that contain partition scheme. It (Linux) has its own file system known as ext2, and ext3. it will install only on it.In linux file system it will install on / (root) partition.

What is size of SWAP ?
It’s the hard disk space that is used as RAM for fast processing. In window it’s known as virtual memory and could be set as per retirement via this path
My Computer ==> properties ==> advance
In Linux it’s known as SWAP space and generally taken the double size of physical RAM For example if you have 256 (MB) DDR physical ram then swap space would be 512 MB.

What is full form of C.M.O.S ?
Complementary metal oxide semiconductor

How will you check ip address without using network place ?
Start ==> Run ==> Command ==>ipconfig

What is IP?

Internet Protocol (IP) is an unreliable, best effort delivery, connection-less protocol used for transmitting and receiving data between hosts in a TCP/IP network

0 comments:

Post a Comment