Intro Computer Networks Part 1: Introduction

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

1/33

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.

34 Terms

1
New cards

4 pieces of information your machine needs

  1. IP Address v4

  2. Subnet Mask

  3. IP Address of Local DNS

  4. IP Address of Local Router

  5. (optional) GBT

2
New cards

Hosts

end systems

3
New cards

Communication links

Fiber, copper, radio, satellite

4
New cards

Bandwidth

transmission rate

5
New cards

Packet switches

forward packets (chunks of data). Examples include: routers and switches

6
New cards

3 components of the internet

Hosts, communication links, packet switches

7
New cards

Internet

network of networks. Loosely hierarchical

8
New cards

Protocols

control sending and receiving of messages (ex: TCP, IP, HTTP, FTP, PPP)

9
New cards

RFC

Request for Coments

10
New cards

IETF

Internet Engineering Task Force

11
New cards

Protocols define 4 things:

  1. types of messages

  2. syntax of messages

  3. semantics of the messages

  4. rules associated with the messages

12
New cards

Network Edge

applications and hosts

13
New cards

Client/Server Model

Client host requests, receives service from server (ex: WWW client aka browser/server, email client/server

14
New cards

Peer to peer model

Host interaction is symmetric (ex: Napster, Gnutella, KaZaA, BitCoin)

15
New cards

UDP

User Datagram Protocol: Internet’s connectionless service (unreliable data transfer, no flow control, no congestion control)

16
New cards

TCP

Transmission Control Protocol: connection-oriented (like the telephone)

17
New cards

Apps using TCP

HTTP (www), FTP (file transfer), Telnet (remote login), SMTP (email)

18
New cards

Apps Using UDP

Streaming media, teleconferencing, Internet telephony

19
New cards

How to connect to end systems to edge router?

  1. Residential access nets (cable modem)

  2. Institutional access networks (school, company) - local area networks

  3. Mobile access networks

20
New cards

Physical media

Coax, fiber, and radio (wifi)

21
New cards

Circuit switching

dedicated circuit per call - telephone network. End-end resources reserved for “call”. Dedicated resources: no sharing. Dedicated path is established between sender and receiver.

Network resources divided into “pieces”, idle if not used, based on frequency division or time division.

22
New cards

Packet switching

data sent through network in discrete “chunks”. End-end resources divided into packets. Resource contention, allows more users to use network. Message is broekn into individual chunks called packets.

23
New cards

Datagram network

Destination address determines next hop.

Connectionless switching, path is not fixed, datagrams contain destination information and intermediary devices use this information to forward datagrams to right destination.

24
New cards

Virtual circuit network

Each pack carries tag (virtual circuit ID), tag determines next hop

connection-oriented switching. a prepared route is established before messages are sent.

25
New cards

National/international backbone providers (NBPs)

BBN/GTE, AT&T, IBM, UUNet. Interconnection (peer) with each other privately, or at public NAPs (network access point)

26
New cards

Regional ISPs

connect into NBPs

27
New cards

Local ISP

company, connect into regional ISPs

28
New cards

POP

point of presence

29
New cards

Internet Protocol Stack

Application, Transport, Network, Link, Physical

30
New cards

Application

supporting network applications. FTP, SMTP, HTTP

Message

31
New cards

Transport

host to host data transfer. TCP, UDP

Segment

32
New cards

Network

routing of datagrams from source to destination. IP, routing protocols

Datagram

33
New cards

Link

data transfer between neighboring network elements. PPP, ethernet

Frame

34
New cards

Physical

bits “on the wire”, “over the air”