1.1-1.3 Flashcards
Local Area Network (LAN)
Cover a small geographic area, like an office.
Typically uses wires to connect systems together.
Wide Area Network (WAN)
is a group of LANs that are geographically isolated, but are connected to form a large internetwork.
Metropolitan Area Network (MAN)
Covers an area as small as a few city blocks or as large as an entire metropolitan city. MANs are typically owned and managed by a city as a public utility.
r
is a group of LANs that are geographically isolated, but are connected to form a large internetwork.
Wide Area Network (WAN)
Controller Area Network (CAN)
robust vehicle bus standard designed to allow microcontrollers and devices to communicate with each other w/o a host computer.
It is a message-based protocol, designed originally for multiplex electrical wiring within automobiles
Controller Area Network (CAN bus)
What is the difference between Physical and Logical Topology?
The physical topology -the way the network is wired. The logical topology -the way messages are sent.
Bus Topology
- A device called a terminator is placed at both ends of the trunk cable.
- Signals travel from one node to all other nodes.
- It can be difficult to isolate cabling problems.
Ring Topology
- A continuous ring.
- Isolating problems can require going to several physical locations along the topology.
- A malfunctioning node or cable break can prevent signals from reaching nodes further along on the ring.
Star Topology
All network connections are located in a single place, which makes it easy to troubleshoot and reconfigure.
- Nodes can be added to or removed from the network easily.
- Cabling problems usually affect only one node.
Mesh Topology
created using point-to-point connections. This increases the network’s fault tolerance because alternate paths can be used when one path fails.
Two variations of mesh topologies exist:
Partial Mesh—Some redundant paths exist.
Full Mesh—Every node has a point-to-point connection with every other node.
OSI Model Mnemonics Layer 7—>>Layer 1
Application All
Presentation People
Session- Seem
Transport- To
Network- Need
Data Link- Data
Physical- Processing
OSI Model Mnemonics Layer 1 —>> Layer 7
Please- Physical
Do- Data
Not- Network
Throw- Transport
Sausage- Session
Pizza- Presentation
Away- Application
OSI Model Benefits
- Provides a common language and reference point for network professionals
- Aids in troubleshooting
Application (Layer 7)
Integrates network functionality into the host operating system by enabling communication between network clients and services
Protocols (aka services) typically associated with the Application layer include: (5)
HTTP
FTP
TFTP
Telnet
SNMP
Presentation (Layer 6) presents, data…
in a compatible form for the Application layer
r
Integrates network functionality into the host operating system and enables communication between network clients and services
Application (Layer 7)
r
- Management of multiple sessions (each client connection is called a session).
- Assignment of a session ID number to each session to keep data streams separate.
Session layer functions include:
The Presentation layer ensures:
- Formatting and translation of data between systems.
- Encapsulation of data into message envelopes by encryption and compression. Restoration of data by decryption and decompression.
Session (Layer 5)
manages the setup, maintenance, and teardown of communication.
Transport (Layer 4)
provides a transition between the upper and lower layers of the OSI model
Session layer functions include:
- Management of multiple sessions (each client connection is called a session).
- Assignment of a session ID number to each session to keep data streams separate.
r
End-to-end flow control.
Port and socket numbers.
Segmentation, Sequencing, and combination.
Transport layer functions include:
Transport layer functions include:
End-to-end flow control.
Port and Socket numbers.
Segmentation, Sequencing