- Shuffle
Toggle OnToggle Off
- Alphabetize
Toggle OnToggle Off
- Front First
Toggle OnToggle Off
- Both Sides
Toggle OnToggle Off
Front
How to study your flashcards.
Right/Left arrow keys: Navigate between flashcards.right arrow keyleft arrow key
Up/Down arrow keys: Flip the card between the front and back.down keyup key
H key: Show hint (3rd side).h key
![]()
PLAY BUTTON
![]()
PLAY BUTTON
![]()
67 Cards in this Set
- Front
- Back
|
Things which cause lan traffic congestion
|
a.Too many host in broadcast domain
b.Multicasting c.Low bandwidth d.Using hubs e.Arp or ipx traffic |
|
What is a broadcast domain?
|
A broadcast domain is a logical division of a computer network, in which all nodes can reach each other by broadcast at the data link layer
|
|
What is network segmentation
|
a.Breaking up large networks into smaller ones
|
|
What are the advantages in using routers on your network
|
They dont forward packets by default and they filter layer 3 network traffic.
|
|
What are four functions a router can perform
|
Packet filtering, packet switching,path selection, internetwork communication.
|
|
Switches are used to help break up "what"
|
collision domains
|
|
A collision domain is "what"
|
A situtation where one device on a network segment sends a packet and all other devices on that segment must pay attention to it.
|
|
What is the purpose of the OSI reference model.
|
Helps vendors create interoperable network devices and software in the form of protocols so that different vendors can work together.
|
|
OSI reference model: What is the function of the application layer?
|
Provides an interface where the application layer can forward information from the user interface down the protocol stack.
|
|
OSI ref: What is the function of the presentation layer.
|
It presents data to the application layer and is responsible for data translation and code formatting.
|
|
OSI reference: What is the function of the session layer.
|
responisble for setting up, managing, and then tearing down sessions between presentation layer entities.
|
|
OSI ref: What is the function of the transport layer?
|
the transport layer segments and reassembles data into a data stream. Establishes a logical connection between the sending host and the destination host.
|
|
what is a window in terms of network traffic flow control
|
the quantity of data segments in bytes that the transmitting machine is allowed to send without receiving an acknowledgement for them.
|
|
OSI Ref:What is the purpose of the network layer.
|
Manages device addressing, tracks location of devices on the network and determines the best way to move data.
|
|
What are the two types of packets used at the network layer.
|
data and route updates.
|
|
What is a data packet used for?
|
To transport user data through the internetwork.
|
|
What layer 3 protocols are used for data traffic?
|
they are called routed protocols and include IP and IPv6
|
|
What layer 3 protocols are used to transport route update packets?
|
RIP,RIPv2,EIGRP,OSPF
|
|
List 3 types of information that is contained in a routing table
|
Protocol-specific network addresses,
The interface the packet will take to the destination network Metric:distance to the remote network. |
|
Fill in the Blank:Routers by default will not forward any "blank" packets or "blank" packets
|
broadcast,multicast
|
|
Fill in the blank:Routers use the _______ in the network layer header to determine the next hop router to forward the packet to
|
logical address
|
|
Fill in the Blank:Routers use _____ to control security on the types of packets that are allowed to enter or exit an interface
|
access lists
|
|
Routers can provide connections between virtual lans. True or False
|
True
|
|
True or False: Routers can provide QOS for specific types of network traffic.
|
True
|
|
OSI reference model:What functions does the Data Link Layer provide
|
Provides the physical transmission of the data, handles error notification, network topology, and flow control. It translates the messages from the network layer into bits for the physical layer to transmit.
|
|
Fill in the blank: The datalink layer formats messages into pieces called a _______.
|
data frame
|
|
True or False: The network layer is responsible for the actual unique identification of each device that resides on a network.
|
False, the datalink layer is responsible for this.
|
|
The datalink layer includes 2 sub layers. What are they?
|
Media Access Control (mac) and Logical Link Control (llc)
|
|
OSI ref model: What is the MAC sublayer responsible for?
|
Defines how frames are placed on the media.
|
|
OSI ref model: What is the function of the LLC sublayer?
|
Responsible for indentifying network layer protocols and then encapsulating them.
|
|
Define: Latency as related to layer 2 switching
|
The time measured from when a frame enters a port to the time it exits a port.
|
|
Fill in the blank:Networks are to routers as individual devices are to______
|
Switches.
|
|
Fill in the blank:Routing tables that map an internetwork are to routers as _____ that map individual devices are for switches and bridges
|
filter table.
|
|
define:Transparent bridging
|
when a layer 2 device such as a switch forwards a frame only to the segment where the destination hardware address is located. The device will block the frame from going to any other segments.
|
|
Fill in the Blank: All devices that receive a broadcast message are said to be on the same _______
|
broadcast domain.
|
|
OSI ref model: The physical layer does essentially two things. What are they.
|
Sends bits and receives bits.
|
|
Fill in the blank: A hub is actually a ______.
|
multiple port repeater.
|
|
What protocol helps devices share bandwidth evenly without having two devices transmit at the same time on the network medium
|
csma/cd
|
|
How does CSMA/CD handle a collision on an ethernet lan.
|
1. a jam signal informs all devices that a collision occurs
2. The collision invokes a random backoff algorithm 3.each device on the ethernet segment stops transmiting for a random amout of time 4.all hosts have equal priority to start transmitting after their timers have expired. |
|
What are the effects of having a csma/cd network with heavy collisions.
|
1.delay
2.low throughput 3.congestion |
|
True or False: There are no collisions in full duplex mode.
|
true
|
|
A dedicated switch port is not required for each full duplex node.
|
False
|
|
To operate in full duplex the host and switch port must both be cable of running in full duplex mode.
|
True
|
|
Fill in the Blank:______are used at the Data link layer to encapsulate packets handed down fromt the network layer for transmission on a type of media access.
|
Frames
|
|
Fill in the blank:cat5 cable is better than cat3 cable because it has more twist per foot and therefore less ______>
|
Crosstalk:unwanted signal interferance from adjacent cables.
|
|
You can use a straight through cable to connect what to what
|
1.Host to a switch or hub
2.router to switch or hub |
|
You can use a crossover cable to connect what to what?
|
1.switch to switch
2.hub to hub 3.host to host 4.hub to switch 5.router direct to host |
|
Fill in the blank: A rolled cable is used to connect what to what.
|
a host to a router console serial comm port.
|
|
which layer in the osi model set up a virtual circuit between the sending and receiving devices?
|
transport
|
|
Define:encapsulation in terms of the osi model
|
Data that is wrapped in protocol information at each layer in the osi model
|
|
define:PDU what it is used for
|
Protocol Data Unit:A segment of data generated by a specific layer in a protocol stack; usually consists of a block of data from a higher layer. It is used to communicate and exchange information between layers of the osi model.
|
|
Fill in the Blank:a data segment that has a transport layer header attached to it is now called ______?
|
segment
|
|
Fill in the blank: A data segment that is handed down to the network layer that has a control header added to it is now called a ______
|
Packet or datagram
|
|
Fill in the blank: After a packet or segment is handed to the datalink layer each packet is encapsulated and now becomes a ______?
|
frame
|
|
CISCO 3 LAYER HIERARCHICAL MODE:What is the core layer responsible for?
|
Responsible for transporting large amounts of traffic reliably and quickly.
|
|
CISCO 3 LAYER HIERARCHICAL MODE: The Distribtion layer provides _____ _____ ____
|
routing, packet filtering, defining broadcast and mulitcast domains, implement security and network policies.
|
|
CISCO 3 LAYER HIERARCHICAL MODE:The access layer provides ________?
|
a means to control users and workgroup access to network resources, creation of separate collision domains (segmentation).
|
|
OSI ref: Which layer chooses and determines the availability of communicating partners along with resources necessary to make the connection, coordinates partnering apps. , and forms a consensus on procedures for controlling data integrity and error recovery
|
application
|
|
which layer provides the physical transmission of the data and handles error notification,network topology and flow control
|
datalink
|
|
This layer uses service access points
|
datalink llc sublayer
|
|
ethernet is defined at these layers.
|
datalink and physical.
|
|
This device breaks up collision domains and broadcast domains
|
Router
|
|
Fill in the blank: A field in the ieee ethernet frame header that contains the result of the CRC.
|
FCS:Frame Check Sequence.
|
|
what are the two purposes for segmentation with a bridge?
|
break up collision domains,provide more bandwidth for users.
|
|
name 3 types of flow control
|
buffering,windowing,congestion avoidance.
|
|
Fill in the blank. The Datalink llc sublayer uses a _____ _____ _____ identify which protocol handler should process an incoming frame.
|
service access point
|
|
A network segment is a
|
portion of a computer network wherein every device communicates using the same physical layer. Devices that extend the physical layer, such as repeaters or network hubs, are also considered to extend the segment.
|