Microsoft PowerPoint - 5-IP QoS features for TPS.ppt

Size: px
Start display at page:

Download "Microsoft PowerPoint - 5-IP QoS features for TPS.ppt"

Transcription

1 IP QoS features for TPS Feb Woo Young Jung R&D Center, Corecess Inc. Mail : wyjung@corecess.com Contents Table of Contents 1. Internet QoS 개요 2. Microscopic Tools 3. Macroscopic Tools 4. Case Study 5. Summary 22

2 Table of Contents 1.Internet QoS 개요 2. Microscopic Tools 3. Macroscopic Tools 4. Case Study 5. Summary 33 Internet QoS 개요 QoS 의개념? QoS (Quality of Service) is 특정한응용프로그램에필요한요구사항을만족하기위하여통신망자원의할당과운영에우선적인처리를하는것 종단간에 Flow별로요구조건이만족되도록하여야한다 궁극적으로이는 Biz Issue와직결되어있다 QoS Triangle Higher Price! 사용자 Well If Proved 통신사업자 Well I am not sure, yet More Profit! 장비업자 44

3 Internet QoS 개요 QoS vs CoS QoS end-to-end QoS per-flow CoS : per-hop A B D C QoS CoS 55 Internet QoS 개요 QoS 관련이슈들 어떻게구현할것인가? 트래픽 / 가입자별로얼마나 ( 성능 / 품질 ) 차이를둘것인가? L2/L3간의 Seamless QoS Mapping 요금정책및과금구조 운영비용및 OSS 사업자간 QoS Mapping 및요금정산 Traffic Engineering vs Traffic Management QoS Measurement (SLA) 66

4 Internet QoS 개요 Two IP QoS Approaches Big Pipes (Overprovisioning) Network Bandwidth 를충분히확보 Simple, but Expensive 심한 Congestion 상태에서는현실적대응불가 Not the ultimate solution Traffic Control Using diverse mechanism enhancing QoS Protocols: IntServ, DiffServ, MPLS, IEEE 802.1p/Q, Enabling Technologies: QoS methods, such as policing, shaping, etc. Complex, but less expensive. Coincides with the needs of network equipment vendors and Service Providers 77 Internet QoS 개요 QoS 의현상황 제조업체 라우터에 QoS 주요기능구현되어있음 QoS 기능을동작시키면성능저하가발생함. 통신사업자 대규모로본격적인서비스를제공하는상용망은없음 Access 망의고속화에따라 VoD 등의서비스를위해 QoS 기능을도입하려는경향은매우큼 사업자혹은국가적으로 Trial 단계 사용자 QoS 보장에대한요구는있음 가격의추가지불의지?? 88

5 Table of Contents 1. Internet QoS 개요 2.Microscopic Tools 3. Macroscopic Tools 4. Case Study 5. Summary 99 Microscopic Tools Per-Hop Packet Processing traffic stream Classification & Mapping Metering & Marking Policing & Queueing S/D IP Add, TCP/UDP Port Num, ToS, tr_tcm, DSCP WRED/SARED Scheduling WFQ Shaping Mapping traffic stream Packet rewriting 10 10

6 Microscopic Tools Per-Hop Packet Processing Edge node Classification/ Mapping Metering, Marking and Policing/Shaping Queue Manager Flow control, Policing/Shaping, Queueing/Scheduling, Marking/remarking Customer 1 Customer 2 Customer 3 Customer n Classifier Meter Marker Meter Marker Meter Marker flow 1 Shaper/Policer flow 2 Shaper/Policer flow m Shaper/Policer Queue Manager Queue 1 Queue 2 Queue 3 Queue 4 output port/interface i Core node Classification/ Mapping Queue Manager Flow control, Policing/Shaping, Queueing/Scheduling, Marking/remarking Classifier Queue Manager Queue 1 Queue 2 Queue 3 Queue Microscopic Tools Classification Packet Classification To identify packets to be of a certain class based on one or more fields in a packet Classify packets into groups with the same or similar QoS metrics Packets in a group are treated equally. Performed in Edge Routers. Core Routers use the result of classification in order to perform high-speed switching/routing. Why Packet Classification is Required? Simplify QoS schemes by handling all the traffic with the same or similar QoS requirements together. Criteria of Packet Classification Network internal criteria : MAC Add, IP Add, Port Num, etc. Network external criteria : Subscriber, Service type, etc 12 12

7 Microscopic Tools Classification L2 MAC Frame Format Ethernet Format (DIX 2.0/IEEE 802.3) Destination MAC Source MAC Type/ Length IP Datagram FCS 6B 6B 2B 4B IEEE 802.1p/Q Format and VLAN ID Destination MAC (6B) Source MAC (6B) TPID (2B) Pri (3b) CFI VLANID Type (1b) (12b) (2B) Data FCS (4B) MPLS over Ethernet Format QoS information is Tagged onto L2 MAC frame. Dst. MAC Src MAC Type (2B) Label (20b) Exp (3b) S 1b TTL (8b) Dst. MAC Src MAC Type (2B) IP Datagram FCS (4B) Microscopic Tools Classification IP Packet Format Ver H.Len Type of Service Total Length Identification Flags Fragment Offset Time To Live Protocol Header Checksum Source IP Address Destination IP Address IP Options Padding Data 14 14

8 Microscopic Tools Classification Type of service (ToS) Field Type of Service Prec D T R C U IP Precedence Field Precedence (3b) : classify a packet into 8 priority levels (RFC791) IP Prec Name Value 0 routine 1 priority 2 immediate 3 flash 4 flash-override 5 critical 6 internet 7 network Service Profile Selector Field D : Minimize Delay T : Maximize Throughput R : Maximize Reliability C : Minimize Cost U : Unused (MBZ: Must Be Zero) RFC 1349 Type of Service in the Internet Protocol Suite. DTR DTRC after RFC Microscopic Tools Classification Newly define the IP ToS Field DSCP field (6b) + CU field (2b) DS Field Prec D T R C U DSCP CU DS Field : 8 bits Used to select PHB Replace IPv4 ToS or IPv6 Traffic Class DSCP Field DSCP(DiffServ Code Point) Field : 6 bits 64 DSCPs xxx000 : backward compatible with IP Precedence (code selector) 32 DSCPs are reserved by IETF to map to standard PHBs. xxxxx0 remaining 32 DSCPs are used for local use or experimental use

9 Microscopic Tools Metering and Marking Definition Metering : to measure the incoming IP packet stream Marking : to mark packets green, yellow, red according to the metering result Metering Result Packet Stream Meter Marker Marked Packet Stream RFC2697 A Single Rate Three Color Marker RFC2698 A Two Rate Three Color Marker RFC2859 A Time Sliding Window Three Colour Marker (TSWTCM) RFC2963 A Rate Adaptive Shaper for Differentiated Services Microscopic Tools Single-Rate Three Color Marker RFC2697 Marking is based on CIR, CBS, and EBS sr-tcm Algorithm See next slide. Similar to the policing mechanism of Frame Relay. Useful for ingress policing Only the length of the burst, not bit rate, determines service eligibility. Operation Modes Color-Blind Mode Meter assumes that the packet stream is uncolored. Color-Aware Mode Meter assumes that some preceding entity has pre-colored the incoming packet stream

