<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Job Interview &#187; TCP/IP</title>
	<atom:link href="http://www.it-job-interview.com/tag/tcpip/feed" rel="self" type="application/rss+xml" />
	<link>http://www.it-job-interview.com</link>
	<description>Face IT, Answer IT, Get IT!</description>
	<lastBuildDate>Thu, 18 Nov 2010 16:35:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Describe the Steps for Adding a Workstation with an Operating System to Your TCP/IP Network</title>
		<link>http://www.it-job-interview.com/add-workstation-to-tcpip-network.html</link>
		<comments>http://www.it-job-interview.com/add-workstation-to-tcpip-network.html#comments</comments>
		<pubDate>Sun, 03 Aug 2008 00:51:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Network Questions]]></category>
		<category><![CDATA[Systems Questions]]></category>
		<category><![CDATA[TCP/IP]]></category>

		<guid isPermaLink="false">http://www.it-job-interview.com/?p=51</guid>
		<description><![CDATA[This is a hands-on experience question.  The following answer is for UNIX platform. The first step is to assign a unique internet address to the workstation.  The net-mask has to be assigned the same as other devices in that subnet.  The physical device has to be attached to the network, and the workstation connected.  When [...]]]></description>
			<content:encoded><![CDATA[<p>This is a hands-on experience question.  The following answer is for UNIX platform.</p>
<p>The first step is to assign a unique internet address to the workstation.  The net-mask has to be assigned the same as other devices in that subnet.  The physical device has to be attached to the network, and the workstation connected.  When attaching the Attachment Unit Interface (AUI), you must make sure that it corresponds with the jumper setting on the unit.</p>
<p>Next, the system should be booted.  At this point, you should ping another workstation or server using its IP address.  If the ping works properly, the next step would be to change the /etc/hosts, /etc/netmasks, /etc/defaultdomain to include all the necessary information required by the system to recognize the network automatically upon booting.  If this system was a client or diskless workstation in an NIS network, then the ‘domainname’ command can be set appropriately or changed in /etc/defaultdomain and rebooted, which will cause it to connect to its NIS master.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-job-interview.com/add-workstation-to-tcpip-network.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are Daemons?  Can You Give Some Examples?</title>
		<link>http://www.it-job-interview.com/unix-daemons.html</link>
		<comments>http://www.it-job-interview.com/unix-daemons.html#comments</comments>
		<pubDate>Sun, 03 Aug 2008 00:45:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Systems Questions]]></category>
		<category><![CDATA[TCP/IP]]></category>

		<guid isPermaLink="false">http://www.it-job-interview.com/?p=49</guid>
		<description><![CDATA[Daemons are processes that are run when the system is initialized and continue to run while the system is in operation.  Their purpose is to wait in the background until their services are required. The most common daemon is the cron daemon.  Here are more examples:  rpc.mountd, nfsd, mountd &#38; biod (NFS daemons), lpd (line [...]]]></description>
			<content:encoded><![CDATA[<p>Daemons are processes that are run when the system is initialized and continue to run while the system is in operation.  Their purpose is to wait in the background until their services are required.</p>
<p>The most common daemon is the cron daemon.  Here are more examples:  rpc.mountd, nfsd, mountd &amp; biod (NFS daemons), lpd (line printer daemon), rlogind, telnetd (telnet server daemon), routed (network routing daemon), rwhod (remote who daemon).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-job-interview.com/unix-daemons.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How is Routing Accomplished in a Multi-network Environment?</title>
		<link>http://www.it-job-interview.com/multi-network-routing.html</link>
		<comments>http://www.it-job-interview.com/multi-network-routing.html#comments</comments>
		<pubDate>Sun, 03 Aug 2008 00:38:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Network Questions]]></category>
		<category><![CDATA[TCP/IP]]></category>

		<guid isPermaLink="false">http://www.it-job-interview.com/?p=45</guid>
		<description><![CDATA[“Network routes are entirely contained within a single network.  The gateway NCPs, which are responsible for the interface between two networks, also provide virtual route termination services.  NCP translates the session routing from the virtual routes and subarea numbers used in one network to those in another whenever an information from crosses the network boundary.”]]></description>
			<content:encoded><![CDATA[<p>“Network routes are entirely contained within a single network.  The gateway NCPs, which are responsible for the interface between two networks, also provide virtual route termination services.  NCP translates the session routing from the virtual routes and subarea numbers used in one network to those in another whenever an information from crosses the network boundary.”</p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-job-interview.com/multi-network-routing.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What considerations are there for Choosing Locally Administered Address Versus Universally Administered Address?</title>
		<link>http://www.it-job-interview.com/network-address.html</link>
		<comments>http://www.it-job-interview.com/network-address.html#comments</comments>
		<pubDate>Sun, 03 Aug 2008 00:36:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Network Questions]]></category>
		<category><![CDATA[TCP/IP]]></category>

		<guid isPermaLink="false">http://www.it-job-interview.com/?p=44</guid>
		<description><![CDATA[“Universally administered addresses are managed by the IEEE and are guaranteed to be unique worldwide.  For those adapters which support universally administered addresses, the adapter’s address is in read-only memory on the adapter and cannot be changed.  This means that if an adapter fails, its replacement will have a different universally administered address, which may [...]]]></description>
			<content:encoded><![CDATA[<p>“Universally administered addresses are managed by the IEEE and are guaranteed to be unique worldwide.  For those adapters which support universally administered addresses, the adapter’s address is in read-only memory on the adapter and cannot be changed.  This means that if an adapter fails, its replacement will have a different universally administered address, which may impact network management schemes, universally administered addresses do not support any structured assignment which allows identification of the location of a Token-Ring station from its address.”</p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-job-interview.com/network-address.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

