Aspectos Fundamentales de Redes-02
Aspectos Fundamentales de Redes-02
Module 2
Objectives
Skills Concepts Objective Domain Objective
Description Domain
Number
Understanding OSI Basics Understand the OSI 3.1
Defining the Model
Communications
Subnetwork
Defining the Upper OSI
Layers
Defining the Understand Switches 3.1
Communications
Subnetwork
Standards
• Standards are sets of rules that ensure hardware and
software released from different companies work together
• Examples of Organizations that Coordinate Standards:
The Wire
Layer 1 – Physical Layer
• Defines the physical and electrical medium for data
transfer
• Physical layer components: cables, jacks, patch panels,
punch blocks, hubs, and MAUs
• Physical layer concepts: topologies, analog versus
digital/encoding, bit synchronization, baseband versus
broadband, multiplexing, and serial data transfer
• Unit of measurement: Bits
Ethernet Standards
• LAN standard providing a communication method for high
speed data exchange among devices
• Defined Physical and Data Link Layer
• 100BASE-T
• 100 for 100 Mbps
• BASE for baseband
• T for twisted-pair cabling
23:5c:f7:da:9c:32
Virtual LAN (VLAN)
• Layer 2 switching can also allow for a virtual LAN (VLAN)
to be implemented.
• A VLAN is implemented to segment and organize the
network, to reduce collisions, boost performance
• IEEE 802.1Q is the standard that supports VLANs
• A tag is added to the data frame to identify the VLAN
VLAN VLAN
2 1
Layer 3 – Network Layer
• Controls the operations of routing and switching
information to different networks
• Translates logical addresses or names to physical
addresses
• Internet Protocol (IP) is a Network Layer protocol
• Devices that work at the network layer are routers and IP
switches
• Network Layer components: IP addresses, subnets
• Unit of measurement: packets
Layer 3 Switches
• Switches can also reside on the network layer
• A layer 3 switch determines paths for data using logical
addressing (IP addresses) instead of physical addressing
(MAC addresses for a layer 2 switch)
• Layer 3 switches forward packets, whereas layer 2
switches forward frames
192.168.1.1
192.168.2.1
Layer 4 – Transport Layer
• This layer ensures messages are delivered error-free, in
sequence and with no losses or duplications
• Protocols that work at this layer segment messages,
ensure correct reassembly at the receiving end, perform
message acknowledgement and message traffic control
• The Transport Layer contains both connection-oriented and
connectionless protocols
• Unit of measurement used: segments or messages
Connection Oriented Communications
• Require both devices involved in the communication
establish an end-to-end logical connection before data can
be sent
• These communications are considered reliable network
services
• Packets not received by
Hello! I amthe
a destination device can be
PC
resent by the sender Hello! I am a
Server!
I want to send
you something
important!
Ok, I will
watch for it!
Connectionless Communications
• End-to-end connection is not necessary before data is sent
• Every packet that is sent has the destination address in
the header
• Sufficient to move independent packets, such as in
streaming media
• Datagram delivery is not guaranteed and lost packets
LISTEN TO ME!!!
cannot be resent
AAAaaaahhh!!!!¬.
Connection-based Protocols
• The Transport Layer contains both connection-oriented and
connectionless protocols
• Transmission Control Protocol (TCP) provides a connection-
based, reliable, byte-stream service to programs
• User Datagram Protocol (UDP) provides a connectionless,
unreliable transport service
TCP and UDP
• TCP transport is used for logging on, file and print sharing,
replication of information between domain controllers,
transfer of browse lists, and other common functions. TCP
can only be used for one-to-one communications.
• UDP is often used for one-to-many communications, using
broadcast or multicast IP datagrams