「syn」を含む例文一覧(93)

1 2 次へ>
  • The SYN SYN ENQ sequence(SYN SYN represents the synchronous idle characters) provides a concise signal for requesting control of the line
    SYN SYN ENQ文字列(SYN SYNは同期文字を表わす)は,回線の制御権を要求するための簡略信号である - コンピューター用語辞典
  • (not in POSIX; 026, SYN, Ctrl-V) Literal next.
    (POSIX にはない; 026, SYN Ctrl-V)リテラル。 - JM
  • A SYN flood attack is performed by sending the SYN packet but failing to respond to the SYN+ACK packet.
    SYN flood攻撃はSYNパケットを送り、SYN+ACKパケットの応答をしない事により行います。 - Gentoo Linux
  • Good for stopping SYN attacks
    SYNアタックをうまく防ぎます。 - Gentoo Linux
  • Note: Another option for preventing SYN floods are SYN cookies, which allow your computer to respond to SYN packets without filling space in the connection queue.
    注意: SYN floodを防ぐ他の手段としてはSYN cookiesがあります。 SYN cookiesはコンピュータの接続キューをSYNパケットで満たすことなく応答させることができます。 - Gentoo Linux
  • Two contiguous SYN's at the start of each transmission(SYN SYN) are referred to as the character-phase sync pattern
    各伝送に先立って送られる二つの連続するSYN(SYN SYN)は,文字フェーズ同期パターンとして用いられる - コンピューター用語辞典
  • Here, a SYN packet having a SYN flag set therein is detected as a connection establishment request.
    ここでは、SYNフラグのセットされたSYNパケットがコネクション確立要求として検知される。 - 特許庁
  • When the server-side receives the SYN packet it responds by sending a SYN+ACK packet back to the client-side.
    サーバ側は、SYNパケットを受け取ると、応答としてSYN+ACKパケットをクライアント側に送り返します。 - Gentoo Linux
  • The syncookies feature attempts to protect a socket from a SYN flood attack.
    syncookies 機能は、SYN flood 攻撃からソケットを守ろうとする。 - JM
  • This will limit the number of SYN packets accepted to one per second and thereforerestricting the SYN flood on our resources.
    これは一秒間に受け入れるSYNパケットの数を制限することで、我々のリソースがSYN flood攻撃から守られます。 - Gentoo Linux
  • # iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
    これは、すべての新しい接続に影響があるでしょう。 - Gentoo Linux
  • The maximum number of times a SYN/ACK segment for a passive TCP connection will be retransmitted.
    passive な TCP 接続の SYN/ACK セグメントで再送を試みる最大数。 - JM
  • If a .syn file exists for the currentchapter (or for the entire document in howto documents), a synopsistable is created with the contents loaded from the .syn file.
    現在の章 (howto ドキュメントの場合はドキュメント全体) に対して.syn ファイルが存在する場合には、.syn ファイルから読み出した内容でsynopsistable を作成します。 - Python
  • Set the number of SYN retransmits that TCP should send before aborting the attempt to connect.
    接続の試行を中止させる前に TCP が送る SYN 再送数を設定する。 - JM
  • It is possible to limit the rate of accepted SYN packets by using the -m limit --limit 1/s.
    -m limit --limit 1/sを用いることで、受け入れるSYNパケットを制限することが出来ます。 - Gentoo Linux
  • Yuriwasabi (lily wasabi), inuwasabi (dog wasabi), Wasabia tenuis syn. Eutrema tenuis
    ユリワサビ(百合山葵)、イヌワサビ(犬山葵)Wasabiatenuissyn.Eutrematenuis - Wikipedia日英京都関連文書対訳コーパス
  • Rate limiting is extremely useful when trying to prevent certain DoS (Denial of Service) attacks like SYN floods.
    レート制限は、SYN floodによるDos(サービス拒否)攻撃を防ぐのに非常に役立ちます。 - Gentoo Linux
  • In addition, the unique ITP signal of the slave unit is output for every predetermined number of the SYN signals.
    更にSYN信号が所定数毎にスレーブユニット独自のITP信号を出力する。 - 特許庁
  • When establishing a TCP connection the client-side sends a packet to the server with the SYN flag set.
    TCPコネクションが確立されるとき、クライアント側はサーバにSYNフラグをセットしたパケットを送ります。 - Gentoo Linux
  • SYN cookies can be enabled in the Linux kernel configuration, but they are considered experimental at this time.
    SYN cookiesはLinux カーネルの設定で有効にできますが、現時点では実験的なものとされています。 - Gentoo Linux
  • How to prevent SYN attack.Filtering HTTP traffic by removing offensive pictures and downloads of viruses.
    SYNアタックをどのように防ぐか HTTP通信をフィルタリングして不愉快な画像や、ウイルスのダウンロードを排除する - Gentoo Linux
  • In a SYN-flood attack, hackers send a series of forged messages to the target.
    SYNフラッディング攻撃においては、ハッカーたちは一連の偽造メッセージを目標に向けて送りつける。 - コンピューター用語辞典
  • A timer 22 corrects a reference value and outputs a signal (SYN signal) of position and speed control cycle until the cycle change counter 21 indicates 0 and the cycle change counter 21 is counted down by the SYN signal.
    タイマ22は周期変更カウンタ21が0となるまで、基準値を補正して位置、速度制御周期の信号(SYN信号)を出力し、かつ、このSYN信号で周期変更カウンタ21をダウンカウントする。 - 特許庁
  • METHOD FOR PRODUCING SYN-1,3-DIOL COMPOUND
    Syn−1,3−ジオール化合物の製造方法 - 特許庁
  • When the SYN+ACK is received the client-side responds with a third ACK packet in effectacknowledging the connection.
    SYN+ACKパケットを受け取ると、クライアント側は3番目にACKパケットで応答し、これによりコネクションが確立されます。 - Gentoo Linux
  • To provide a method for producing an optically active syn-α-alkyl-β-aminocarbonyl compound that can produce the optically active syn-α-alkyl-β-aminocarbonyl compound in high yield with high syn isomeric selectivity and high enantioselectivity.
    高い収率で、高いシン選択性で、また、高いエナンチオ選択性で対応するシン-α-アルキル-β-アミノカルボニル化合物を製造する方法の提供。 - 特許庁
  • To provide a method for producing a β-hydroxy-α-amino acid derivative in high syn selectivity and in high optical purity.
    高いsyn選択性と光学純度でβ−ヒドロキシ−α−アミノ酸誘導体を製造するための方法を提供する。 - 特許庁
  • METHOD FOR PRODUCING STATIN WITH HIGH SYN/ANTI RATIO
    ANTIに対するSYN比率が高いスタチンの製造方法 - 特許庁
  • GASIFICATION COGENERATION POWER SYSTEM HAVING SYN FORM GAS HOLDER FOR EMERGENCY USE
    危急時用シンガスホルダーを備えたガス化複合発電システム - 特許庁
  • METHOD FOR PRODUCING β-AMINO ALCOHOL HAVING SYN STERIC ARRANGEMENT
    シン立体配置を有するβ−アミノアルコール類の製造方法 - 特許庁
  • At TCP (transport control protocol) access establishment processing, a mobile device 1 sets an RTO (repeat time-out time) value in a SYN segment and transmits the resulting segment to a web server 4.
    TCP接続確立処理時に、移動機1はSYNセグメントにおいてRTO値をセットしてウェブサーバ4に送る。 - 特許庁
  • To provide a new method for increasing the syn/anti ratio of a fluvastatin diol ester.
    フルバスタチンのジオールエステルのsyn:anti比を増大するための新規な方法。 - 特許庁
  • The maximum number of times initial SYNs for an active TCP connection attempt will be retransmitted.
    アクティブな TCP 接続に初期 SYN の再送を試みる最大回数。 - JM
  • Here, the connection states include the classification (SYN+ACK, ACK to the SYN+ACK, etc.) of a received TCP control packet.
    ここで、コネクション状態には、受信したTCP制御パケットの種別(SYN+ACK、SYN+ACKに対するACK等)が含まれる。 - 特許庁
  • Further, the number of the first sampling values, mlaR1-Syn in the first measurement interval R1-Syn is counted to obtain a first discrete value Z1.
    さらに第1の測定インターバルR1−Syn内におけるサンプリング値mla_R1_-_Syn の個数を計数して第1の計数値Z1を求める。 - 特許庁
  • To solve a problem wherein the thermal efficiency of a plant is lowered in comparison with the case of introducing syn gas without cooling to a gas turbine because in the conventional gasification combined power plant, when syn gas is cooled by quenching water, thermal energy of syn gas is absorbed by the quenching water.
    従来のガス化複合発電プラントでは、シンガスをクエンチ水で冷却する際にシンガスの保有する熱エネルギーがクエンチ水で奪われてしまうので、シンガスを冷却せずにガスタービンに導く場合に比べてプラントの熱効率が低下する。 - 特許庁
  • The server-side system will add an entry to a queue of half-open connections when it receives the SYN packet and then wait for the final ACK packet before deleting the entry from the queue.
    サーバ側のシステムはSYNパケットを受け取ると、キューから登録が削除されず、最後のACKパケットがくるまで待ちます。 このためキューにハーフオープンなコネクションが登録されます。 - Gentoo Linux
  • METHOD FOR PRODUCING OPTICALLY ACTIVE SYN-α-ALKYL-β-AMINOCARBONYL COMPOUND
    シン−α−アルキル−β−アミノカルボニル化合物の光学活性体の製造方法 - 特許庁
  • METHOD AND APPARATUS FOR DEFENDING AGAINST SYN PACKET BANDWIDTH ATTACK ON TCP SERVER
    TCPサーバへのSYNパケット帯域幅攻撃から防御する方法および装置 - 特許庁
  • Japanese leek (scientific name: Allium chinese syn. Allium bakeri) is herbaceous perennial as well as a vegetable which belongs to liliaceae (or alliaceae).
    ラッキョウ(辣韮、薤、辣韭、学名Alliumchinensesyn.Alliumbakeri)は、ユリ科(ネギ科とする場合もある。)の多年草・野菜。 - Wikipedia日英京都関連文書対訳コーパス
  • The method for producing a hydantoin ring-containing compound comprises, for example, crystallizing (Z)-2-benzyloxy-5,7-diazaspiro[3,4]octane-6,8-dione represented by chemical formula (A) by using water or a mixed solvent of water and a polar solvent, to selectively obtain a syn isomer.
    ヒダントイン環を有する、例えば下記(Z)-2-ベンジルオキシ-5,7-ジアザスピロ[3,4]オクタン-6,8-ジオンを、水又は水と極性溶媒との混合溶媒を用いて晶析することにより、選択的にsyn体を得る。 - 特許庁
  • To provide a syn-5-(3-benzyloxycyclobutane)hydantoin important as optical materials, electronic materials, pharmaceutical and agrochemical technical products and intermediates and diagnostic agent and intermediate in high purity and production yield.
    光学材料、電子材料、医農薬原体及び中間体、診断薬原体及び中間体として重要なsyn-5−(3−ベンジルオキシシクロブタン)ヒダントインを純度及び収率良く製造する。 - 特許庁
  • A setting resistor 52 receives a synchronous acquisition signal SYN and outputs it to the matched filter 53.
    設定レジスタ52は、同期捕捉信号SYNを受けて、それをマッチドフィルタ53に出力する。 - 特許庁
  • SYN-SELECTIVE CATALYTIC MANNICH TYPE REACTION OF SULFONYL IMIDATE USING ALKALINE EARTH METAL AS CATALYST
    アルカリ土類金属を触媒として用いるスルホニルイミデートのシン選択的触媒的マンニッヒ型反応 - 特許庁
  • To provide a method which can industrially advantageously produce a Syn-1,3-diol compound.
    Syn−1,3−ジオール化合物を工業的に有利に製造し得る方法を提供すること - 特許庁
  • A system clock CLK and a synchronizing signal SYN for operating head data are generated based on the counted value of the counter CPC.
    システムクロックCLK 及び、ヘッドデータ処理用同期信号HDSYN は、カウンタCPC の計数値に基づいて生成される。 - 特許庁
  • As the 2-amino-3-cyclopropylbutanoic acid, any one of a syn-form, an anti-form, and a mixture thereof is effective.
    2−アミノ−3−シクロプロピルブタン酸としては、シン体、アンチ体、これらの混合物のいずれもが有効である。 - 特許庁
  • The communication terminal device 1 having received it measures the response time(RTT) from the transmission of the SYN by the communication line measurement part 23 to the reception of the SYN-ACK segment.
    また、tracerouteを動作させ、その結果得られる通過ルータ情報や各ルータ間の転送時間情報を解析して、上り下りの転送速度に大きな差があるリンクを抽出し、その両端の中継装置にモニタ結果や計測データを通知する。 - 特許庁
  • A communication line measurement part 23 of the communication terminal device 1 sends an SYN segment of TCP to the information server device 2, which sends an SYN-ACK segment back to the communication terminal device 1 in response.
    通信端末と情報サーバ間でSynパケットとSynAckパケットに追加のpadding情報を付加し、これのラウンドトリップ時間を計測して、エンド間帯域を推定し、これに基づいてアプリケーションの動作モードの設定を行う。 - 特許庁
  • A first interval R1-Syn for a first cylinder is decided, and the sampling values, mlaR1-Syn therein are accumulated to obtain the sum, AW1 of the first sampling values.
    第1のシリンダに対する第1の測定インターバルR1−Synを決定し、この第1のシリンダに対する第1の測定インターバルR1−Syn内のサンプリング値mla_R1_-__Synを累算して第1のサンプリング値合計AW1を求める。 - 特許庁
1 2 次へ>

例文データの著作権について