10 Microscopic Tools Two-Rate Three Color Marker RFC2698 Marking is based on CIR, PIR and CBS, PBS. tr-tcm Algorithm See next slide. Similar to the policing mechanism of ATM. Useful for ingress policing The bit rate, not burst length, determines service eligibility. A peak rate needs to be enforced separately from a committed rate. Operation Modes Color-Blind Mode Color-Aware Mode Microscopic Tools Queueing and Traffic control What is Traffic Control? The process to drop packets fairly to avoid the performance degradation due to network congestion. Why Traffic Control is Required? Since TCP composes most of network transmission. To resolve the performance degradation due to the global synchronization of TCP traffics due to buffer overflow (or tail drop). Flow Control Schemes Tail-Drop RED (Random Early Detection/Discard), WRED (Weighted RED) RIO (RED with In/Out), MRED (Multi-level RED), GRED (Generalized RED in Linux), SRED (Stablized RED), FRED (Flow RED) BLUE IBM, SARED (Shock Absorb RED) 20 20

11 Microscopic Tools Queueing and Traffic control TCP Slow Start and Congestion Avoidance Congestion Window Size(CWND) is initialized to 1 MSS(Maximum Segment Size). Whenever the sender receives ACK before timeout, If CWND Threshold CWND = 2 * CWND If CWND > Threshold CWND = CWND + 1 If Timeout occurs, Threshold = Threshold / 2 CWND = 1 MSS CWND Th Slow start 2. RTT 3. Congestion avoidance Liner increase Time Microscopic Tools Queueing and Traffic control Tail-Drop Mechanism Used in the traditional FIFO queueing Drops the packets arriving after queue becomes full Treats all traffic flows equally Global Synchronization All TCP connections reduce their transmission rate on crossing over the maximum queue size. The TCP connections increase their tx rate using the slow start and congestion avoidance. The TCP connections reduce their tx rate again. It makes the network traffic fluctuate. Queue Size Total Queue Time 22 22

12 Microscopic Tools Queueing and Traffic control Random Early Detection (RED) Queue 길이에따라 random 하게패킷을버림 d (k) 1 Drop Probability p max Selecting TH_max less than the max queue size degrades the whole performance. Should set TH_max as close to K as possible. 0 Th min Th max K k AQS AQS AQS Drops no packets Drop packets according to the Drop Function Drop all packets Microscopic Tools Queueing and Traffic control Weighted Random Early Detection (WRED) Traffic Class 별로다른확률로패킷을버림 Prob. Drop Probability 1 Pr Py Pg 0 Rmin Ymin Gmin Max.Q 24 24

13 Microscopic Tools Policing/Rate Limiting Policing/Rate limiting 계약된 Bandwidth 이상의패킷을버림 B/W offered traffic B/W rate-limited traffic limiting target traffic rate 0 T 0 T Rate limiting in an input port N Rate limiting in an output port N Microscopic Tools Rate Shaping Rate Shaping 순간적으로계약된 Bandwidth 이상으로입력되는패킷을버퍼에담아두어일정한완충효과를줌. shaping B/W offered traffic B/W buffered target traffic rate rate-shaped traffic 0 T 0 T 26 26

14 Microscopic Tools Scheduling Scheduling Queue에담긴여러개의flow중출력링크로다음에어떤패킷을전송할것인가를정하는절차 FIFO 입력순서대로출력되는단일한 Queue로구성 Strict Priority queueing 우선순위가정해진여러개의 FIFO Queue 로구성 단순하지만낮은순위의트래픽에불이익이너무큼 (starvation) Weighted Round Robin 서비스 Round 당모든 Queue 는적어도한번은서비스를받음 고정길이패킷에적당 Weighted Fair Queueing 정해진 bandwidth 에적절하게링크를사용할수있음 가변길이패킷에적용가능 Microscopic Tools Scheduling - WFQ Proposed by Lixia Zhang et al. in 1989 Designed to resolve the Problem of Fair Queueing Supports flows with different bandwidth requirements Assigns bandwidth fairly to variable-length packets by approximating to the GPS System WFQ Operation Scheduler assigns the finish time to each packet and serves packets based on the finish time The finish time is computed based on the output port speed, number of active queues, weight assigned to each queue, and packet length Scheduler

15 Table of Contents 1. Internet QoS 개요 2. Microscopic Tools 3.Macroscopic Tools 4. Case Study 5. Summary Macroscopic Tools QoS Network Architecture NMS OSS Policy Measurement AAA Billing A B D C RSVP DiffServ 30 30

16 Macroscopic Tools Integrated Service (IntServ) End-to-end flow 기반의 QoS를위한서비스정의 Queue에담긴여러개의flow중출력링크로다음에어떤패킷을전송할것인가를정하는절차 Application Class Applications Real Time Elastic Tolerant Intolerant Service Models Controlled-Load Service Guaranteed Service Macroscopic Tools RSVP 개별 flow별로 Router에자원을할당하기위한시그날링프로토콜 Receiver 기반의프로토콜 Soft-State를통한flexibility 보유 MPLS Traffic Engineering을위해사용됨 RSVP-TE A PATH Message B D C RESV Message 32 32

17 Macroscopic Tools Differentiated Service (DiffServ) IntServ의 Scalability Problem을극복하기위하여도입됨개별 flow단위의제어가아닌 flow group (Class) 단위의처리 Service type Expedited Forwarding (EF) PHB: DSCP = Assured Forwarding (AF) PHB Best Effort: DSCP = DSCP Values for each AF PHB Group DS Field DSCP CU DSCP Field 분류 순위 Class 1 Class 2 Class 3 Class 4 Drop precedence 1 low Drop precedence 2 medium Drop precedence 3 high Macroscopic Tools DiffServ Architecture DS Boundary ㅇ MF Cassification ㅇ Traffic Conditioning ㅇ Admission Control DS Interior ㅇ BA Cassification ㅇ PHB Support ㅇ Queue Mngt/Scheduling 34 34

18 Macroscopic Tools MPLS Traffic Engineering & QoS MPLS Traffic Engineering 네트웍자원의효율적인이용을위해도입 최초도입은 QoS 와무관 Routing Protocol 에의한 Shortest Path 와 Flow Path (LSP) 를분리 Macroscopic Tools MPLS Traffic Engineering & QoS MPLS TE and IntServ LSP can be set up by RSVP Class 별로 QoS 요구를고려한서로다른 LSP 의구성이가능하다 RSVP 는 LSP 별로필요한자원을 Router 에예약한다 A RSVP Path MPLS LSP RSVP Path B 36 36

