answersLogoWhite

0

📱

Local Area Network

Questions concerning the setting up, troubleshooting and operation of wired LANs used by businesses and other organizations

4,003 Questions

Which protocol allows for the automatic configuration of host tcp ip address?

There are two ways to configure Ip address . One method is to do this manually .And other is to do this using dynamic host configuration protocol.

What is a static length subnet mask?

That probably refers to a situation where a larger network was divided into smaller subnets, but all subnets have the same size - as opposed to VLSM (variable length subnet masks), where subnets can have different sizes.

That probably refers to a situation where a larger network was divided into smaller subnets, but all subnets have the same size - as opposed to VLSM (variable length subnet masks), where subnets can have different sizes.

That probably refers to a situation where a larger network was divided into smaller subnets, but all subnets have the same size - as opposed to VLSM (variable length subnet masks), where subnets can have different sizes.

That probably refers to a situation where a larger network was divided into smaller subnets, but all subnets have the same size - as opposed to VLSM (variable length subnet masks), where subnets can have different sizes.

Your IP address looks like this 000.000.0.00 so how do you change it into 000.000.000.000?

You don't need to worry about changing any of the octets when the values of an octet contain leading zeros. The two examples are effectively the same.

Where do you get computer networking notes in roman urdu?

See related link

You will also find notes on other subjects such as

Mobile Phone Network Notes

Computer Security Notes

Operating Systems Notes

Java Technology Notes

Distributed Systems Notes

Computer Organization Notes

Software Engineering Notes

Is a VLAN essentially a collision domain?

No- A VLAN is a single broadcast domain. If the VLAN uses a hub, which essentially connects all devices on a single wire, the the VlAN would be a collision domain. However hubs are rarely seen these days. A network switch keeps every device separated on individual collision domains so every device is kept from colliding with any other device.

Advantages of Client Server system using LAN?

Almost every protocol uses Client/Server architecture, LAN and WAN alike.

Advantages of client server system .

* Centralization - access, resources, and data security are controlled through the server * Scalability - any element can be upgraded when needed * Flexibility - new technology can be easily integrated into the system * Interoperability - all components (clients, network, servers) work together

How many ip addresses on a subnet?

Use the formula 2n - 2 to find the number of clients available in a subnet. The 'n' refers to the number of bits available for client addresses, and thus will vary depending on the starting network type (class A, B, or C).

If you are using the 0th subnet (as in Cisco routers) then the formula is 2n

What is virtual in a VLAN?

VLAN stands for Virtual LAN. It is called as such because you are essentially creating "virtual" networks on the same physical piece of hardware. Imagine a network switch with 20 ports. You could assign the first 5 to VLAN1, the next to VLAN2, and so on. You would end up with 4 segregated networks, but on the same physical switch. The virtual in VLAN is referring to the fact that there is nothing phsically separating the ports on the switch, it is done "virtually".

What kind of transmission media would you recommend for each different department of a medical instrument company with four different buildings and why?

Need to know what sort of data is going to be transferred. Is itconfidential files with a need for a very secure line. Or is it just for a reliable email system to build up social bonds among employees in the different buildings..? What is the existing technology like? What is your budget? We need to know a bit more information before we can give an answer.

You have been asked to deign the entire cable system for a medical instrument manufacturer's new central warehouse. The company already has three buildings within two city blocks, and the warehouse will be its fourth building. Currently, the building run on separate network, but the company would like to be able to exchange data among them. For example, the quality control department building 1 would like to be able to access servers in the research department in building 2.In addition, the sales department in building 3 wants to conduct video training session for its representatives in the field via internet. Next door, in the warehouse, 50 shipping and packing personnel in the fulfillment department will be riding up and down the aisles on forklifts pulling inventory off the shelves on daily basics.

What kind of transmission media would you recommended for each different building and department of the medical instrument company and why?

Describe a case where you have used traceroute and ping to troubleshoot?

Ping is used when you want to see if the host is available (does not guarantee it because many companies block ICMP protocol). Tracert is mostly used when you want to know at what point your connection does not go through.

What is linear bus?

A linear bus topology is a straight line (linear) topology which wires devices in a straight, sequential fashion (like daisy-chaining). It is characterized by a very simple and easy way to create a LAN but has problems with breaks in any of the cables in the topology.

This linear bus topology does not require a central connectivity device such as a hub, switch, or router.

What does it mean to borrow 4 bits for subnets?

When you borrow bits for a subnet you are intruding into the client portion of an IP address. As a result, you will lose clients in your network because the "borrowed" portion becomes the extended network prefix.

This allows you to separate your bigger network into smaller, logical networks (subnets). The number of bits borrowed will indicate the total number of smaller subnets that you can support in your network.

In each case, regardless of class of address, borrowing 4 bits gives a total of 14 subnets (in the classical sense) and 16 subnets (in Cisco).

What is a 100 Megabit to 1000Gigabit Ethernet NIC?

That is a NIC that is capable of running speeds of 100 Mbps up to 1 Gbps.

How do you find default gateway and subnet mask?

On Windows systems:

Click Start > Run. Then type: cmd

The 'DOS' box will open, type: ipconfig /all

(Note: there is a SPACE after the word ipconfig) The information displayed will be similar to the below if you have a single address;

C:\Documents and Settings\xxxx>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : machine

