in Computer Networks
4,612 views
0 votes
0 votes

Networks that use different technologies can be connected by using

  1. Packets
  2. Switches
  3. Bridges
  4. Routers
in Computer Networks
4.6k views

3 Answers

3 votes
3 votes
Best answer

(A) Packets are the units of exchanging information in network. A bridge connects two or more networks, or segments of the same network.

(B)Switches are basically Bridges but usually have multiple ports.

(C)Bridge is a device used to connect two separate Ethernet networks into one extended Ethernet .

(D)Routers forward data packets from one place to another. They forward data depending on the network, not the hardware(MAC)address.

Hence,option (D)Router is the correct choice.

selected by

1 comment

Isn't the answer supposed to be gateway?
0
0
2 votes
2 votes

Ans should be D 

bridge is a device that connects and passes packets between two networksegments that use the same communications protocol. Bridges operate at the data link layer (layer 2) of the OSI reference model. A bridge will filter, forward or flood an incoming frame based on the MAC address of that frame.

network switch (also called switching hub, bridging hub, officially MAC bridge) is a computer networking device that connects devices together on a computernetwork, by using packet switching to receive, process and forward data to the destination device.

Router

device that forwards data packets along networks. A router is connected to at least two networks, commonly two LANs or WANs or a LAN and its ISP.s network. Routers are located at gateways, the places where two or more networks connect. Routers use headers and forwarding tables to determine the best path for forwarding the packets, and they use protocols such as ICMP to communicate with each other and configure the best route between any two hosts.

refer http://tech-lightenment.blogspot.in/2011/10/connecting-devices-hub-repeater-switch.html

1 comment

Bridge is used to connect multiple LAN.

Router is used to connect different similar network.

Gateway is used to connect different dissimilar network.

3
3
0 votes
0 votes
option C, Bridging is distinct from routing, which allows multiple different networks to communicate independently while remaining separate.
Answer:

Related questions