The differences between peer to peer network and client server network?
With client to server, many people are downloading data from one central location - a one to many relationship.
With peer to peer, many people are downloading data from many locations - a many to many relationship.
What is the class of address for 46.39.42.05?
if you mean local vs. internet then i would say internet. (local is usually based around 198 numbers)
One wire pair handles data transmission, while another wire pair handles data reception.
Where is the CPU located on the BTX motherboard?
The CPU socket gets placed more central but closer to the edge of the board farthest from the rear of the case. The idea is that a front fan, wind tunnel will feed air directly toward the CPU without obstruction.
What class does a workstation with ip address 203.12.176.55 belong to?
The first octet determines the class, so-
0-127 is Class 1
128-191 is Class 2
192-223 is Class 3
So the IP address 203.12.176.55 is a Class 3 address.
What are the two protocols used in the transport layer?
TCP and UDP
Correct:
UDP (User Data-gram Protocol) is a communications protocol that offers a limited amount of service when messages are exchanged between computers in a network that uses the Internet Protocol.
UDP provides two services not provided by the IP layer. It provides port numbers to help distinguish different user requests and, optionally, a checksum capability to verify that the data arrived intact.
TCP (Transmission Control Protocol) is a set of rules (protocol) used along with the Internet Protocol (IP) to send data in the form of message units between computers over the Internet. While IP takes care of handling the actual delivery of the data, TCP takes care of keeping track of the individual units of data (called packets) that a message is divided into for efficient routing through the Internet. (TCP/IP) is the know definition by most.
Can a client act both as a client and server in a client and server network?
Yes, it can if the client is offering resources to others. It is important to note, however, that the client still is using client software and is not considered to be a server even if offering resources to others. That is, its role may change temporarily but it is still running client OS software.
How do you use a router to connect 2 networks together?
We know that a router is a layer 3 device means Network Layer.
Router is a only device that can forward only uni cast massage.
If u configure the router well and connect the two separate network, i think the network will go finely.
What is the common term used to describe an 8p8c network cable connector?
The most popular connectors found these days on the ends of network cables are commonly called RJ45 connectors.
What is meant by client and server?
In networking terms a server is a PC that contains information (usually for a business) and can share that information to other computers on the same network. The individual Computers are called Clients.
What is the process of breaking large messages or data into smaller easier-to-manage pieces called?
segmentation
Each subinterface should be configured with its own IP address, subnet mask, and unique VLAN assignment.
The physical interface of the router must be connected to a trunk link on the adjacent switch.
What happens on an Ethernet network after a collision occurs?
They send the message again, generated by a random time, so the don't collide again.
Is it possible to link a cross-over connection to a switch or hub?
A crossover cable is used to connect a Hub or Switch to another Hub or Switch - or a PC to another PC.
The host range is 192.168.10.193 - 206; total usable hosts =14.
What is the purpose of icmp testing?
There can be at least two reasons for icmp (ping) testing. One is for security reasons (watching for ping floods, amplifier attacks) and the other is to test timing between two endpoints.
What type of device can be used to physically secure your network?
First of all you can use a separate room with limited access, also there are some special safes you can purchase. Safes allow to block physical access to equipment. They are pricey though.
A signal's data rate is often confused with its baud rate rate. The two are closely linked but are not identical.
The data rate is a measure of how many bytes or bits of data can be sent per second. The baud rate, on the other hand is a measure of how many physical bits are sent per second, including start and stop bits and other idle bits. The baud rate is therefore higher than the data bit rate. A typical asynchronous serial signal that runs at a rate of 9600 baud will carry ten bits for every byte of data sent. One bit is a start bit. Another is the stop bit and the remaining eight are the eight bits of data. The bit rate is actually 8/10 x 9600 = 7680 bits per second.
Most transmission methods have an overhead that makes the data rate a little slower than the baud rate. In time critical applications, the difference between them can become significant.
What protocol and port does http web traffic use?
What protocol is used by web servers and on which port ?
What address is used to send packets that are destined for an outside network?
Router uses IP address of destination node to do the direct packet switching..while bridge & switch uses the MAC address to packet forwarding.
What layer of the OSI model does a switch operate at?
Switches are commonly known as "Layer 2 (Data Link Layer)".
3550 Switches: These switches are working under Layer 2 (Data Link Layer) and it is forward the packets through MAC Address, but if we convert these type of switches into Routers it will function in Layer 3 (Network Layer) of OSI model as it's forward the packets based on the IP addresses.
2950 Switches: These switches are working under Layer 2 (Data Link Layer) of OSI model only and it is forward the packets through MAC Address.
How can i assign same IP address on 2 machine in a network?
This is possible in Linux based system's. IP's can be splitted in two IP's ! And it can be achieved from single NIC card !
Sure you can .. if you are using Windows you can configure the TCP/IP Protocol in your Network Properties and then you can add additional IP addresses
'''Windows XP''' * Control Panel -> Network Connections -> Local Area Connection -> Properties -> Internet Protocol (TCP/IP) * Type in a static ip address * Then click Advanced * Under the "Ip address" group box, click add to add more ip addresses.
You would need to do this in the case where you need to connect to more then one different subnet where proper routing has not been set up.
yes, but its only a private address and your providers DHCP set will not allow you to connect to the internet in that fashion. Now if you wanted to connect another computer without the use of a router you could use both NIC cards in you computer by setting up the second as your DHCP and sharing your first NIC card that is connect to the internet.
How do LAN's MAN'sand WAN's differ how are they the same?
lan = local area network man = metro area network wan = wide area network