Primary Dns Suffix . . . . . . . :

Node Type . . . . . . . . . . . . : Unknown

IP Routing Enabled. . . . . . . . : No

WINS Proxy Enabled. . . . . . . . : No

DNS Suffix Search List. . . . . . : hsd1.ma.comcast.net.

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . : hsd1.ma.comcast.net.

Description . . . . . . . . . . . : 3Com EtherLink XL 10/100 PCI TX NIC (3C905B-TX)

Physical Address . . . . . . : 00-10-5A-13-53-F7

Dhcp Enabled. . . . . . . . . :Yes

Autoconfiguration Enabled. . . :Yes

IP Address. . . . . . . . . . . . : 65.12.23.123

Subnet Mask. . . . . . . . . . . : 255.255.248.0

Default Gateway. . . . . . . . : 66.31.48.1

DHCP Server. . . . . . . . . . : 68.87.71.8

DNS Servers . . . . . . . . . . . : 68.87.71.226

68.87.73.242

68.87.64.146

Lease Obtained: Friday, April 17, 2009 12:34:21 PM

Lease Expires: Tuesday, April 21, 2009 12:34:21 PM

Note: Type the word: exit > then hit the Enterkey to close the DOS session.

On Mac or Linux/Unix systems:Launch the Terminal located in /Applications/Utilities/

Type the following command:

ifconfig

You will see most of the same info as the Windows example above. Your IP, subnet mask and gateway will all be clearly marked.

What kind of wiring is commonly used in a bus topology?

A bus topology for a LAN will typically use coaxial cable, either 10Base5 (thicknet) or 10base2 (thin-net) copper wiring.

What is handshake in packet transmission?

The TCP 3 way handshake is when the server states what ports it has open, the client requests access to the port, and the server grants access.

Layman's terms:

Server - I have beer at my place.

Client - Can I come over?

Server - Sure!

Discuss the difficulties that one encounters when trying to build a bridge between the various Ethernet Token Ring and Token Bus LANs.?

Since there is no protocol known as Ethernet Token Ring I assume you are asking about the difference between Ethernet, Token Ring, and Token Bus usage. These are all different protocols, so connecting all three types of networks is not practical.

Token Bus networks were an early attempt to get mainframes to connect to terminals through a bus topology structure, utilizing a token for arbitration. Those networks typically ran at 4 Mbps. They were also subject to the same problem as a linear bus structure with Ethernet, which is a break in the cable would bring down the entire network.

A later version of Token ring uses a ring topology structure, where a failure in the network will not bring down the entire network. It still uses a token for station arbitration, but can ran at 16 Mbps. Newer versions of HSTR can run at 100 Mbps and there is a standard for a gigabit version.

Chances are you will need to bridge between Ethernet and Token Ring (not token bus). For that, you will need a bridge, router, or gateway that can convert between the protocols. In some cases the media is different as well, going from coaxial cable to unshielded twisted pair (UTP).

So the difficulties are in correctly converting the protocols between the two, connecting different media types together, and troubleshooting problems between the two networks.

Can a cross over cable be used to connect two unlike network devices such as a PC and a hub?

In general, no, you would not use a cross-over cable to connect a hub/switch/router to a PC. This is because the device itself has cross-over circuitry built into it, and if you used a cross-over cable you would be reversing that process.

The net effect is that the transmit signal would connect to another transmit signal, when it should be connected to a receive signal.

Why should you use a cross over cable when connecting a two like devices?

We talk about cross-over cables when we are discussing Unshielded Twisted Pair (UTP) cables. The term might be applied to other cabling systems, but this answer will only deal with UTP cables.

UTP utilizes two pairs of cables within the bundle (of usually, four pairs or eight cables). One pair is for transmit, and the other for receive. Standards have been created for which devices will use what pairs for each function, so a "straight through" cable must be connected to two devices that have different purposes. Like a PC and a switch, or a PC and a hub, or a router and a switch/hub. The ends of UTP cables are terminated in an RJ45, eight-pin connector. Ethernet UTP connects one pair of wires to pins 1 & 2, the other to pins 3 & 6. Other standards use other pins. Which pair of wires is connected to those pins is also standardized by the Telecommunications Industry Alliance, and off-shoot of the Electronics Industry Alliance, commonly abbreviated as TIA/EIA. The standard is the 568-C standard which superseded the 568-B standard which in turn superseded the 568-A standard. Within this standard are two optional pin/pair assignment standards, known as T-568-A and T-569-B. The pin/pair assignment standards are often (erroneously) referred to as the TIA/EIA-568-A and TIA/EIA-568-B standards.

If you want to connect to like devices such as two PCs together without the intervening hub/switch, you need to have a cross-over cable so the transmit pair at one end are connected to the receive pins at the other end, and vice-versa.

To accomplish this, a cable that has pins 1 & 2 connected to a pair of wires at one end, would connect that same pair of wires to pins 3 & 6 at the other end. And the 2nd pair of wires would have the opposite connection - 3 & 6 connected to 1 & 2.

Modern network interface cards/ports an also "autosense" which pair is being used for which purpose and internally switch, so in many cases a cross-over cable is not required.

Why do you AND ing the subnet and ip address?

Because this is the way you can easily and quickly isolate the network portion from the host portion of the address to just get the network id, which would be using for routing purposes.