What are the functional components of computer?
Functional Components of Computer System are Input unit Output Unit Central Processing Unit and Mani Mmeory
What is the differences between routing and routed protocols?
Routing protocols are used by routers (RIP, EIGRP, OSPF)
Routed protocols are the actual protocols on the wire (TCP/IP)
1) take a crimping tool:
http://images.google.ge/images?hl=ka&source=hp&q=crimping%20tool&um=1&ie=UTF-8&sa=N&tab=wi
2) make straight through cable put colors exactly:
http://www.palmettonetworks.com/resources/network_cables_101_data.htm
and you are ready
What is the computer that host resources for use by other system on the network?
It is known as a server.
In OSPF, interfaces can be assigned to different areas. Many
times, a router will be routing inside of a major network, but different interfaces
will belong to different areas. You need the level of control given by wildcard
masks to assign different interfaces to their appropriate areas, and not restrict
an entire major network to be in one area.
What is the definition of packet marking in networking?
If we are sending a file in one go and if some error occurred in between the file transfer then the complete file has to be resend which wastes the bandwidth so to prevent this, the file to send is divided in to smaller unit which we call packet, and then send packets 1 by one so that if a packet is lost then we need to send only that particular packet not the complete file. As the packet reaches its destination, the destination source send acknowledgement to the sender that the packet has reached to it and it may send the next packet and if packet somehow lost before reaching to the destination source, then the sender itself resends the packet after a fixed amount of time.
What happens when you ping 127.0.0.1 with two NIC cards installed?
Nothing in particular. Remember, 127.0.0.1 (localhost) is assigned to an internal pseudo-NIC called a "loopback device." 1,2, or a hundred more network cards are just bound to additional addresses and respond to requests made on them.
Why a packet has limit of 63 characters?
A packet does not have a limit of 63 characters - depending on the protocol it may have a total size of 1508 and beyond; the actual data is somewhat smaller but not limited to 63 characters.
For Ethernet frames, 64 characters is closer to the minimum size for data.
When sending information over a local area network, to a specific computer, the MAC address of the destination must be known. ARP - the address resolution protocol - takes care of that. With it, you can ask for the MAC address that corresponds to a specific IP address.
Max speed Ethernet for cat5 media?
Cat5 is rated for 10Mbit operation.
Cat5e rated for 100Mbit, and Cat6 rated for 1000Mbit
Is dial up connection is faster than broadband?
DSL, Cable modems, wireless internet and satellite internet.
Why a new tcp for persistent packet reordering?
for better performance by using timers instead of duplicate acknowledgements
What is data broadcasting in terms of a LAN?
A broadcast packet is sent and received by all systems on a LAN; it can contain any kind of data. The more broadcasting that a LAN does, the slower it will be overall since every device has to read the packet.
phishing
Crossover is Host-to-Host
Straight through is Host-to-Client
In a packet-switched data network, what is used to reassemble the packets in the correct order at the destination device?