answersLogoWhite

0


Best Answer

A default gateway entry is only needed if the two computers are on different subnets. This is true whether you use IP addresses or have some sort of name resolution. The default gateway points to a router that routes packets between subnets.

For instance:

Computer 1 - 201.13.16.99, subnet mask 255.255.0.0

Computer 2 - 199.27.12.43, subnet mask 255.255.0.0

These two computers are on different subnets, and would require a router AND a default gateway entry pointing to that router to communicate.

Computer 1 - 192.168.2.100, subnet mask 255.255.255.0

Computer 2 - 192.168.2.67, subnet mask 255.255.255.0

These two computers are on the same subnet, and will be able to communicate as long as they have a physical ethernet connection between the two. No default gateway entry or router is needed.

The default gateway IP is never used by the TCP/IP stack unless a connection outside the local subnet is needed.

Note that this has nothing to do with whether you use IP's or netbios names resolved by a WINS server or DNS names resolved by a DNS server. All these schemes eventually resolve down to an IP (and then to a MAC address for the actual communication) so the above still applies.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is a default gateway required if you want to communicate on the LAN by IP addresses only?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

A PC is connected to a network Which action will verify that the PC can communicate with its default gateway?

Ping the default gateway IP address to know if it is reachable


Why does a switch need a default gateway address configured?

There isn't one. The switch only knows about MAC addresses, and the default gateway isn't one of those addresses.


What ip configuration element allows you to communicate with devices that reside on a remote network or location. default gateway-subnet mask-node type or multicast?

default gateway


Can a workstation computer be configured to browse the Internet and yet NOT have a default gateway?

If we are using public ip address, we can browse the internet. If it is having an intranet address a gateway is needed as a router or firewall to communicate with internet.***********************************************Without default gateway you cannot browse internet. It doesnt matter if you are on public or private network. Default Gateway is required to route your IP packets from your network to the other networks.


What device is typically used as the default gateway for a PC?

the router interface closest to the computer


Can two pcs communicate to two different networks through a router without a default-gateway?

No, because without a default gateway configured the packet will never get to the router, and thus never get to the other network.


Which statement accurately describes routing between VLANs when the default gateway addresses of the VLANs are applied to physical interfaces?

chuk norris


Why do you setup default gateway server address?

First, you have to know what the default gateway address for your LAN segment is. This might mean talking to your network administrator. Usually this address is set automatically by the DHCP protocol, so you don't need to do anything. If you are using a set of static addresses, then you can specify the default gateway address in one of the Windows network dialog boxes. For Unix/Linux, the 'ifconfig' command allows you to set the default gateway address. For server 2008 (including Server 2008 Core) use the netsh command to set the default gateway address (if not using DHCP).


What attribute must be the same for all devices on one network to be able to communicate with devices on another network?

default gateway


What TCP IP configuration item allows client computers to communicate with other computers that are located on remote networks?

Default Gateway


What is the answer for 6.5.7 packet tracer-assigning addresses?

Ip address is 10.0.1.0 Gateway is 10.0.1.254 if not Try this update 01/30/2014 IP Address: 10.0.1.28 Subnet Mask: 255.255.255.0 Default Gateway: 10.0.1.254


What is the actual address used for a default gateway?

The address of a default gateway can vary widely depending on which device on which network is the default gateway. There isn't one specific default gateway address.A popular address is one used on home based networks, 192.168.1.1