Network Protocol Architectures Flashcards

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/40

flashcard set

Earn XP

Description and Tags

Flashcards based on lecture notes on Network Protocol Architectures.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

41 Terms

1
New cards

What is a network protocol?

A set of rules that enable successful communication, dictating the syntax, semantics, and timing of communication between devices.

2
New cards

What three aspects of communication does a protocol define?

What is to be communicated, how it is to be communicated, and when it is to be communicated.

3
New cards

What are the three elements of a computer communication protocol?

Syntax, Semantics, and Timing.

4
New cards

Why are standards necessary in networking?

To ensure interconnectivity and interoperability between various networking hardware and software components, preventing isolated islands of users.

5
New cards

What are de facto standards?

Standards that are traditionally used and adopted for widespread use but are not approved by any organized body.

6
New cards

What are de jure standards?

Standards that are legislated and approved by an officially recognized body.

7
New cards

Name three types of organizations that create standards.

Standards creation committees, forums, and government regulatory agencies.

8
New cards

Differentiate between Protocols, Reference Model, and Reference Architecture.

Protocols are a set of rules governing communication. A Reference Model describes data movement and naming schemes. A Reference Architecture is an arrangement of protocol layers with associated tasks.

9
New cards

What are the two fundamental network models?

The International Standards Organization/Open Systems Interconnection (ISO/OSI) reference model and the Transport Control Protocol/Internet Protocol (TCP/IP) protocol suite.

10
New cards

What is the OSI Reference Model?

A seven-layer model of data communications that describes how information moves from a software application on one computer through a network medium to a software application on another computer.

11
New cards

How is actual communication made possible using the OSI model?

By using communication protocols, a formal set of rules and conventions that govern how computers exchange information over a network medium and implement the functions of one or more OSI layers.

12
New cards

Name four protocol groups.

LAN Protocols, WAN Protocols, Routing Protocols, and Network Protocols.

13
New cards

List the seven layers of the OSI reference model.

Application, Presentation, Session, Transport, Network, Data Link, and Physical.

14
New cards

What is the main function of the Application Layer in the OSI model?

Identifying communication partners, determining resource availability, and synchronizing communication.

15
New cards

What is the main function of the Presentation Layer in the OSI model?

Providing coding and conversion functions to ensure information sent from one system's application layer is readable by another system's application layer.

16
New cards

What is the main function of the Session Layer in the OSI model?

Establishing, managing, and terminating communication sessions between presentation layer entities.

17
New cards

What is the main function of the Transport Layer in the OSI model?

Implementing reliable inter-network data transport services, including flow control, multiplexing, virtual circuit management, and error checking and recovery.

18
New cards

What is the main function of the Network Layer in the OSI model?

Providing routing and related functions to enable multiple data links to be combined into an inter-network, including logical addressing.

19
New cards

What is the main function of the Data Link Layer in the OSI model?

Providing reliable transit of data across a physical network link, including physical addressing, network topology, error notification, sequencing of frames, and flow control.

20
New cards

What is the main function of the Physical Layer in the OSI model?

Placing information on the medium, defining electrical, mechanical, procedural, and functional specifications for activating, maintaining, and deactivating the physical link between communicating network systems.

21
New cards

What is the purpose of the Application Layer in the ISO seven-layer reference model?

To allow access to network resources.

22
New cards

What is the purpose of the Presentation Layer in the ISO seven-layer reference model?

To translate, encrypt, and compress data.

23
New cards

What is the purpose of the Session Layer in the ISO seven-layer reference model?

To establish, manage, and terminate sessions.

24
New cards

What is the purpose of the Transport Layer in the ISO seven-layer reference model?

To provide reliable process-to-process message delivery and error recovery.

25
New cards

What is the purpose of the Network Layer in the ISO seven-layer reference model?

To move packets from source to destination and to provide internetworking.

26
New cards

What is the purpose of the Data Link Layer in the ISO seven-layer reference model?

To organize bits into frames and to provide hop-to-hop delivery.

27
New cards

What is the purpose of the Physical Layer in the ISO seven-layer reference model?

To transmit bits over a medium; to provide mechanical and electrical specifications.

28
New cards

What is the key function of the Data Link Layer?

Direct link control and access to media, providing reliable transfer of data across media with physical addressing, network topology, error notification, and flow control.

29
New cards

Which OSI layer is concerned with transportation issues between hosts and data transport reliability, and establishes, maintains, and terminates virtual circuits?

The Transport Layer.

30
New cards

Which OSI layer ensures data is readable by the receiving system and negotiates data transfer syntax for the application layer?

Presentation Layer.

31
New cards

Which OSI layer provides network services to application processes such as electronic mail, file transfer, and terminal emulation?

Application Layer.

32
New cards

What was the ARPANET protocol suite?

A common protocol funded by DARPA that introduced the fundamental concept of layering, from which the TCP/IP suite evolved.

33
New cards

What is the primary purpose of TCP/IP?

Information sharing and research collaboration among government agencies and research institutes.

34
New cards

What are the five layers in the TCP/IP architecture?

Application, Transport, Network (Internet), Data Link, and Physical.

35
New cards

What is the purpose of the Transport layer in network models?

End-to-End Management - Links application layer to network, Segmenting and Tracking, and Flow control.

36
New cards

What is the purpose of the Network layer in network models?

Deciding where the message goes: Addressing and Routing.

37
New cards

What is the purpose of the Data Link layer in network models?

Move a message from one device to the next: Controls hardware, Formats the message, and Error Checking.

38
New cards

What is the purpose of the Physical layer in network models?

Transmits the message.

39
New cards

In the context of network architectures, what is the difference between a logical and a physical connection?

A logical connection exists only in the software, while a physical connection exists in the hardware.

40
New cards

In a network architecture, which layer contains a physical connection?

Only the lowest layer contains a physical connection; all higher layers contain logical connections.

41
New cards

Define Encapsulation.

The adding of information over pre-existing information at each layer of the TCP/IP model as data is passed from user to web browser and back.