19 Macroscopic Tools MPLS Traffic Engineering & QoS MPLS TE and DiffServ 방법 1: Label 과 EXP field 에 DSCP 를 mapping 한다 (Label-inferred LSP) 방법 2: EXP field 에 DSCP 를 mapping 한다 (EXP-inferred LSP) Next-hop Context Next-hop Context Label (20bits) EXP (3bits) QoS Context Policing/Marking Queueing Scheduling Label (20bits) EXP (3bits) QoS Context Policing/Marking Queueing Scheduling Label-inferred LSP EXP-inferred LSP Macroscopic Tools QoS Routing 현재의 Routing Protocol Single Metric Shortest Path Routing Destination IP address 기반 현재의 Routing protocol 의문제점 네트웍자원을효율적으로사용하지못함 트래픽패턴의변화에대해탄력적으로대응할수없다 ( 망설계?) QoS Routing Service Class 에따라 Forwarding Path 를달리선정함 QoS Routing Issue 네트웍의 QoS 자원의현황을파악하는것이어려움 현재연구단계로서적용된상용망없음 Routing Protocol Deployment 는매우보수적인영역이라향후도입전망불투명 QoS Routing vs MPLS Traffic Engineering??????? 38 38

20 Macroscopic Tools Measurement 의의 SLA 만족을위해 Performance Measurement 가매우중요함 방법 Polling of Network Equipment Active Probing of Flow-path Ping Traceroute 문제점 : 여러개의 Service Class에대한flow-path상태를모두파악할수없음 Core node Classification/ Mapping Queue Manager Flow control, Policing/Shaping, Queueing/Scheduling, Marking/remarking Classifier Ping Queue Manager Queue 1 Queue 2 Queue 3 Queue Macroscopic Tools Policy-based Control Policy Combination of rules and services, where the rules define the criteria for access to various network services and their associated level of resource consumption Policy Decision Point (PDP) Network element where policy decisions are made Policy Enforcement Point (PEP) Network element where policy decisions are enforced Policy Decision Point COPS Protocol Topology and Policy DB Policy Enforcement Point RSVP Processor Admission Control System AAA server RSVP Reservation RSVP Reservation 40 40

21 Macroscopic Tools Billing Billing Model Flat Rate Bandwidth-based Data-based (Usage-based) 가격정책은가입자 QoS와직결된다 Premium service와 best-effort service간의품질차이유지기준은? 다음의경우에대한망운영정책은? 1등급가입자와 3등급가입자간의 VoIP 통화시 Table of Contents 1. Internet QoS 개요 2. Microscopic Tools 3. Macroscopic Tools 4.Case Study 5. Summary 42 42

22 Case Study Multihop Simulation (RFC 2598) RFC 2598: An Expedited Forwarding PHB Multihop 환경에서 DiffServ Expedited Forwarding PHB Simulation 포함 Case Study Multihop Simulation (RFC 2598) 1500 Byte Packet Variation in Jitter with number of EF flows: Service/arrival rate = 1.06, subscription rate = 56Kbps (All values given as % of subscribed rate) 44 44

23 Case Study Multihop Simulation (RFC 2598) 1500 Byte Packet Variation in Jitter of EF flows: Service/arrival rate varies, subscription rate = 56Kbps 8 flow aggregate Case Study Global Crossing (US Provider) Service Class Premium/Assured/Best effort Operation 원칙 MPLS Traffic Protection 적용 (Backup route pre-setup): Q ~ Traffic Engineering >Traffic management 50% 이하의부하로운영 46 46

24 Case Study Global Crossing (US Provider) Measured Performance Coast-to-Coast Round-trip Delay < 80ms Jitter < 2ms ITU-T G.114 Delay Recommendation Case Study GÉANT: Pan-European Exp. GÉANT 유럽 30 개국을연결하는연구망 2001 년 12 월에운영시작 Core Network 속도 : 2.5 ~ 10Gbps GÉANT Premium IP Service Model Based on Diffserv EF PHB Architecture 링크용량의 5~10% 가 Premium IP 서비스에할당됨. 초기에는 H.323 Videoconferencing으로시험시작 Juniper M160 Router 사용 Traffic Class: Premium/Best effort/signalling & Control WRR Scheduling: Premium (90%)/Best effort (5%) /Signalling & Control (5%) 48 48

25 Case Study GÉANT: Pan-European Exp Case Study GÉANT: Pan-European Exp

26 Case Study GÉANT: Pan-European Exp Summary Internet QoS는기술적인측면와사업적측면이결합된복잡한이슈다. Router내에서구현되는 QoS기술은 Classification, Metering/Marking, Queueing, Scheduling등이있다. 전체네트웍차원에서이루어지는 QoS기술은 IntServ, DiffServ, MPLS Traffic Engineering, QoS Routing등이있다. 운영 / 사업측면에서는품질측정, 과금, 정책기반제어등의운영체제가있어야한다. QoS기반의차별적인서비스를제공하는상용망은아직없으나 Trial Service 차원의검증은부분적으로이루어지고있다. Access 망의고속화로인한 VoD 등의신규서비스 (TPS) 의활성화는 QoS 의도입을촉진할것으로판단된다

歯이시홍).PDF

歯이시홍).PDF cwseo@netsgo.com Si-Hong Lee duckling@sktelecom.com SK Telecom Platform - 1 - 1. Digital AMPS CDMA (IS-95 A/B) CDMA (cdma2000-1x) IMT-2000 (IS-95 C) ( ) ( ) ( ) ( ) - 2 - 2. QoS Market QoS Coverage C/D

More information

TCP.IP.ppt

