ch.1

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/63

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.

64 Terms

1
New cards

end systems (hosts)

Laptops, smartphones, tablets, TVs, gaming consoles, Web cams, automobiles, environmental sensing devices, picture frames, and home electrical and security systems are all devices that fall under the category of what?

2
New cards

communication links and packet switches

End systems are connected together by a network of _____________ _____ and ______ ________.

3
New cards

transmission rate

The speed of a link measured in bits/second. (R)

4
New cards

packets

packages of information

5
New cards

routers and link-layer switches

The two most prominent types of packet switches

6
New cards

route (path)

The sequence of communication links and packet switches traversed by a packet from the sending end system to the receiving end system

7
New cards

Internet Service Provider

ISP the abbreviation for?

8
New cards

cable, DSL, high-speed lan, wifi, 56k dial up.

Types of ISPs

9
New cards

TCP and IP (TCP/IP)

Two of the most important protocols in the internet (not UDP)

10
New cards

IETF and RFCs

Two common internet standards

11
New cards

Request for comments

RFC is the abbreviation for

12
New cards

Internet Engineering Task Force

IETF is the abbreviation for

13
New cards

Distributed applications

Multiple end systems that exchange data with each other

14
New cards

Application Programming Interface (API)

Specifies how a program running on one end system asks the Internet infrastructure to deliver data to a specific destination program running on another end system

15
New cards

Protocol

Defines the format and the order of messages exchanged between two or more communicating entities, as well as the actions taken on the transmission and /or receipt of a message or other event.

16
New cards

Network edge

What part of the internet are end systems found?

17
New cards

clients

One of the two categories that hosts are divided into; PCs, smartphones, and other mobile devices

18
New cards

servers

One of the two categories that hosts are divided into; powerful machines that store and distribute Web pages, stream video, relay e-mail...

19
New cards

access networks

The network that physically connects an end system to the first router (also known as the "edge router")

20
New cards

digital subscriber line

DSL is the abbreviation for?

21
New cards

hybrid fiber coax (HFC)

Both fiber and coaxial cable are employed in this system, it is often referred to as

22
New cards

fiber to the home (FTTH)

An up-and-coming technology that promises even higher speeds than DSL which provides a direct fiber optic connection to homes. (Verizon's FIOS)

23
New cards

central office

the abbreviation CO stand for?

24
New cards

active optical networks (AON) and passive optical networks (PON)

Two types of optical-distribution network architectures

25
New cards

optical network terminator (ONT)

component of FTTH internet access which directly connects to the home

26
New cards

optical line terminator (OLT)

component of FTTH which connects the ONT to the CO

27
New cards

physical medium

Examples of this include twisted-pair copper wire, coaxial cable, multimode fiber-optic cable, terrestrial radio spectrum, and satellite radio spectrum.

28
New cards

guided media and unguided media

Two categories of physical media; one uses the air and the other various forms of cable

29
New cards

Unshielded twisted pair (UTP)

Commonly used for computer networks within a building

30
New cards

geostationary satellites and low-earth orbiting satellites (LEO)

Two types of satellites used in communications

31
New cards

packets

this small chunk of data travels through communication links and packet switches

32
New cards

L/R

The time to transmit the packet in seconds where L is the number of bits and R is the transmission rate

33
New cards

store-and-forward transmission

Method in which a packet switch must receive the entire packet before it can begin to transmit the first bit of the packet onto the outbound link.

34
New cards

N*L/R

formula for end to end delay (d end-to end) where N is the number of links

35
New cards

output buffer

Packet switches have multiple links attached to them. For each attached link the packet switch has an ______ ______, which stores packets that the router is about to send into that link.

36
New cards

queuing delays

Variable delays that depend on the level of congestion in the network.

37
New cards

packet loss

This occurs when either a packet arriving or an already-queued packet is dropped.

38
New cards

forwarding table

Table that maps destination address to a routers outbound links

39
New cards

circuit switching and packet switching

The two fundamental approaches to moving data through a network of links and switches

40
New cards

circuit-switching

Method to move data trhough a network of links and switches which reserves communication sessions between end systems

41
New cards

frequency-division multiplexing (FDM) and time-division multiplexing (TDM)

Two types of implementations of circuit-swithing

42
New cards

time-division multiplexing (TDM)

reserves space for communication systems by time

43
New cards

frequency-division multiplexing (FDM)

reserves space for communication by partitioning the physical media into frequencies

44
New cards

bandwidth

the width of the band in FDM

45
New cards

customer and provider

In the network of networks an an access ISP is said to be the ________ and the global transit ISP is said to be the ________

46
New cards

tier-1 ISP

The top level ISP is known as a

47
New cards

regional ISP

The ISP which connects to a tier-1 ISP is known as a

48
New cards

Internet Exchange Point (IXP)

typically a stand-alone building with its own switches, which is a meeting point where multiple ISPs can peer together

49
New cards

processing delay, queuing delay, transmission delay, and propagation delay.

Different types of delays a packet may suffer collectively known as the total nodal delay

50
New cards

processing delay

The time required to examine the packet's header and determine where to direct the packet

51
New cards

queuing delay

packets experience this as it waits to be transmitted onto the link

52
New cards

transmission delay

the amount of time required to push all of the packet's bits into the link (L/R)

53
New cards

propagation delay

the time required to propagate from the beginning of the link to router B

54
New cards

d proc + d queue + d trans + d prop

formula for d nodal

55
New cards

N(d proc + d trans + d prop)

formula for d end-end (the end to end delay)

56
New cards

instantaneous througput

When transferring a large file from Host A to Host B across a computer network, this is the rate at which Host B is receiving the file at any instant of time

57
New cards

average throughput

When transferring a large file from Host A to Host B across a computer network, if the file consists of F bits and the transfer takes T seconds for Host B to receive all F bits this rate takes F/T bits/sec

58
New cards

bottleneck link

A link in a network which slows the throughput down

59
New cards

Application, Transport, Network, Link, and Physical

The five layers of the internet protocol stack

60
New cards

Application, Presentation, Session, Transport, Network, Link, Pysical

The seven layers of the OSI model

61
New cards

message

data in the application layer is known as a

62
New cards

segment

data in the transport layer is known as a

63
New cards

datagram

data in the network layer is known as a

64
New cards

frame

data in the link layer is known as a