These Interview Questions With Answers Will Test Your Basic Knowledge of PC and Networking
These Interview Questions With Answers Will Test Your Basic Knowledge of PC and Networking
networking.
4. Question: How to find a path on the network from your PC that is running load test
script to web server?
Use Tracert Utility runs at the Command prompt. It will trace a path from you to
the URL or IP address given along with the tracert command. Tracert determines
the route taken to a destination by sending ICMP echo packets
9. Question: How to find what program used as default for opening file .xyz
In cmd type C:> assoc .xyz which program will open that .xyz file
12. Question: How to determine whether there is an issue with the DNS configuration of
your connection to your ISP?
At a command prompt, type ipconfig /all, and then press ENTER to display the IP
address of your DNS server. If the IP address for your DNS server does not appear,
you need contact your ISP.
13. Question: What do you need to do that your browser will point URL
www.YourTest.com to the internal IP address 127.99.11.01?
Make changes in the hosts file in C:\WINDOWS\system32\drivers\etc
The Hosts file is looked at first before going out to the DNS (Domain Name Service)
servers.
you have to put the following on new lines at the end of hosts file:
127.99.11.01 YourTest.com
127.99.11.01 www.YourTest.com
14. Question: What can you suggest to enhance testing process on windows OS?
Put shortcut to notepad.exe in SendTo folder. It is speed up work with different files
like hosts, configuration files.
The OSI, or Open System Interconnection, model defines a networking framework for
implementing protocols in seven layers. Control is passed from one layer to the next, starting at
the application layer in one station, proceeding to the bottom layer, over the channel to the next
station and back up the hierarchy.
Data Link At this layer, data packets are encoded and decoded into bits. It furnishes
(Layer 2) transmission protocol knowledge and management and handles errors in the
physical layer, flow control and frame synchronization. The data link layer is
divided into two sublayers: The Media Access Control (MAC) layer and the
Logical Link Control (LLC) layer. The MAC sublayer controls how a
computer on the network gains access to the data and permission to transmit it.
The LLC layer controls frame synchronization, flow control and error
checking.
This layer conveys the bit stream - electrical impulse, light or radio signal --
through the network at the electrical and mechanical level. It provides the
Physical
hardware means of sending and receiving data on a carrier, including defining
(Layer 1) cables, cards and physical aspects. Fast Ethernet, RS232, and ATM are
protocols with physical layer components.