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.
Example for Hub Communication: http://www.youtube.com/watch?v=sIkCwoEJyCE
Example of Switch Communication: http://www.youtube.com/watch?v=aNxxrawNu48
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...
Comments
Post a Comment