TCP.IP.ppt TCP/IP TCP/IP TCP/IP TCP/IP TCP/IP Internet Protocol _ IP Address Internet Protocol _ Subnet Mask Internet Protocol _ ARP(Address Resolution Protocol) Internet Protocol _ RARP(Reverse Address Resolution

More information

UDP Flooding Attack 공격과 방어

UDP Flooding Attack 공격과 방어 황 교 국 (fullc0de@gmail.com) SK Infosec Co., Inc MSS Biz. Security Center Table of Contents 1. 소개...3 2. 공격 관련 Protocols Overview...3 2.1. UDP Protocol...3 2.2. ICMP Protocol...4 3. UDP Flood Test Environment...5

More information

歯A1.1함진호.ppt

歯A1.1함진호.ppt The Overall Architecture of Optical Internet ETRI ? ? Payload Header Header Recognition Processing, and Generation A 1 setup 1 1 C B 2 2 2 Delay line Synchronizer New Header D - : 20Km/sec, 1µsec200 A

More information

TTA Verified : HomeGateway :, : (NEtwork Testing Team)

TTA Verified : HomeGateway :, : (NEtwork Testing Team) TTA Verified : HomeGateway :, : (NEtwork Testing Team) : TTA-V-N-05-006-CC11 TTA Verified :2006 6 27 : 01 : 2005 7 18 : 2/15 00 01 2005 7 18 2006 6 27 6 7 9 Ethernet (VLAN, QoS, FTP ) (, ) : TTA-V-N-05-006-CC11

More information

°í¼®ÁÖ Ãâ·Â

°í¼®ÁÖ Ãâ·Â Performance Optimization of SCTP in Wireless Internet Environments The existing works on Stream Control Transmission Protocol (SCTP) was focused on the fixed network environment. However, the number of

More information

Chapter11OSPF

Chapter11OSPF OSPF 111 OSPF Link state Interior Gateway Protocol OSPF 1988 IETF OSPF workgroup OSPF RFC 2383 version 2 Chapter OSPF Version 2 OSPFIGP AS 1 1111 Convergence Traffic Distance Vector Link state OSPF (Flooding),

More information

SLA QoS

SLA QoS SLA QoS 2002. 12. 13 Email: really97@postech.ac.kr QoS QoS SLA POS-SLMS (-Service Level Monitoring System) SLA (Service Level Agreement) SLA SLA TM Forum SLA QoS QoS SLA SLA QoS QoS SLA POS-SLMS ( Service

More information

Microsoft Word doc

Microsoft Word doc TCP/IP 구조 1. I.P 구조설명 2. ARP 구조설명 3. TCP 구조설명 4. UDT 구조설명 5. RIP 구조설명 6. BOOTP 구조설명 7. TFTP 구조설명 destination addr source addr type data CRC 6 6 2 46-1500 4 type 0X0800 IP datagram 2 46-1500 type 0X0806

More information

SMB_ICMP_UDP(huichang).PDF

SMB_ICMP_UDP(huichang).PDF SMB(Server Message Block) UDP(User Datagram Protocol) ICMP(Internet Control Message Protocol) SMB (Server Message Block) SMB? : Microsoft IBM, Intel,. Unix NFS. SMB client/server. Client server request

More information

chapter4

chapter4 Basic Netw rk 1. ก ก ก 2. 3. ก ก 4. ก 2 1. 2. 3. 4. ก 5. ก 6. ก ก 7. ก 3 ก ก ก ก (Mainframe) ก ก ก ก (Terminal) ก ก ก ก ก ก ก ก 4 ก (Dumb Terminal) ก ก ก ก Mainframe ก CPU ก ก ก ก 5 ก ก ก ก ก ก ก ก ก ก

More information

bn2019_2

bn2019_2 arp -a Packet Logging/Editing Decode Buffer Capture Driver Logging: permanent storage of packets for offline analysis Decode: packets must be decoded to human readable form. Buffer: packets must temporarily

More information

PBNM CIM(Common Information Model) DEN, COPS LDAP 21 CIM (Common Information Model) CIM, specification schema [7]

PBNM CIM(Common Information Model) DEN, COPS LDAP 21 CIM (Common Information Model) CIM, specification schema [7] (Policy-Based Network Management Technology) ((ksok, dsyun)@ktcokr) PBNM CIM(Common Information Model) DEN, COPS LDAP 21 CIM (Common Information Model) CIM, specification schema [7] 1 CIM core model hierarchy

More information

歯I-3_무선통신기반차세대망-조동호.PDF

歯I-3_무선통신기반차세대망-조동호.PDF KAIST 00-03-03 / #1 1. NGN 2. NGN 3. NGN 4. 5. 00-03-03 / #2 1. NGN 00-03-03 / #3 1.1 NGN, packet,, IP 00-03-03 / #4 Now: separate networks for separate services Low transmission delay Consistent availability

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 논문 10-35-03-03 한국통신학회논문지 '10-03 Vol. 35 No. 3 원활한 채널 변경을 지원하는 효율적인 IPTV 채널 관리 알고리즘 준회원 주 현 철*, 정회원 송 황 준* Effective IPTV Channel Control Algorithm Supporting Smooth Channel Zapping HyunChul Joo* Associate

More information

Multimedia PC Mobile Multimedia terminal Mixed( + + ) service Overlay - TSR, TES, WDM, etc -, / Multiaccess Business Model - any media, but the same service - Open, Service Portability -PSTN/IN/Internet

More information

/ TV 80 () DAB 2001 2002 2003 2004 2005 2010 Analog/Digital CATV Services EPG TV ( 60 ) TV ( Basic, Tier, Premiums 60 ) VOD Services Movies In Demand ( 20 ) Education N- VOD (24 ) Digital Music

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Reasons for Poor Performance Programs 60% Design 20% System 2.5% Database 17.5% Source: ORACLE Performance Tuning 1 SMS TOOL DBA Monitoring TOOL Administration TOOL Performance Insight Backup SQL TUNING

More information

example code are examined in this stage The low pressure pressurizer reactor trip module of the Plant Protection System was programmed as subject for

example code are examined in this stage The low pressure pressurizer reactor trip module of the Plant Protection System was programmed as subject for 2003 Development of the Software Generation Method using Model Driven Software Engineering Tool,,,,, Hoon-Seon Chang, Jae-Cheon Jung, Jae-Hack Kim Hee-Hwan Han, Do-Yeon Kim, Young-Woo Chang Wang Sik, Moon

More information

歯김병철.PDF

歯김병철.PDF 3G IETF byckim@mission.cnu.ac.kr kckim@konkuk.ac.kr Mobile IP WG Seamoby WG ROHC WG 3G IETF 3G IETF Mobile IP WG 3GIP Seamoby WG ROHC WG MIP WG / NAI Mobile IP / AAA IPv4 / MIP WG RFC2002bis MIPv6 INRIA

More information

1217 WebTrafMon II

1217 WebTrafMon II (1/28) (2/28) (10 Mbps ) Video, Audio. (3/28) 10 ~ 15 ( : telnet, ftp ),, (4/28) UDP/TCP (5/28) centralized environment packet header information analysis network traffic data, capture presentation network

More information

SRC PLUS 제어기 MANUAL

SRC PLUS 제어기 MANUAL ,,,, DE FIN E I N T R E A L L O C E N D SU B E N D S U B M O TIO

More information

ARMBOOT 1

ARMBOOT 1 100% 2003222 : : : () PGPnet 1 (Sniffer) 1, 2,,, (Sniffer), (Sniffer),, (Expert) 3, (Dashboard), (Host Table), (Matrix), (ART, Application Response Time), (History), (Protocol Distribution), 1 (Select

More information

Subnet Address Internet Network G Network Network class B networ

Subnet Address Internet Network G Network Network class B networ Structure of TCP/IP Internet Internet gateway (router) Internet Address Class A Class B Class C 0 8 31 0 netid hostid 0 16 31 1 0 netid hostid 0 24 31 1 1 0 netid hostid Network Address : (A) 1 ~ 127,

More information

20040131_장관보고자료

20040131_장관보고자료 Flow-based Managed IP Solution -QSS 1 BcN 2 Corporate/ & High-End SMEs SME Residential Personal 3 BcN IT Contents Service Softswitch Call control QoS Manager MPLS-based Connections Managed IP Network Access

More information

Network seminar.key

Network seminar.key Intro to Network .. 2 4 ( ) ( ). ?!? ~! This is ~ ( ) /,,,???? TCP/IP Application Layer Transfer Layer Internet Layer Data Link Layer Physical Layer OSI 7 TCP/IP Application Layer Transfer Layer 3 4 Network

More information

歯최덕재.PDF

歯최덕재.PDF ISP Monitoring Tool OSPF SNMP, Metric MIB OSPFECMP 1 11 [6], Metric ISP(Internet Service Provider) Monitoring Tool, [5] , (Network Management System) SNMP ECMP Cost OSPF ECMP IGP(Interior Gateway Protocol)

More information

PowerChute Personal Edition v3.1.0 에이전트 사용 설명서

PowerChute Personal Edition v3.1.0 에이전트 사용 설명서 PowerChute Personal Edition v3.1.0 990-3772D-019 4/2019 Schneider Electric IT Corporation Schneider Electric IT Corporation.. Schneider Electric IT Corporation,,,.,. Schneider Electric IT Corporation..

More information

untitled

untitled 1... 2 System... 3... 3.1... 3.2... 3.3... 4... 4.1... 5... 5.1... 5.2... 5.2.1... 5.3... 5.3.1 Modbus-TCP... 5.3.2 Modbus-RTU... 5.3.3 LS485... 5.4... 5.5... 5.5.1... 5.5.2... 5.6... 5.6.1... 5.6.2...

More information

untitled

untitled CLEBO PM-10S / PM-10HT Megapixel Speed Dome Camera 2/39 3/39 4/39 5/39 6/39 7/39 8/39 ON ON 1 2 3 4 5 6 7 8 9/39 ON ON 1 2 3 4 10/39 ON ON 1 2 3 4 11/39 12/39 13/39 14/39 15/39 Meg gapixel Speed Dome Camera

More information

Switching

Switching Switching 강의의목표 Switching/Switching Network의필요성을이해한다. 세가지대표적교환기술에열거하고그차이를설명할수있다. 각교환기술의장, 단점을비교하여설명할수있다. Packet Switching 에서 Fairness 문제와 Pipelining 을 패킷크기와연계하여설명할수있다. Soft Switch 개념을이해하고설명할수있다. 교재 Chapter

More information

정보기술응용학회 발표

정보기술응용학회 발표 , hsh@bhknuackr, trademark21@koreacom 1370, +82-53-950-5440 - 476 - :,, VOC,, CBML - Abstract -,, VOC VOC VOC - 477 - - 478 - Cost- Center [2] VOC VOC, ( ) VOC - 479 - IT [7] Knowledge / Information Management

More information

BGP AS AS BGP AS BGP AS 65250

BGP AS AS BGP AS BGP AS 65250 BGP AS 65000 AS 64500 BGP AS 65500 BGP AS 65250 0 7 15 23 31 BGP Message 16byte Marker 2byte Length, 1byte Type. Marker : BGP Message, BGP Peer.Message Type Open Marker 1.. Length : BGP Message,

More information

[ 네트워크 1] 3 주차 1 차시. IPv4 주소클래스 3 주차 1 차시 IPv4 주소클래스 학습목표 1. IP 헤더필드의구성을파악하고요약하여설명할수있다. 2. Subnet ID 및 Subnet Mask 를설명할수있고, 각클래스의사용가능한호스트수와사설 IP 주소및네트

[ 네트워크 1] 3 주차 1 차시. IPv4 주소클래스 3 주차 1 차시 IPv4 주소클래스 학습목표 1. IP 헤더필드의구성을파악하고요약하여설명할수있다. 2. Subnet ID 및 Subnet Mask 를설명할수있고, 각클래스의사용가능한호스트수와사설 IP 주소및네트 3 주차 1 차시 IPv4 주소클래스 학습목표 1. IP 헤더필드의구성을파악하고요약하여설명할수있다. 2. Subnet ID 및 Subnet Mask 를설명할수있고, 각클래스의사용가능한호스트수와사설 IP 주소및네트워크주소와 브로드캐스트주소를설명할수있다. 학습내용 1 : IP 헤더필드구성 1. Network Layer Fields 2. IP 헤더필드의구성 1)

More information

OPCTalk for Hitachi Ethernet 1 2. Path. DCOMwindow NT/2000 network server. Winsock update win95. . . 3 Excel CSV. Update Background Thread Client Command Queue Size Client Dynamic Scan Block Block

More information

FMX M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2

FMX M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2 FMX FMX 20062 () wwwexellencom sales@exellencom () 1 FMX 1 11 5M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2 FMX FMX D E (one

More information

제20회_해킹방지워크샵_(이재석)

제20회_해킹방지워크샵_(이재석) IoT DDoS DNS (jaeseog@sherpain.net) (www.sherpain.net) DDoS DNS DDoS / DDoS(Distributed DoS)? B Asia Broadband B Bots connect to a C&C to create an overlay network (botnet) C&C Provider JP Corp. Bye Bye!

More information

2005 2004 2003 2002 2001 2000 Security Surveillance Ubiquitous Infra Internet Infra Telematics Security Surveillance Telematics Internet Infra Solutions Camera Site (NETWORK) Monitoring & Control

More information

슬라이드 제목 없음

슬라이드 제목 없음 2006-11-02 경북대학교컴퓨터공학과 1 제 8 장인터넷프로토콜 : IP 데이터그램 단편화 검사합 옵션 IP 설계 IP 프로토콜 2006-11-02 경북대학교컴퓨터공학과 2 2006-11-02 경북대학교컴퓨터공학과 3 네트워크계층프로토콜 IP (Internet Protocol) TCP/UDP 세그먼트를받아서패킷별로경로선택 ICMP (Internet Control

More information

Microsoft PowerPoint - 2.Catalyst Switch Intrastructure Protection_이충용_V1 0.ppt [호환 모드]

Microsoft PowerPoint - 2.Catalyst Switch Intrastructure Protection_이충용_V1 0.ppt [호환 모드] Catalyst Switch Infrastructure Protection Cisco Systems Korea SE 이충용 (choolee@cisco.com) Overview DoS (Denial of Service) 공격대상 - Server Resource - Network Resource - Network devices (Routers, Firewalls

More information

ETL_project_best_practice1.ppt

ETL_project_best_practice1.ppt ETL ETL Data,., Data Warehouse DataData Warehouse ETL tool/system: ETL, ETL Process Data Warehouse Platform Database, Access Method Data Source Data Operational Data Near Real-Time Data Modeling Refresh/Replication

More information

歯홍원기.PDF

歯홍원기.PDF WWW (World-Wide Web), 1, 1969 ARPANET[1], MRTG[2], Etherfind[3],, WWW TCPdump[4], WebTrafMon[5] (World-Wide Web) WWW MIB SNMP agent SNMP manager,, SNMP agent SNMP manager , NT manager, [8], WebTrafMon[5]

More information

<3130C0E5>

<3130C0E5> Redundancy Adding extra bits for detecting or correcting errors at the destination Types of Errors Single-Bit Error Only one bit of a given data unit is changed Burst Error Two or more bits in the data

More information

<313630313032C6AFC1FD28B1C7C7F5C1DF292E687770>

<313630313032C6AFC1FD28B1C7C7F5C1DF292E687770> 양성자가속기연구센터 양성자가속기 개발 및 운영현황 DOI: 10.3938/PhiT.25.001 권혁중 김한성 Development and Operational Status of the Proton Linear Accelerator at the KOMAC Hyeok-Jung KWON and Han-Sung KIM A 100-MeV proton linear accelerator

More information

ecorp-프로젝트제안서작성실무(양식3)

ecorp-프로젝트제안서작성실무(양식3) (BSC: Balanced ScoreCard) ( ) (Value Chain) (Firm Infrastructure) (Support Activities) (Human Resource Management) (Technology Development) (Primary Activities) (Procurement) (Inbound (Outbound (Marketing

More information

The Self-Managing Database : Automatic Health Monitoring and Alerting

The Self-Managing Database : Automatic Health Monitoring and Alerting The Self-Managing Database : Automatic Health Monitoring and Alerting Agenda Oracle 10g Enterpirse Manager Oracle 10g 3 rd Party PL/SQL API Summary (Self-Managing Database) ? 6% 6% 12% 55% 6% Source: IOUG

More information

CD-RW_Advanced.PDF

CD-RW_Advanced.PDF HP CD-Writer Program User Guide - - Ver. 2.0 HP CD-RW Adaptec Easy CD Creator Copier, Direct CD. HP CD-RW,. Easy CD Creator 3.5C, Direct CD 3.0., HP. HP CD-RW TEAM ( 02-3270-0803 ) < > 1. CD...3 CD...5

More information

T100MD+

T100MD+ User s Manual 100% ) ( x b a a + 1 RX+ TX+ DTR GND TX+ RX+ DTR GND RX+ TX+ DTR GND DSR RX+ TX+ DTR GND DSR [ DCE TYPE ] [ DCE TYPE ] RS232 Format Baud 1 T100MD+

More information

Chap06(Interprocess Communication).PDF

Chap06(Interprocess Communication).PDF Interprocess Communication 2002 2 Hyun-Ju Park Introduction (interprocess communication; IPC) IPC data transfer sharing data event notification resource sharing process control Interprocess Communication

More information

` Companies need to play various roles as the network of supply chain gradually expands. Companies are required to form a supply chain with outsourcing or partnerships since a company can not

More information

15_3oracle

15_3oracle Principal Consultant Corporate Management Team ( Oracle HRMS ) Agenda 1. Oracle Overview 2. HR Transformation 3. Oracle HRMS Initiatives 4. Oracle HRMS Model 5. Oracle HRMS System 6. Business Benefit 7.

More information

Manufacturing6

Manufacturing6 σ6 Six Sigma, it makes Better & Competitive - - 200138 : KOREA SiGMA MANAGEMENT C G Page 2 Function Method Measurement ( / Input Input : Man / Machine Man Machine Machine Man / Measurement Man Measurement

More information

APOGEE Insight_KR_Base_3P11

APOGEE Insight_KR_Base_3P11 Technical Specification Sheet Document No. 149-332P25 September, 2010 Insight 3.11 Base Workstation 그림 1. Insight Base 메인메뉴 Insight Base Insight Insight Base, Insight Base Insight Base Insight Windows

More information

Slide 1

Slide 1 Clock Jitter Effect for Testing Data Converters Jin-Soo Ko Teradyne 2007. 6. 29. 1 Contents Noise Sources of Testing Converter Calculation of SNR with Clock Jitter Minimum Clock Jitter for Testing N bit

More information

김기남_ATDC2016_160620_[키노트].key

김기남_ATDC2016_160620_[키노트].key metatron Enterprise Big Data SKT Metatron/Big Data Big Data Big Data... metatron Ready to Enterprise Big Data Big Data Big Data Big Data?? Data Raw. CRM SCM MES TCO Data & Store & Processing Computational

More information

Microsoft PowerPoint - L4-7Switch기본교육자료.ppt

Microsoft PowerPoint - L4-7Switch기본교육자료.ppt L4-7 Switch 기본교육자료 Pumpkin Networks. Inc. http://www.pumpkinnet.co.kr (Tel) 02-3280-9380 (Fax) 02-3280-9382 info@pumpkinnet.co.kr 기본개념 L4/L7 Switch 란? -2- 기본개념 - Switching & Routing Switching & Routing

More information

Future direction of NMS

Future direction of NMS Future Direction of Network and Service Management : Telco s Perspective 2006.10.19~20 Jae Hyoung Yoo KT Network Technology Laboratory Page No. - 1 Page 1 Overview 1. The Need for More Advanced Network

More information

untitled

untitled + T (1) T (1) T (0) T (1) T (0) T (0) T (1) 1 2 3 4 13 14 15 Data In + Data Out 1 T (1) 4 2 (exclusive OR) : + Media Access Protocol Cycle(240ms) Even Frame (120ms) Odd Frame (120ms) M V Voice M V Voice

More information

歯III-2_VPN-김이한.PDF

歯III-2_VPN-김이한.PDF VPN 2000. 2. 23 yihan@kt.co.kr kr VPN 2 (1) (Private WAN) ( Virtual Private Networks ) Headquarters Public Network VPN Telecommuter Branch Office Mobile Worker 3 4 VPN VPN ( ) / Outsourcing Outsourcing

More information

Backup Exec

Backup Exec (sjin.kim@veritas.com) www.veritas veritas.co..co.kr ? 24 X 7 X 365 Global Data Access.. 100% Storage Used Terabytes 9 8 7 6 5 4 3 2 1 0 2000 2001 2002 2003 IDC (TB) 93%. 199693,000 TB 2000831,000 TB.

More information

ARQ (Automatic Repeat reQuest)

ARQ (Automatic Repeat reQuest) ARQ (Automatic Repeat request) Error in Computer Network Error in Communication: 보낸것과받은것이다른것 different Binary Channel Models Binary Channel 이란송신자 0 과 의두가지 Symbol 만을전송하는채널 Binary Symmetric Channel Binary

More information

Gray level 변환 및 Arithmetic 연산을 사용한 영상 개선

Gray level 변환 및 Arithmetic 연산을 사용한 영상 개선 Point Operation Histogram Modification 김성영교수 금오공과대학교 컴퓨터공학과 학습내용 HISTOGRAM HISTOGRAM MODIFICATION DETERMINING THRESHOLD IN THRESHOLDING 2 HISTOGRAM A simple datum that gives the number of pixels that a

More information

슬라이드 제목 없음

슬라이드 제목 없음 2006-09-27 경북대학교컴퓨터공학과 1 제 5 장서브넷팅과슈퍼넷팅 서브넷팅 (subnetting) 슈퍼넷팅 (Supernetting) 2006-09-27 경북대학교컴퓨터공학과 2 서브넷팅과슈퍼넷팅 서브넷팅 (subnetting) 하나의네트워크를여러개의서브넷 (subnet) 으로분할 슈퍼넷팅 (supernetting) 여러개의서브넷주소를결합 The idea

More information

solution map_....

solution map_.... SOLUTION BROCHURE RELIABLE STORAGE SOLUTIONS ETERNUS FOR RELIABILITY AND AVAILABILITY PROTECT YOUR DATA AND SUPPORT BUSINESS FLEXIBILITY WITH FUJITSU STORAGE SOLUTIONS kr.fujitsu.com INDEX 1. Storage System

More information

Microsoft PowerPoint - ch03ysk2012.ppt [호환 모드]

Microsoft PowerPoint - ch03ysk2012.ppt [호환 모드] 전자회로 Ch3 iode Models and Circuits 김영석 충북대학교전자정보대학 2012.3.1 Email: kimys@cbu.ac.kr k Ch3-1 Ch3 iode Models and Circuits 3.1 Ideal iode 3.2 PN Junction as a iode 3.4 Large Signal and Small-Signal Operation

More information

(Exposure) Exposure (Exposure Assesment) EMF Unknown to mechanism Health Effect (Effect) Unknown to mechanism Behavior pattern (Micro- Environment) Re

(Exposure) Exposure (Exposure Assesment) EMF Unknown to mechanism Health Effect (Effect) Unknown to mechanism Behavior pattern (Micro- Environment) Re EMF Health Effect 2003 10 20 21-29 2-10 - - ( ) area spot measurement - - 1 (Exposure) Exposure (Exposure Assesment) EMF Unknown to mechanism Health Effect (Effect) Unknown to mechanism Behavior pattern

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 무선 센서 네트워크 환경에서 링크 품질에 기반한 라우팅에 대한 효과적인 싱크홀 공격 탐지 기법 901 무선 센서 네트워크 환경에서 링크 품질에 기반한 라우팅에 대한 효과적인 싱크홀 공격 탐지 기법 (A Effective Sinkhole Attack Detection Mechanism for LQI based Routing in WSN) 최병구 조응준 (Byung

More information

1.LAN의 특징과 각종 방식

1.LAN의 특징과 각종 방식 0 Chapter 1. LAN I. LAN 1. - - - - Switching - 2. LAN - (Topology) - (Cable) - - 2.1 1) / LAN - - (point to point) 2) LAN - 3) LAN - 2.2 1) Bound - - (Twisted Pair) - (Coaxial cable) - (Fiber Optics) 1

More information

untitled

untitled CAN BUS RS232 Line Ethernet CAN H/W FIFO RS232 FIFO IP ARP CAN S/W FIFO TERMINAL Emulator COMMAND Interpreter ICMP TCP UDP PROTOCOL Converter TELNET DHCP C2E SW1 CAN RS232 RJ45 Power

More information

ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O

ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O Orange for ORACLE V4.0 Installation Guide ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE...1 1....2 1.1...2 1.2...2 1.2.1...2 1.2.2 (Online Upgrade)...11 1.3 ORANGE CONFIGURATION ADMIN...12 1.3.1 Orange Configuration

More information

<4D F736F F D20B1E8C8BFBCBA2DBFB5B3B2B4EB2E646F63>

<4D F736F F D20B1E8C8BFBCBA2DBFB5B3B2B4EB2E646F63> MPLS 망에서의 QoS 보장형서비스제공을위한 DiffServ-aware-MPLS 연결관리기능연구 김효성, 김영탁 영남대학교대학원정보통신공학과 tear121@yumail.ac.kr, ytkim@yu.ac.kr 요 약 차세대인터넷에서는 QoS(Quality of Service) 보장형서비스와차별화서비스가제공되어야하며, 이를위한기반기술로 DiffServ(Differentiated

More information

6주차.key

6주차.key 6, Process concept A program in execution Program code PCB (process control block) Program counter, registers, etc. Stack Heap Data section => global variable Process in memory Process state New Running

More information

untitled

untitled Push... 2 Push... 4 Push... 5 Push... 13 Push... 15 1 FORCS Co., LTD A Leader of Enterprise e-business Solution Push (Daemon ), Push Push Observer. Push., Observer. Session. Thread Thread. Observer ID.

More information

Intra_DW_Ch4.PDF

Intra_DW_Ch4.PDF The Intranet Data Warehouse Richard Tanler Ch4 : Online Analytic Processing: From Data To Information 2000. 4. 14 All rights reserved OLAP OLAP OLAP OLAP OLAP OLAP is a label, rather than a technology

More information

DW 개요.PDF

DW 개요.PDF Data Warehouse Hammersoftkorea BI Group / DW / 1960 1970 1980 1990 2000 Automating Informating Source : Kelly, The Data Warehousing : The Route to Mass Customization, 1996. -,, Data .,.., /. ...,.,,,.

More information

7. TCP

7. TCP 7. TCP 최양희서울대학교컴퓨터공학부 1 TCP Basics Connection-oriented (virtual circuit) Reliable Transfer Buffered Transfer Unstructured Stream Full Duplex Point-to-point Connection End-to-end service 2004 Yanghee Choi

More information

¹Ìµå¹Ì3Â÷Àμâ

¹Ìµå¹Ì3Â÷Àμâ MIDME LOGISTICS Trusted Solutions for 02 CEO MESSAGE MIDME LOGISTICS CO., LTD. 01 Ceo Message We, MIDME LOGISTICS CO., LTD. has established to create aduance logistics service. Try to give confidence to

More information

Microsoft PowerPoint - 06-IPAddress [호환 모드]

Microsoft PowerPoint - 06-IPAddress [호환 모드] Chapter 06 IP Address IP Address Internet address IP 계층에서사용되는식별자 32 bit 2 진주소 The address space of IPv4 is 2 32 or 4,294,967,296 netid 와 hostid 로구분 인터넷에서호스트와라우터를유일하게구분 IP Address Structure 2-Layer Hierarchical

More information

BJFHOMINQJPS.hwp

BJFHOMINQJPS.hwp 제1 과목 : 디지털 전자회로 1. 다음 회로의 출력전류 Ic 의 안정에 대한 설명 중 옳지 않은 것 Ie를 크게 해치지 않는 범위 내에서 Re 가 크면 클수록 좋 출력파형이 크게 일그러지지 않는 범위 내에서 β 가 크면 클수록 좋 게르마늄 트랜지스터에서 Ico가 Ic 의 안정에 가장 큰 영향을 준 Rc는 Ic 의 안정에 큰 영향을 준 6. 비동기식 모드 (mode)-13

More information

<30362E20C6EDC1FD2DB0EDBFB5B4EBB4D420BCF6C1A42E687770>

<30362E20C6EDC1FD2DB0EDBFB5B4EBB4D420BCF6C1A42E687770> 327 Journal of The Korea Institute of Information Security & Cryptology ISSN 1598-3986(Print) VOL.24, NO.2, Apr. 2014 ISSN 2288-2715(Online) http://dx.doi.org/10.13089/jkiisc.2014.24.2.327 개인정보 DB 암호화

More information

04-다시_고속철도61~80p

04-다시_고속철도61~80p Approach for Value Improvement to Increase High-speed Railway Speed An effective way to develop a highly competitive system is to create a new market place that can create new values. Creating tools and

More information

슬라이드 제목 없음

슬라이드 제목 없음 (JTC1/SC6) sjkoh@knu.ac.kr JTC1 JTC1/SC6/WG7 ECTP/RMCP/MMC (JTC1/SC6) 2/48 JTC1 ISO/IEC JTC1 Joint Technical Committee 1 ( ) ISO/TC 97 ( ) IEC/TC 83 ( ) Information Technology (IT) http://www.jtc1.org

More information

로봇SW교육원 강의자료

로봇SW교육원 강의자료 UNIT 01 컴퓨터네트워크소개 광운대학교로봇학부 최용훈 학습목표 2 컴퓨터네트워크와인터넷에대한전반적인이해를한다. 본과목에서사용할용어들에대해서살펴본다. 다양한전송매체를알아본다. 네트워크에서사용하는성능지표들을살펴본다. 본과목에서사용하는교재 3 주교재 Jim Kurose and Keith Ross, Computer Networking: A Top Down Approach,

More information

thesis-shk

thesis-shk DPNM Lab, GSIT, POSTECH Email: shk@postech.ac.kr 1 2 (1) Internet World-Wide Web Web traffic Peak periods off-peak periods peak periods off-peak periods 3 (2) off-peak peak Web caching network traffic

More information

Resilient Packet Ring (RPR)

Resilient Packet Ring (RPR) Virtual Private LAN Service 손장우 Netmanias ( 넷레퍼런스 ) 서울시강남구대치동 896-52 동창빌딩 3 층넷매니아즈 (Tel: 556-9273, Fax: 556-9274) http://, webmaster@netmanias.com 2 Metro Ethernet Services: Two Market Medium Requirements

More information

05(533-537) CPLV12-04.hwp

05(533-537) CPLV12-04.hwp 모바일 OS 환경의 사용자 반응성 향상 기법 533 모바일 OS 환경의 사용자 반응성 향상 기법 (Enhancing Interactivity in Mobile Operating Systems) 배선욱 김정한 (Sunwook Bae) 엄영익 (Young Ik Eom) (Junghan Kim) 요 약 사용자 반응성은 컴퓨팅 시스템에서 가장 중요 한 요소 중에 하나이고,

More information

Something that can be seen, touched or otherwise sensed

Something that can be seen, touched or otherwise sensed Something that can be seen, touched or otherwise sensed Things about an object Weight Height Material Things an object does Pen writes Book stores words Water have Fresh water Rivers Oceans have

More information

미래인터넷과 창조경제에 관한 제언 65 초록 과학기술과의 융합을 통해 창조경제를 이루는 근간인 인터넷은 현재 새로운 혁신적 인터넷, 곧 미래인터넷으로 진화하는 길목에 있다. 창조와 창업 정신으로 무장하여 미래인터넷 실현에 범국가적으로 매진하는 것이 창조경제 구현의 지름

미래인터넷과 창조경제에 관한 제언 65 초록 과학기술과의 융합을 통해 창조경제를 이루는 근간인 인터넷은 현재 새로운 혁신적 인터넷, 곧 미래인터넷으로 진화하는 길목에 있다. 창조와 창업 정신으로 무장하여 미래인터넷 실현에 범국가적으로 매진하는 것이 창조경제 구현의 지름 미래인터넷과 창조경제에 관한 제언 김대영 Internet & Security Policy Review 김대영 충남대학교 정보통신공학과 교수, dykim@cnu.kr 본 내용은 KISA의 공식적인 견해가 아님을 밝히며, 인용시 출처를 명시하여 주시기 바랍니다. 미래인터넷과 창조경제에 관한 제언 65 초록 과학기술과의 융합을 통해 창조경제를 이루는 근간인 인터넷은

More information

Buy one get one with discount promotional strategy

Buy one get one with discount promotional strategy Buy one get one with discount Promotional Strategy Kyong-Kuk Kim, Chi-Ghun Lee and Sunggyun Park ISysE Department, FEG 002079 Contents Introduction Literature Review Model Solution Further research 2 ISysE

More information

#Ȳ¿ë¼®

#Ȳ¿ë¼® http://www.kbc.go.kr/ A B yk u δ = 2u k 1 = yk u = 0. 659 2nu k = 1 k k 1 n yk k Abstract Web Repertoire and Concentration Rate : Analysing Web Traffic Data Yong - Suk Hwang (Research

More information

High Resolution Disparity Map Generation Using TOF Depth Camera In this paper, we propose a high-resolution disparity map generation method using a lo

High Resolution Disparity Map Generation Using TOF Depth Camera In this paper, we propose a high-resolution disparity map generation method using a lo High Resolution Disparity Map Generation Using TOF Depth Camera In this paper, we propose a high-resolution disparity map generation method using a low-resolution Time-Of- Flight (TOF) depth camera and

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 V5724G 기능추가사항 Global Broadband No.1 NOS 3.13 NOS 3.15 Technology Service 1 Team 기능추가내용 고정 IP 차단및 ARP spoofing 차단기능 기능구현개요 : DHCP Snoop Table + ARP inspection Table ARP Spoofing 공격에의한 Switch 내부의 ARP table

More information

Voice Portal using Oracle 9i AS Wireless

Voice Portal using Oracle 9i AS Wireless Voice Portal Platform using Oracle9iAS Wireless 20020829 Oracle Technology Day 1 Contents Introduction Voice Portal Voice Web Voice XML Voice Portal Platform using Oracle9iAS Wireless Voice Portal Video

More information

vm-웨어-앞부속

vm-웨어-앞부속 VMware vsphere 4 This document was created using the official VMware icon and diagram library. Copyright 2009 VMware, Inc. All rights reserved. This product is protected by U.S. and international copyright

More information

Microsoft PowerPoint ppt

Microsoft PowerPoint ppt Wireless LAN 최양희서울대학교컴퓨터공학부 Radio-Based Wireless LANs Most widely used method Adv: penetrating walls and other obstacles with little attenuation. Disadv: security, interference, etc. 3 approaches: ISM

More information

PCServerMgmt7

PCServerMgmt7 Web Windows NT/2000 Server DP&NM Lab 1 Contents 2 Windows NT Service Provider Management Application Web UI 3 . PC,, Client/Server Network 4 (1),,, PC Mainframe PC Backbone Server TCP/IP DCS PLC Network

More information

07김동회_ok.hwp

07김동회_ok.hwp (Regular Paper) 19 4, 2014 7 (JBE Vol. 19, No. 4, July 2014) http://dx.doi.org/10.5909/jbe.2014.19.4.510 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) IEEE 802.11n WLAN A-MPDU a), a) Block Ack-based Dynamic

More information

PJTROHMPCJPS.hwp

PJTROHMPCJPS.hwp 제 출 문 농림수산식품부장관 귀하 본 보고서를 트위스트 휠 방식 폐비닐 수거기 개발 과제의 최종보고서로 제출 합니다. 2008년 4월 24일 주관연구기관명: 경 북 대 학 교 총괄연구책임자: 김 태 욱 연 구 원: 조 창 래 연 구 원: 배 석 경 연 구 원: 김 승 현 연 구 원: 신 동 호 연 구 원: 유 기 형 위탁연구기관명: 삼 생 공 업 위탁연구책임자:

More information

2005CG01.PDF

2005CG01.PDF Computer Graphics # 1 Contents CG Design CG Programming 2005-03-10 Computer Graphics 2 CG science, engineering, medicine, business, industry, government, art, entertainment, advertising, education and

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 (Host) set up : Linux Backend RS-232, Ethernet, parallel(jtag) Host terminal Target terminal : monitor (Minicom) JTAG Cross compiler Boot loader Pentium Redhat 9.0 Serial port Serial cross cable Ethernet

More information