11 september 2015 re meyers, ms.ed. ccent 640-822 icnd1 exam topics review describe the operation of...

Post on 27-Dec-2015

213 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

April 19, 2023 RE Meyers, Ms.Ed.

CCENT 640-822 ICND1 Exam Topics ReviewCCENT 640-822 ICND1 Exam Topics Review

Describe the Operation of Data Networks:

Network Diagrams and Data Paths

April 19, 2023

DisclaimerDisclaimer

This review is for the exclusive non-profit use by Cisco Academy instructors and students only!Contents of this review were derived from the following

sources under the doctrine of US copyright “Fair Use” section 107:

• Cisco Networking Academy Curricula: Discovery Networking for Home and Small Businesses version 4.x

• Interactive Course Guide, Cisco Learning Institute• CCENT/CCNA ICND 1 Official Exam Certification Guide, 2nd ed.

by Wendell Odom, Cisco Press, 2008; ISBN1-58720-182-2• Cisco Learning Network

https://learningnetwork.cisco.com/docs/DOC-4987• Other references footnoted in individual slide notes area.

April 19, 2023

Error ReportingError Reporting

Please report any errors in this presentation to:remeyers@mail.wvu.eduDon’t rant! Let me know where I made a mistake so it can

be fixed. Feel free to modify this presentation to suit your needs.

• Please remove the WVU master and my name from your edited presentation to protect WVU’s logo acceptable use policy.

April 19, 2023

CCENT Exam TopicsCCENT Exam Topics

 Describe the operation of data networksDescribe the impact of applications (Voice over IP and

Video over IP) on a network

https://learningnetwork.cisco.com/docs/DOC-4987

April 19, 2023

TCP and UDP ProtocolsTCP and UDP Protocols

Both work at the transport layer of the network models

April 19, 2023

TCP: Transport Control ProtocolTCP: Transport Control Protocol

A transport layer protocol used by applications that require guaranteed delivery. Establishes a full duplex virtual connection between two

endpoints. The byte stream is transferred in segments Window size determines the number of bytes of data that

can be sent before an acknowledgement from the receiver is necessary

A “sliding window” provides handling for both timeouts and retransmissions.

April 19, 2023

TCP ActionTCP Action

TCP protocol operations is divided into 3 phasesConnection EstablishmentData TransferConnection Termination

April 19, 2023

TCP: Connection EstablishmentTCP: Connection Establishment

TCP Connection uses a three-way handshake

1. Client sends a SYN to the server Segment sequence number set

to a random value

2. Server replies with a SYN-ACK Acknowledgment is set to one

more than the received sequence number

3. Client sends an ACK back to the server Sequence number is set to the

received acknowledgement value Acknowledgement number is set

to one more than the received sequence number

April 19, 2023

TCP: Data TransferTCP: Data Transfer

Ordered data transferDestination host rearranges according to sequence

numberRetransmssion of lost packets Discards duplicate packetsError-free data transfer Flow control limits the rate a sender transfers data

to guarantee reliable delivery.Congestion control - sliding window

April 19, 2023

TCP: Connection TerminatedTCP: Connection Terminated

A typical tear-down requires a pair of FIN and ACK segments from each endpoint When an endpoint

wishes to stop its half of the connection, it transmits a FIN packet

The other end acknowledges with an ACK.

April 19, 2023

UDPUDP

User Datagram ProtocolUnreliable data transfer serviceDatagrams may arrive out of order, duplicated, or go

missing without notice. It assumes that error checking and correction is

either not necessary or performed by the application

April 19, 2023

TCP vs. UDPTCP vs. UDP

April 19, 2023

TCP vs. UDPTCP vs. UDP

April 19, 2023

Video On DemandVideo On Demand

Streaming video servers can be found on LANs and WANsBandwidth use is intensiveVery sensitive to data congestion,

latency, and jitter

April 19, 2023

Voice Over IPVoice Over IP

A family of transmission technologies for delivery of voice communications over IP networks such as the Internet or other packet-switched networks Bandwidth use is intensiveVery sensitive to data congestion, latency, and jitter

April 19, 2023

VoIP and VoD DeliveryVoIP and VoD Delivery

VoD and VoIP UDP use UDPAcknowledgments would slow down deliveryRetransmissions are undesirable. If a few packets are missed, the user might hear a slight

break in the sound or a short glitch in the video.

April 19, 2023

Quality of ServiceQuality of Service

QoS provides different priority to applications, users, or data VoIP traffic can be tagged to get priority over TCP data

traffic to increase speed of delivery with minimal latency

April 19, 2023

top related