Skip to main content

Which of the following is a characteristic of full-duplex communication?

Which of the following is a characteristic of full-duplex communication?

A.  It is a CSMA/CD network.
B.  It is a CSMA/CA network.
C.  It is point-to-point only.
D.  Hub communication is done via full duplex.

Answer: C. It is point-to-point only.

Explanation:

The meaning of full duplex in computer network simply refers to a device can send and receive data without collision. Whereas Half duplex refers a device can either send or receive data. But it cannot do both at the same time.

CSMA/CD (Carrier Sense Multiple Access with Collision Detection) a set of rules determining how
network devices respond when two devices attempt to use a data channel simultaneously (called a collision).

CSMA/CA (Carrier Sense Multiple Access/Collision Avoidance) is a
protocol for carrier transmission in 802.11 networks. Unlike CSMA/CD (Carrier Sense Multiple Access/Collision Detect) which deals with transmissions after a collision has occurred, CSMA/CA acts to prevent collisions before they happen.

Hub is a half duplex device whereas switch is full duplex.

startopology

Example for Hub Communication: http://www.youtube.com/watch?v=sIkCwoEJyCE

Example of Switch Communication: http://www.youtube.com/watch?v=aNxxrawNu48

Comments

Popular posts from this blog

Cisco Packet Tracer Multi User Connection

Multiuser communication allows multiple point-to-point (peer) connections between multiple instances of Packet Tracer. By allowing communication between Packet Tracer instances, a new door has been opened to a fun, interactive, social, collaborative, and competitive learning environment. Instructors will now be able to create a variety of activities for students to learn in groups that will facilitate greater social interaction between students. Students will benefit from this environment by working together to solve problems and share ideas. Both students and teachers should take full advantage that Multiuser will offer in their learning environment. Technical Information Communicates between instances using PTMP. PTMP is TCP based. By default, uses TCP port 38000, is customizable, and each new instances on the same PC will use the next available port. On by default. UPnP will attempt to establish port forwarding to facilitate home networks. All network co...

Access Control List (ACL) Simlet

An administrator is trying to ping and telnet from Switch to Router with the results shown below: For this question we only need to use the show running-config command to answer all the questions below: Router>enable Router#show running-config   Question 1 Which will fix the issue and allow ONLY ping to work while keeping telnet disabled? A. Correctly assign an IP address to interface fa0/1 B. Change the ip access-group command on fa0/0 from “in” to “out” C. Remove access-group 106 in from interface fa0/0 and add access-group 115 in. D. Remove access-group 102 out from interface s0/0/0 and add access-group 114 in E. Remove access-group 106 in from interface fa0/0 and add access-group 104 in Answer : E Explanation: The question was not about FTP so skip line #1 and line #2. The line #3 denies telnet traffic and line #4 permits icmp-echo traffic. L...

Drag and Drop Questions

Question 1 Drag the security feature on the left to the specific security risks they help protect against on the right. (Not all options are used.) Answer : Question 2 Routing has been configured on the local router with these commands: Local(config)#ip route 0.0.0.0 0.0.0.0 192.168.1.1 Local(config)#ip route 10.1.0.0 255.255.255.0 192.168.2.2 Local(config)#ip route 10.1.0.0 255.255.0.0 192.168.3.3 Drag each destination IP address on the left to its correct next hop address on the right Answer: Question 3 The left describes the types of cables, while the right describes the purposes of the cables. Drag the items on the left to the proper locations. (Not all items can be used.) Answer: Question 4 Drag each category on the left to its corresponding router output on the right. Each router output line is in the result of a show ip interface command. (No...