Book 2 Ch.1 Network Protocols And Standards

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

1/22

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

23 Terms

1
New cards

What is a Protocol?

A set of rules used to enable effective communications

2
New cards

What is a Standard?

An agreed upon industry definition of a protocol

3
New cards

What are the five important Standards Organizations?

American National Standards Institute (ANSI)\nInstitute of Electrical and Electronics Engineers (IEEE)\nInternational Organization for Standardization (ISO)\nInternet Engineering Task Force (IETF): \nWorld Wide Web Consortium (W3C):

4
New cards

What is the American National Standards Institution (ANSI)?

This is the official standards organization of the United States.

5
New cards

What is the Institute of Electrical and Electronics Engineers (IEEE)?

An international standards organization that publishes key networking standards, in particular the official standard for the ethernet networking system

6
New cards

What is the International Organization for Standardization (ISO)?

A federation of more than 100 standards organizations around the world.

7
New cards

What is the Internet Engineering Task Force (IETF)?

The organization responsible for the protocols that drive the internet.

8
New cards

What is the World Wide Web Consortium (W3C)?

An international organization that handles the development of standards for the World Wide Web.

9
New cards

Which layers are known as the lower layers of the OSI Reference Model?

The first three layers. (Physical, Data Link, and Network)

10
New cards

Which layers are known as the upper layers of the OSI Reference Model?

The last four layers. (Transport, Session, Presentation, and Application)

11
New cards

What does the physical layer of the OSI reference model address?

This layer addresses the physical characteristics of the network and the electrical characteristics of the signals used to transmit data over the cables from one network node to another.

12
New cards

What does the data link layer of the OSI address?

This layer addresses the size of each packet of data being sent, the means of addressing each packet so that it’s delivered to the intended recipient, and ensuring that two or more nodes don’t try to transmit data on the network at the same time.

13
New cards

How does the Data link layer allow packets to be sent safely without interference from other nodes sending packets?

Carrier Sense Multiple Access/ Collision Detection (CSMA/CD)

14
New cards

What is Carrier Sense Multiple Access/ Collision Detection (CSMA/CD)?

An ethernet network access method that's used to regulate the transmission of data packets and detect collisions when they occur.

15
New cards

What does the Carrier Sense part in CSMA/CD do?

This aspect of CSMA/CD is when a device listens to the network media to see whether a packet is already being sent.

16
New cards

What does the Multiple Access part mean?

This aspect of CSMA/CD means that nothing prevents two or more devices from sending a message at the same time.

17
New cards

What does the Collision Detection part do?

This aspect of the CSMA/CD is when a device listens for a collision after sending a packet. If a collision happens then both devices wait a random period of time before trying to send it again.

18
New cards

What are two types of data link devices used in Networks?

Bridges and Switches

19
New cards

What is a bridge?

An intelligent repeater that forwards packets according to the MAC addresses of the nodes on its ports.

20
New cards

What is a Switch?

An intelligent hub similar to a bridge but faster with more ports and features.

21
New cards

What are the two important aspects of the Network Layer?

Logical Addressing and Routing

22
New cards

What does Logical Addressing allow you to do?

Logical Addressing allows you to access a network device by using an address you assign. This address is created using Protocols.

23
New cards

What is Routing?

Routing is the act of sending a packet to a computer on another network. The router is sued to forward the packet which sometimes goes through several intermediate networks.