CCNA1 M2 Networking Fundamentals
CCNA1 M2 Networking Fundamentals
Objectives
Networking terminology Some network architectures The importance of bandwidth Networking models: OSI vs TCP/IP
Networking Terminology
Networking Devices
Equipment that connects directly to a network segment is referred to as a device. There are 2 type of devices: end-user devices and network devices.
Network Devices
Repeater: regenerate a signal. Hub: concentrate connections and may regenerate a signal. Bridge: convert network transmission data formats as well as perform basic data transmission management. Switch: add more intelligence to data transfer management. Router: routing and other services
Network Topology
The physical topology, which is the actual layout of the wire or media. The logical topology, which defines how the media is accessed by the hosts for sending data.
Physical Topology
Logical Topology
Broadcast
Token Passing
Each host sends its data to all other hosts on the network medium. First-come, first-serve. Eg: Ethernet
Access to media is controlled by an electronic token. Possession of the token gives the host the right to pass data to its destination. Eg: Token-Ring, FDDI
Network Protocols
Protocol suites are collections of protocols that enable network communication from one host through the network to another host. A protocol is a formal description of a set of rules and conventions that govern a particular aspect of how devices on a network communicate.
Functions of Protocols
Protocols control all aspects of data communication, which include the following:
How the physical network is built How computers connect to the network How the data is formatted for transmission How that data is sent How to deal with errors
LANs
Operate within a limited geographic area Allow many users to access high-bandwidth media Provide full-time connectivity to local services Connect physically adjacent devices
WANs
Operate over a large geographically separated areas Provide full-time remote resources connected to local services
VPN Types
Bandwidth
Importance of Bandwidth
Digital Bandwidth
Bandwidth is the measure of how much information, or bits, can flow from one place to another in a given amount of time, or seconds.
Throughput
Throughput refers to actual measured bandwidth, at a specific time of day, using specific Internet routes, and while a specific set of data is transmitted on the network. Factors that determine throughput:
Internetworking devices Type of data being transferred Network topology Number of users on the network User computer Server computer Power conditions
Networking Models
Communication characteristics
Addresses
What are the source and the destination of a communication process?
Media
Where does the communication take place?
Protocols
How to make the communication process effectively?
Packets
Protocols
Source Address
Medium
Destination Address
Data Communication
Address
Source address, Destination address
Media
Cable, Fiber, Atmosphere
Protocol
Format Procedure
Standard
Proprietary
TCP/IP
DECNET
OSI Model
The OSI model: a framework within which model networking standards can be developed.
It provided vendors with a set of standards that ensured greater compatibility and interoperability between the various types of network technologies that were produced by the many companies around the world.
Peer-to-Peer Communication
The protocols of each layer exchange information, called protocol data units (PDUs), between peer layers.
Encapsulation
The lower layers use encapsulation to put the protocol data unit (PDU) from the upper layer into its data field and to add headers and trailers that the layer can use to perform its function.
De-Encapsulation
When the data link layer receives the frame, it does the following:
It reads the physical address and other control information provided by the directly connected peer data link layer. It strips the control information from the frame, thereby creating a datagram. It passes the datagram up to the next layer, following the instructions that appeared in the control portion of the frame.
Layer-to-layer communications
It is important to note that some of the layers in the TCP/IP model have the same name as layers in the OSI model. Do not confuse the layers of the two models.
Summary
Networking devices Some of the common network types Intranet and extranet Bandwidth and throughput The layered communication model OSI reference model TCP/IP networking model