ccna Flashcards

Learning for CCNA (27 cards)

1
Q

CCNA

What are the two advantages of using routers in your network:

A

They dont forward broadcasts by default (break up broadcast domains)
They can filter the network based on layer 3 (Network layer) information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

CCNA

Four router functions in your network can be listed as?

A

Packet switching
Packet filtering
Internetwork communication
Path selection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

CCNA

What does a switch do to a broadcast and collision domain

A

Switches create separate collision domains but a single broadcast domain.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

CCNA

What do routers to the broadcast for each interface

A

Routers provide a separate broadcast domain for each interface.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

CCNA

Bridges/Switches segment networks, but what do they not do?

A

Although bridges/switches are used to segment networks, they will not isolate broadcast or multicast packets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

CCNA

What does osi stand for

A

Open Systems Interconnection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

CCNA

What are the Advantages of using the OSI layered model

A

t divides the network communication process into smaller and simpler components, thus aiding component development, design, and troubleshooting.

It allows multiple-vendor development through standardization of network components.

It encourages industry standardization by defining what functions occur at each layer of the model.

It allows various types of network hardware and software to communicate.

It prevents changes in one layer from affecting other layers, so it does not hamper development.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

CCNA

What are the 7 layers of the OSI

A
Application layer (layer 7)
Presentation layer (layer 6)
Session layer (layer 5)
Transport layer (layer 4)
Network layer (layer 3)
Data Link layer (layer 2)
Physical layer (layer 1)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

CCNA

What does the tterm reliable networking mean when used t the Transport layer

A

It means that acknowledgments, sequencing, and flow control will be used.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

CCNA

What is the purpose of flow control

A

The purpose of flow control is to provide a means for the receiver to govern the amount of data sent by the sender.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

CCNA

What characteristics does a service have to be considered connection-oriented

A

A virtual circuit is set up (e.g., a three-way handshake).
It uses sequencing.
It uses acknowledgments.
It uses flow control.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

CCNA

What are the types of flow control

A

buffering, windowing, and congestion avoidance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

CCNA

How can a host improve communication session is the host fails to receive all segments

A

by decreasing the window size

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

CCNA

What are the starting octets form Class A, B & C networks

A

Class A 1 - 126
Class B 128-191
Class C 192-223

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

CCNA

Whats the difference between tcp and UDP

A

TCP Builds connections, uses sequences and is reliable

UDP is connectionless, best effort deliviery and is unreliable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

CCNA

What does LLC Stand for and what osi layer does it reside

A

It stand for Logical Link Control and it resides in the Network Layer

17
Q

CCNA

what is the standard ethernet uses

A
CSMA / CD
Carrier
Sense
Multiple
Access
/ Collision
Detection
18
Q

CCNA

what are the 3 methods of communicating using ethernet

A

Unicast, Broadfcast & multicast

19
Q

CCNA

what are the two types of ethernet cable

A

straight through and crossover

20
Q

CCNA

What Binary Decimal numbers are useful in subnetting

A
10000000 = 128
11000000 = 192
11100000 = 224
11110000 = 240
11111000 = 248
11111100 = 252
11111110 = 254
10000000 = 128
21
Q

CCNA

When a collision occurs on an ethernet lan what happens

A

A Jam signal informs all devices that a collision occured
The collision invokes a random backoff algorythm
each device on the ethernet segment stops transmitting for a short time until the timers expire
All hosts have equal priority to transmit after the timers have expired.

22
Q

CCNA

What are the effects of having CSMA/CD network sustaining heavy collisions

A

Delay,
Low throughput
Congestion

23
Q

CCNA

Which of the following is a digital-interface device used to connect a router to a digital circuit like a T1?

a. A channel service unit/digital service unit (CSU/DSU)
b. A DTE
c. An Ethernet card
d. None of the above

A

Answer A

A channel service unit/digital service unit (CSU/DSU) is a digital-interface device used to connect a router to a digital circuit like a T1

24
Q

CCNA

Full duplex ethernet can be used in 3 situations

A

With a connection from a switch to a host
With a connection from a switch to a switch
With a connection from a host to a host using a crossover cable

25
# CCNA Which is a device used to connect ISDN Basic Rate Interface (BRI) connections to other interfaces, such as EIA/TIA-232 on a router?
ISDN terminal adapter
26
# CCNA What does MAC Address stand for abd how long is an address
Media Access Control | it is 48bits (6 bytes)
27
# CCNA To communicate and exhcnage information each osi layers uses?
Protocol Data Units