Day 4 Network Architecture :Switching Technologies/Network Implementation Techniques

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/17

flashcard set

Earn XP

Description and Tags

defining circuit-based networks, packet-based networks, network services, and implementation techniques.

Last updated 1:02 PM on 6/26/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

18 Terms

1
New cards

What are the three phases of circuit switching?

Circuit Establishment, Data Transfer, Circuit Disconnect

2
New cards

True or False: Once the circuit is established, data is transmitted ​

with delays as there is a waiting time at each switch.

False

3
New cards

Name two disadvantages of circuit switching.

-Cannot be used to transmit any other data even if the channel is free

Inefficient in terms of utilization of system resources

-Dedicated channels require more bandwidth

Time required to establish physical link between two stations is too long-

4
New cards

Define Packet Switching

  • Process of breaking transmission down into multiple packets, ​

each potentially taking a different route to the destination network ​

  • Packets can be received out of order and are reassembled at the destination​

5
New cards

List Packet Switching Advantages

  • Efficient use of network resources (Connectionless; flexible routing)​

  • Cost-effective ​

  • Enables high data transmission​

  • Reliable

6
New cards

List Packet Switching Disadvantages

  • Requires a large amount RAM (Random Access Memory) ​

to handle a large amount of data communication in packets​

  • Requires processing power to reconstruct packets​

  • Protocol dependent (complex configurations)​

  • Transmission delays

7
New cards

Circuit Switch WAN Technologies (Legacy, may be used outside the US)

PSTN (Public Switched Telephone Network), ISDN (Integrated Services Digital Network), Leased Lines (T1, E1, T3, E3 Lines)

8
New cards

What is a converged network?

Packet based network capable of delivering data, voice, and video between many different types of devices over the same network infrastructure​

9
New cards

Define Multiprotocol Label Switching (WAN Technology used today)

Routing technique designed to increase the speed and efficiency of network traffic by providing a more predictable method of routing data packets. Forwards network traffic based on labels instead of traditional routing tables. Can only go to routers with MPLS configurations on them.

10
New cards

List Multiprotocol Label Switching Advantages

  • Increased control and enhanced ability to prioritize network traffic​

  • Consistent and reliable performance ​

  • Scalability​

  • Improved security and privacy

11
New cards

List Multiprotocol Label Switching Disadvantages

  • Greater complexity in implementation​

  • Cost​

  • Compatibility

12
New cards

Name 3 characteristics of packet switching? Briefly describe each.

-Connectionless: no connection is established before sending packets

-Dynamically routes packets

-Shares bandwidth among multiple users

-Media Independent: operates independently of the medium carrying the data

13
New cards

True or False: In packet switching, the packets can be received out of​

order and are reassembled at the destination.​

True

14
New cards

Define Software Defined Wide Area Network (SD-WAN), List the 3 layers

SD WAN uses software to monitor the network and decide that best route for each type of data, does not replace a physical WAN. It has 3 planes/layers:

  • Data plane /Infrastructure layer (Network traffic )

    • Process network frames and packets

    • Forwarding trunking, encrypting, NAT

  • Control plane /Control layer (Dynamic Routing management)

    • Manages actions of data plane

    • Routing tables, session tables, NAT tables

    • Dynamic routing protocol updates

SHH, SNMP, API

  • Managment plane/Application layer.

    • Configure and manage the device

    • SSH, browser, API

15
New cards

Define VLAN

VLANs (Virtual LANs) are logical grouping of devices in the same broadcast domain. VLANs are usually configured on switches by placing some interfaces into one broadcast domain and some interfaces into another. Each VLAN acts as a subgroup of the switch ports in an Ethernet LAN.

  • Increase the number of broadcast domains while decreasing their size.

  • Reduce security risks by reducing the number of hosts that receive copies of frames that the switches flood.

  • Flexible network design

16
New cards

Network Tunneling

  • Tunnels create a virtual network over an existing physical network to transport data. ​

  • Tunneling is a technique used in networking that involves data packets being wrapped within protocols that provide encapsulation and in most instances an encryption in order to ensure secure transmission across a public network

17
New cards

What’s the difference between routed and routing?

A routed protocol is a protocol that carries user data and can be forwarded by routers.Purpose: Move data from one network to another.

Examples:

  • IPv4

  • IPv6

A routing protocol is used by routers to learn and share routes.Purpose: Build and maintain routing tables.

Examples:

  • OSPF

  • EIGRP

  • BGP

  • RIP

18
New cards