Lesson 1- Circuit, Packet and IP-Based Communications Flashcards

1
Q

Purpose of OSI Model

A

Goal of creating a new communication standard for networking using layered networking

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

OSI stands for ?

A

Open Systems Interconnection

from ISO (international Orginzation for Standardization

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What areas can OSI Model be implemented

A

Hardware and Software

Virtualization can all be implemented in software

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

OSI Reference Model 7 Layers

A
  1. Physical
  2. Data Link
  3. Network
  4. Transport
  5. Session
  6. Presentation
  7. Application
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Application Layer Responsible For

A

Directly interacting with users - Programs on compuers such as an email program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Presentation Layer Responsible for

A

Coding of Data - File Formats and encryption takes place at this layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Session Layer Responsible for

A

Maintaining communications between computers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the Transport Layer Responsible for

A

for breaking data into packets and properly transmitting them. Flow \control and error checking

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the Network Layer responsible for

A

logical implementation of the network such as TCP/IP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the Data Link Layer responsible for

A

Transmitting information on computers connected in the same LAN - this is where MAC (medial access control) and LLC (logical link control) come into play

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the Physical Layer responsible for

A

physical operation and translating binary into transport medium - copper network cables would be electrical pulses vs Fiber - bursts of light

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Four Layers of TCP/IP

A
  1. Physical (1 and 2 of OSI)
  2. Network/Internet (Same at OSI)
  3. Host to Host/Transport
  4. Application (Maps to 5,6 and 7 of OSI)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Most Common TCP/IP Transport Layers

A

TCP- Transmission Control Protocol
UDP - User Datagram Protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are common TCP/IP Application Layer Protocols

A

DHCP
HTTP
IMAP - Internet Messaging Access Protocol
FTP
POP - Post Office Protocol
SIP - Session Initiation Protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are the key differences between OSI and TCP/IP Reference model

A

OSI is a streamline model that is more prescriptive vs TCP/IP which was more descriptive. Essentially OSI is for development of network software vs TCP/IP on how Internet Protocol operations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Describe Circuit Switching

A

dedicated digital or analog connection between two devices. POTS and PSTN are examples. Low latency and good performance but do not scale

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Describe Packet Switching

A

packets send each packet to intended destination but each device along the way examines the MAC address and selects best outbound port. Receiver has to reconstruct the packet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What is IP Based Communications

A

using specific protocols such as TCP/IP and IP providing a governance on how messages route across the networks. More efficient than Packet with less overhead

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What are the most common IP Based Protocols and what do they do?

A

TCP/IP - guarantees the deliver of a stream of data. Layer 3 Network

IP - makes it possible to deliver across a complex network. both internal and external

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Where did TCP and IP come from and how long ago

A

Based on ARPANET in the 1970’s

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What was the first noticeable advantage of IP-Based from Circuit Based

A

Born out of AOL buddy list and the first to provide a SIP-Enabled presence and IM. Led to VoIP with Skype and Yahoo Messenger. These are the fore fathers to the collaboration apps we have now such as Teams, Google Workspace, RC, Webex, Zoom, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What is the layout of the Network Called

A

Network Topology

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Most Common Physical Topology Diagam

A

Wiring and Device Diagram

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

What does the Logical Topology represent and what sublayers are there

A

how the actual network works and how you transfer data. this is where your Media Access Control (MAC) and Logical Link Control (LLC) sublayers reside

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What are is the main use of P2P networks
Host Based for Terminal Emulation and utilizing the RS-232 serial communication standard
26
What is the IEEE Standard for Ethernet
802.3 CSMA/CD - two wires for transmit and two wires for receive within a four-pair unshielded twisted pair
27
What type of topology did the first LAN Use
Bus Topology
28
Most Common type of network topology and where did it originate from
LAN Vendors such as IBM PC Network, ARCNET, and eventually 802.3a CSMSA/CD standard 10Base5
29
What type of cabling does Bus Topology Use and what issues
Coaxial cable and has distance limitations along with attenuation
30
Where did Ethernet originate
Developed by Xerox but actually their R&D wing called PARC. Fun fact that Robert Metcalfe left Xerox to join 3COM. 3COM first vendor to have chassis switch supporting both Token Ring and Ethernet Standards.
31
What vendor made Token Ring popular and what is their IEEE standard
IBM and 802.5
32
What is the key problem with Ring networks
They have a max physical path length and can result in signal loss. In addition they are slower due to token passing
33
What Topology eliminated the issues with Ring and Bus and what type of device is used.
Star Topology and a hub or switch
34
What is the difference between a switch and a hub
Hub transmits all messages to all devices connected and is one big collision domain while the switch only sends messages to the port for that and minimizes the collision domain
35
Which type of network is in use for WAN
Mesh Networking - MPLS for example
36
What type of topology combines the others and name their purpose/application
Hybrid and for designs that require multiple topologies to achieve the results. High fault tolerance (Mesh) vs lower usage (Bus)
37
What is the term for connecting networks
Internetworking
38
What is a protocol stack
is how software operates at different layers of the OSI Model.
39
What layer (s) do the network devices operate at on the OSI Model
either the Data Link or the Network layer
40
What are the two common types of Inernetworking and what device and Data Link Layer is required
Peer to Peer and Client/Server Bridge
41
What type of device for Internetworking at the Network Layer is required
Router
42
What layers do Network Interface Cards (NIC) reside on and what do they use to be identified with
Physical layer OUI's name the manuf can can create the unique MAC address
43
How does router storage MAC addressed for current and future routing
Address Resolution Protocol (ARP cache tables
44
What is the easiest way to connect to two networks and what OSI Layer is that at?
MAC Layer Bridge - simply a computer with 2 NICs can do the job. Layer 2 - Data
45
Name the two type of Switches and key differences
Layer 2 operates at Data Link layer and examines MAC address to forward and filter packets to intended port. Layer 3 can operate and either Data Link or Network. They are smarter and have software to operate as a Layer 2 and use IP Routing as well. It is essentially a switch and router combined
46
Where are routers typically used for Internetworking and key difference between a switch
Routers are typically used for Wide Area Networking and is provided by most ISP's. Instead of just reading MAC address and forwarding they can see the Network Layers address or IP Address and determine full path to traverse
47
What is the type of device that can act as a bridge and router and what makes it better
Brouter unlike a router that can only examine packets in format they understand the Brouter can support both routable and nonroutable protocols.
48
What type of device can interconnect two networks with different protocols
Gateway. Common during the IBM SNA mainframe era, etc.
49
What are the typical types of Network Communication and how do they differ
Store and Forward - such as email and use large chunks of data 512 or 1024 bytes Real Time such as VoIP use smaller packets such as 64 and 128 bytes. Real time is more sensitive to latency vs bandwidth
50
What are the protocols that can provide broadcast storm prevention
Spanning Tree Protocol such as Rapid Spanning Tree (RSTP) or Multiple (MSTP)
51
What is the main drawback of a Layer 2 Switch vs Layer 3
Layer 2 switches are essentially flat networks that use Ethernet Tagging where Layer 3 can provide VLAN and network segmentation
52
What is the networking term for how it takes for a failover connection
Convergence -
53
Name the two common Layer 2 or Bridge forwarding methods
Cut-Through switching. Uses MAC address and if recognized it just forwards without inspection. Store and Forward - receives the entire Ethernet Frame and then makes decision based on MAC Address table. Cut-Through requires little processing and is faster but store and forward but can drop packets with any errors but does have a higher latency
54
What does Layer 3 routing use to determine a packets destination
Uses and IP Address often call Network Layer Address
55
Define Static vs Dynamic Routes within a Layer 3 device such as router
Static are pre-defined by admin and dynamic are discovered at run time. Essentially the router will ask its neighbors each time it encounters an unknown packet
56
What are protocols for Layer 2 Resiliency
Spanning Tree and Resilient Ethernet Protocols for finding alternative routes
57
What protocols support Layer 3 Resilliency
Most routers or even firewalls support HA such as Cisco's HSRP
58
Can networks be virtualized and if so what products are available
Docker and GNS3
59
How does a NAS differ from a SAN
SAN devices are connected using a network architecture in such that host devices are virtually connected as a physicals disks would be. NAS devices basically provide a generic interface so they can be accessed by a multitude of devices and Operating Systems
60
Additional Switch software function that supports interswitch connectivity using vendor proprietary.
Clustering
61
Switch software functionality that includes disabling the RJ45 port or doing MAC Address filtering
Port Security
62
Switch software feature that can monitor traffic and disable the RJ45 port if that port is the source of unwanted broadcast transmissions
Flood Guard
63
What is the alternative to the OSI Model?
Transmission Control Protocol/Internet Protocol (TCP/IP) reference model
64
What device does most of the work to reassemble packets into messages and what are those steps
Destination Device 1. Resquence packets that arrive out of order. 2. Identify missing packets and request sends. 3. Reassemble the complete message
65
What Law does Mesh Networks utilize for determining the number of required connections
Metcalfe's Law n(n-1)/2 connection to directly connect each to every other node
66
The ability to encounter a fault, or error or some type and still be available is called
Fault Tolerance