CSEC 701 Computer Networks Review

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

1/30

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.

31 Terms

1
New cards

network

a set of devices connected by communication links

2
New cards

local area network LAN

priavtely owned and links the devices in a single office, building, or campus, is a direct connection (ethernet)

3
New cards

wide area network WAN

long distance transmission over large geographic areas, an indirect connection (internet)

4
New cards

open system interconnection OSI model 

framework for implementing protocols and networking components in seven distinct layer, not a working model, control passed down layers and then passed bottom up through next machine

5
New cards

TCP/IP

transmission control and internet protocol

6
New cards

IETF: internet engineering task force

architectural design of the internet software system, RFC internet standard, ICANN

7
New cards

application

supporting network applications (FTP, SMTP, IMAP)

8
New cards

transport

host-host date transfer (TCP, UDP)

9
New cards

network

routing of datagrams from source to destination (IP, routing protocols)

10
New cards

link

data transfer between neighboring network elements (PPP, Ethernet)

11
New cards

physical

bits “on the wire'“

12
New cards

how does the protocol work

when your application generates data, it gets broken into small units called packets, that are sent out with a packet header (new header is attached at each layer)

13
New cards

cable attack

new undersea threat is starting to reshape naval wars

14
New cards

layer 1: physical layer 

mechanical and electrical specification of the interface and transmission medium, procedures and functions that physical devices and interfaces have to perform

15
New cards

layer 2: data link layer

transforms the physical layer to a reliable lin

16
New cards

DL

hop-by-hop delivery

17
New cards

DL layer functions

data link control (LLC): communication between two adjacent nodes; media access control (MAC): how to share link among multiple devices

18
New cards

media access control(MAC)

single shared broadcast channel (collision) and multiple access protocol 

19
New cards

MAC address

48 bit address burned in the adapter ROM, administered by IEEE, manufacturer buys portion of MAC address space

20
New cards

ethernet

dominant wired LAN technology, shared medium wire, prone to collision

21
New cards

CSMA/CD

sense if the line is free, then transmit data; if collision is detected the devices stop transmission and send a jamming signal  

22
New cards

preamble

8 bytes: 7 with pattern 10101010, 1 byte with pattern 10101011; used to synchronize receiver and sender clock rates, serves as start-of -frame

23
New cards

addresses

6 bytes (48-bit each), if adapter receives frame with matching destination address, it passes data to network layer, otherwise the adapter discards the frame

24
New cards

promiscuous mode (ethernet frame)

allows listening to all frames 

25
New cards

type (ethernet frame)

indicates the higher layer protocol

26
New cards

data payload (ethernet frame)

46-1500 bytes

27
New cards

FCS (ethernet frame)

CRC Checksum, checked at receiver, if error is detected then the frame is simply dropped

28
New cards

minimum Ethernet frame length

chosen as 64 bytes for proper operation of CSMA/CD if upper layer data is less than 46 bytes than padding is needed

29
New cards

maximum ethernet frame length

1518 for the whole frame, to limit buffer memory requirements and to prevent monopolizing

30
New cards

maximum transmission unit MTU

size (in bytes) of the largest packet that a given layer of communications protocol can pass onwards, larger packets cause fragmentation 

31
New cards

length (type field in Ethernet II)

number of bytes in data field, if value is greater than 1536 that it is Ethernet II frame