<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Technical Interview Questions &#187; Networking and PC interview questions</title>
	<atom:link href="http://www.technicalinterview.info/category/networking-and-pc-interview-questions/feed" rel="self" type="application/rss+xml" />
	<link>http://www.technicalinterview.info</link>
	<description>Java Interview Questions &#124; IT interview questions &#124; Software Testing Interview questions &#124; .Net Interview Questions &#124; Job Interview Questions &#38; Answers &#124; Tough Interview Questions &#124; Technology Interview Questions &#124; Tech Interview Questions &#124; Testing Interview Questions &#124; SAP Interview Questions &#124; ABAP Interview Questions &#124; Data Warehousing Interview Questions</description>
	<pubDate>Tue, 02 Sep 2008 08:33:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Networking and PC interview questions</title>
		<link>http://www.technicalinterview.info/networking-and-pc-interview-questions/</link>
		<comments>http://www.technicalinterview.info/networking-and-pc-interview-questions/#comments</comments>
		<pubDate>Sun, 22 Jul 2007 19:20:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Networking and PC interview questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/networking-and-pc-interview-questions.html</guid>
		<description><![CDATA[How to open the command prompt?
To open a command prompt window in Windows 2000 or XP, click Start &#124; Run, type cmd in the box, and click OK.
How to find IP address of your connection?
Go to start/run type &#8216;cmd&#8217; then type &#8216;ipconfig&#8217; Add the &#8216;/all&#8217; switch for more info.
How to verify connection to remote computer?
Ping [...]]]></description>
			<content:encoded><![CDATA[<p><strong>How to open the command prompt?</strong></p>
<p>To open a command prompt window in Windows 2000 or XP, click Start | Run, type cmd in the box, and click OK.</p>
<p><strong>How to find IP address of your connection?</strong></p>
<p>Go to start/run type &#8216;cmd&#8217; then type &#8216;ipconfig&#8217; Add the &#8216;/all&#8217; switch for more info.</p>
<p><strong>How to verify connection to remote computer?</strong></p>
<p>Ping tool verifies connections to remote computers<br />
example: In cmd type c:>ping 192.168.0.1 -t<br />
-t Ping the specified host until interrupted<br />
-a Resolve addresses to hostnames</p>
<p><strong>How to find a path on the network from your PC that is running load test script to web server?</strong></p>
<p>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</p>
<p><strong>How to find what ports are open on your system?</strong></p>
<p>In cmd type c:>netstat This command gives you a generic look at what ports are open on your system</p>
<p><strong>What TCP/IP Settings are used on computer?</strong></p>
<p>Description of TCP/IP Settings that are used in network troubleshooting</p>
<p>      1. IP Address<br />
      2. Subnet Mask<br />
      3. Default Gateway<br />
      4. DHCP Server<br />
      5. DNS Servers</p>
<p><strong>What is telnet?</strong></p>
<p>Telnet is a text based communication program that allows you to connect to a remote server over a network telnet is the name or IP address of the remote server to connect to.is the port number of the service to use for the connection. The default is 23 (TELNET service).</p>
<p><strong>How to find a network configuration of your PC?</strong></p>
<p>In cmd type c:> net config workstation the result displays a list of configurable services: computer name,user name, logon domain, domain DNS name.</p>
<p><strong>How to find what program used as default for opening file .xyz</strong></p>
<p>In cmd type C:> assoc .xyz which program will open that .xyz file</p>
<p><strong>How to change settings in command prompt?</strong></p>
<p>The first thing you&#8217;ll want to do is Start, Run, cmd.exe, then right click the window menu and choose properties. Try the following values for improvement:<br />
      Options | Command History | Buffer Size | 400<br />
      Options | Command History | Discard Old Duplicates | True<br />
      Options | Edit Options | QuickEdit Mode | True<br />
      Layout | Screen buffer size | Height | 900<br />
      Layout | Window size | Height | 40</p>
<p><strong>How to start DirectX Diagnostic Tool ?</strong></p>
<p>To start the DirectX Diagnostic Tool: 1. Click Start, and then click Run.In the Open box, type dxdiag, and then click OK.</p>
<p><strong>How to determine whether there is an issue with the DNS configuration of your connection to your ISP?</strong></p>
<p>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.</p>
<p><strong>What do you need to do that your browser will point URL www.YourTest.com to the internal IP address 127.99.11.01?</strong></p>
<p>Make changes in the hosts file in C:\WINDOWS\system32\drivers\etc<br />
      The Hosts file is looked at first before going out to the DNS (Domain Name Service) servers.<br />
      you have to put the following on new lines at the end of hosts file:<br />
      127.99.11.01 YourTest.com<br />
      127.99.11.01 www.YourTest.com</p>
<p><strong>What can you suggest to enhance testing process on windows OS?</strong></p>
<p>Put shortcut to notepad.exe in SendTo folder. It is speed up work with different files like hosts, configuration files.</p>
<p><strong>What is FTP?</strong></p>
<p>FTP is short for File Transfer Protocol. This is the protocol used for file transfer over the Internet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/networking-and-pc-interview-questions/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
